#063 Python Libraries
How to find great python libraries and resources.
Notes
Finding Libraries
My personal preference:
Check the awesome-python list. It’s a curated collection, so may be the fastest way to find the most well-known solutions for common needs.
For less common requirements, searching PyPI - the Python Package Index may identify candidates.
Otherwise, Google is your friend..
Credits and References
- PyPI - the Python Package Index
- awesome-python - A curated list of awesome Python frameworks, libraries, software and resources.
- 20 Python Libraries You Aren’t Using (But Should)