Skip to content

pythonLinksAndLibs

holzkohlengrill edited this page Dec 15, 2023 · 2 revisions

Python links

General

Useful libs

All libs without a link are standard libs of python

  • shelve: a persistent map
  • pickle: easy serialization/de- of objects (beside the world of numpy)
  • sqlite3: sqlite3 wrapper
  • bottle: a web framework
  • BeautifulSoup: parsing html

Information retrieval / natural language processing

  • nltk: natural language processing
  • gensim: for topic modeling
  • whoosh: search engine (full python based)
  • textblob: text processing, e.g. sentiment classification

Machine learning

Distributed computing frameworks

Python 3

(un)fold
Snippets
General
Libs

Linux/bash

(un)fold
Guides
Scripts

Git

(un)fold

C/C++

(un)fold

Video

(un)fold

Databases

(un)fold

Misc

(un)fold

Windows

(un)fold

Mac

(un)fold

SW recommendations

(un)fold

(Angular) Dart

(un)fold
Clone this wiki locally