pythonLinksAndLibs - TeamFlowerPower/kb GitHub Wiki
- Format strings
.format()
: https://pyformat.info/ - f-strings - the less verbose and faster format string
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
- nltk: natural language processing
- gensim: for topic modeling
- whoosh: search engine (full python based)
- textblob: text processing, e.g. sentiment classification
- scikit-learn
- quepy: nice transformation from natural queries to sparql queries