-
Notifications
You must be signed in to change notification settings - Fork 0
pythonLinksAndLibs
holzkohlengrill edited this page Dec 15, 2023
·
2 revisions
- 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
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License *.
Code (snippets) are licensed under a MIT License *.
* Unless stated otherwise