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

Clone this wiki locally