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)
- ipython - Interactive shell
- jupyter - Interactive notebook
- pytest - Testing framework
- apistar - Simple Web API framework
- audioowl - Fast and simple music and audio analysis
- click - Package for creating command line interfaces
- flask - Simple Web framework
- langdetect - Language-detection library
- pillow - Imaging library for working with images
- requests - Generic HTTP request library ("HTTP for humans.")
- requests-html HTML parsing library with JavaScript support, for example Web scraping
Note: these packages are not beginner-friendly!
- pandas - Data analysis and manipulation framework
- tensorflow - Machine learning framweork
// This list was collected by https://twitter.com/uninen