Here's a curated list of interesting and useful Python packages. You can install any package with pip
by saying pip install <package-name>
. All of the packages on the list are open source.
This list has been collected spesifically for Anders Python Workshop evening. For more comprehensive list of interesting Python packages, take a look at https://github.com/vinta/awesome-python and for all 130k+ packages, search PyPI at https://pypi.org/
- faker - A package for generating fake data (for example testing purposes)