awesome-python
Awesome-Python
https://github.com/GazimbeIsaac/awesome-python
Last synced: 2 minutes ago
JSON representation
-
Debugging Tools
- vprof - Visual Python profiler.
- django-debug-toolbar - Display various debug information for Django.
- django-devserver - A drop-in replacement for Django's runserver.
- hunter - Hunter is a flexible code tracing toolkit.
- lptrace - [strace](http://man7.org/linux/man-pages/man1/strace.1.html) for Python programs.
- manhole - Debug service that will accept unix domain socket connections and present the stacktraces for all threads and an interactive prompt.
- pyelftools - Parsing and analyzing ELF files and DWARF debugging information.
- pyringe - Debugger capable of attaching to and injecting code into Python processes.
- flask-debugtoolbar - A port of the django-debug-toolbar to flask.
- ipdb - IPython-enabled [pdb](https://docs.python.org/3/library/pdb.html).
- pudb - A full-screen, console-based Python debugger.
-
Deep Learning
- awesome-deep-learning
- Neupy - Running and testing different Artificial Neural Networks algorithms.
- Caffe - A fast open framework for deep learning..
- Neupy - Running and testing different Artificial Neural Networks algorithms.
- Serpent.AI - Game agent framework. Use any video game as a deep learning sandbox.
- TensorFlow - The most popular Deep Learning framework created by Google.
- Theano - A library for fast numerical computation.
- Keras - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
- MXNet - A deep learning framework designed for both efficiency and flexibility.
- Pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
-
DevOps Tools
- Docker Compose - Fast, isolated development environments using [Docker](https://www.docker.com/).
- OpenStack - Open source software for building private and public clouds.
- Ansible - A radically simple IT automation platform.
- cuisine - Chef-like functionality for Fabric.
- Fabtools - Tools for writing awesome Fabric files.
- honcho - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications.
- pexpect - Controlling interactive programs in a pseudo-terminal like GNU expect.
- psutil - A cross-platform process and system utilities module.
- SaltStack - Infrastructure automation and management system.
- supervisor - Supervisor process control system for UNIX.
- Cloud-Init - A multi-distribution package that handles early initialization of a cloud instance.
- Fabric - A simple, Pythonic tool for remote execution and deployment.
-
Distribution
- py2exe - Freezes Python scripts (Windows).
- dh-virtualenv - Build and distribute a virtualenv as a Debian package.
- PyInstaller - Converts Python programs into stand-alone executables (cross-platform).
- py2app - Freezes Python scripts (Mac OS X).
- pynsist - A tool to build Windows installers, installers bundle Python itself.
-
Documentation
- awesome-sphinxdoc
- Pycco - The literate-programming-style documentation generator.
- pdoc - Epydoc replacement to auto generate API documentation for Python libraries.
- Sphinx - Python Documentation generator.
-
Downloader
- s3cmd - A command line tool for managing Amazon S3 and CloudFront.
- s4cmd - Super S3 command line tool, good for higher performance.
- youtube-dl - A small command-line program to download videos from YouTube.
-
E-commerce
- shoop - An open source E-Commerce platform based on Django.
- alipay - Unofficial Alipay API for Python.
- Cartridge - A shopping cart app built using the Mezzanine.
- django-shop - A Django based shop system.
- merchant - A Django app to accept payments from various payment processors.
- money - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution.
- python-currencies - Display money format and its filthy currencies.
- forex-python - Foreign exchange rates, Bitcoin price index and currency conversion.
- django-oscar - An open-source e-commerce framework for Django.
- saleor - An e-commerce storefront for Django.
-
Editor Plugins and IDEs
- PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
- Elpy - Emacs Python Development Environment.
- Anaconda - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
- SublimeJEDI - A Sublime Text plugin to the awesome auto-complete library Jedi.
- Jedi-vim - Vim bindings for the Jedi auto-completion library for Python.
- Python-mode - An all in one plugin for turning Vim into a Python IDE.
- PTVS - Python Tools for Visual Studio.
- Python - An extension with rich support for the Python language, with features including linting, IntelliSense, formatting, refactoring, debugging, unit tests, and jupyter support.
- Magic Python - Cutting edge Python syntax highlighter for Sublime Text, Atom, and Visual Studio Code. Used by GitHub to highlight your Python code!
- Spyder - Open Source Python IDE.
- YouCompleteMe - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python.
- LiClipse - Free polyglot IDE based on Eclipse. Uses PyDev for Python support.
-
Email
- envelopes - Mailing for human beings.
- flanker - A email address and Mime parsing library.
- imbox - Python IMAP for Humans.
- lamson - Pythonic SMTP Application Server.
- Marrow Mailer - High-performance extensible mail delivery framework.
- modoboa - A mail hosting and management platform including a modern and simplified Web UI.
- Nylas Sync Engine - Providing a RESTful API on top of a powerful email sync platform.
- yagmail - Yet another Gmail/SMTP client.
- inbox.py - Python SMTP Server for Humans.
-
Environment Management
- venv - (Python standard library in Python 3.3+) Creating lightweight virtual environments.
- Pipenv - Sacred Marriage of Pipfile, Pip, & Virtualenv.
- p - Dead simple interactive Python version management.
- pyenv - Simple Python version management.
- virtualenvwrapper - A set of extensions to virtualenv.
-
Files
- imghdr - (Python standard library) Determine the type of an image.
- mimetypes - (Python standard library) Map filenames to MIME types.
- python-magic - A Python interface to the libmagic file type identification library.
- Unipath - An object-oriented approach to file/directory operations.
- watchdog - API and shell utilities to monitor file system events.
- path.py - A module wrapper for [os.path](https://docs.python.org/2/library/os.path.html).
- pathlib - (Python standard library in Python 3.4+) An cross-platform, object-oriented path library.
-
Foreign Function Interface
- ctypes - (Python standard library) Foreign Function Interface for Python calling C code.
- PyCUDA - A Python wrapper for Nvidia's CUDA API.
- cffi - Foreign Function Interface for Python calling C code.
- SWIG - Simplified Wrapper and Interface Generator.
- cffi - Foreign Function Interface for Python calling C code.
-
Forms
- Deform - Python HTML form generation library influenced by the formish form generation library.
- django-crispy-forms - A Django app which lets you create beautiful forms in a very elegant and DRY way.
- django-remote-forms - A platform independent Django form serializer.
- django-bootstrap3 - Bootstrap 3 integration with Django.
- WTForms - A flexible forms validation and rendering library.
-
Functional Programming
- fn.py - Functional programming in Python: implementation of missing features to enjoy FP.
- funcy - A fancy and practical functional tools.
- Toolz - A collection of functional utilities for iterators, functions, and dictionaries.
- CyToolz - Cython implementation of Toolz: High performance functional utilities.
-
Game Development
- Cocos2d - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on pyglet.
- Panda3D - 3D game engine developed by Disney and maintained by Carnegie Mellon's Entertainment Technology Center. Written in C++, completely wrapped in Python.
- Pygame - Pygame is a set of Python modules designed for writing games.
- PySDL2 - A ctypes based wrapper for the SDL2 library.
- RenPy - A Visual Novel engine.
- Pygame - Pygame is a set of Python modules designed for writing games.
- PyOpenGL - Python ctypes bindings for OpenGL and it's related APIs.
- PyOgre - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
-
Geolocation
- GeoDjango - A world-class geographic web framework.
- django-countries - A Django app that provides country choices for use with forms, flag icons static files, and a country field for models.
- GeoIP - Python API for MaxMind GeoIP Legacy Database.
- geopy - Python Geocoding Toolbox.
- pygeoip - Pure Python GeoIP API.
- geojson - Python bindings and utilities for GeoJSON.
-
GUI
- curses - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
- kivy - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
- PyGObject - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3)
- PyQt - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.
- PySide - Python bindings for the [Qt](http://www.qt.io/) cross-platform application and UI framework, supporting the Qt v4 framework.
- Tkinter - Tkinter is Python's de-facto standard GUI package.
- urwid - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
- wxPython - A blending of the wxWidgets C++ class library with the Python.
- Eel - Little library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries.
- enaml - Creating beautiful user-interfaces with Declaratic Syntax like QML.
- urwid - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
- Flexx - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
- pywebview - A lightweight cross-platform native wrapper around a webview component that allows to display HTML content in its own native dedicated window
- Toga - A Python native, OS native GUI toolkit.
- pyglet - A cross-platform windowing and multimedia library for Python.
-
Hardware
- Pingo - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc.
- Pyro - Python Robotics.
- Pyro - Python Robotics.
- keyboard - Hook and simulate global keyboard events on Windows and Linux.
- mouse - Hook and simulate global mouse events on Windows and Linux.
- Pingo - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc.
- Pyro - Python Robotics.
- PyUserInput - A module for cross-platform control of the mouse and keyboard.
- scapy - A brilliant packet manipulation library.
- wifi - A Python library and command line tool for working with WiFi on Linux.
- ino - Command line toolkit for working with [Arduino](https://www.arduino.cc/).
-
HTML Manipulation
- BeautifulSoup - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
- xmldataset - Simple XML Parsing.
- bleach - A whitelist-based HTML sanitization and text linkification library.
- html5lib - A standards-compliant library for parsing and serializing HTML documents and fragments.
- MarkupSafe - Implements a XML/HTML/XHTML Markup safe string for Python.
- pyquery - A jQuery-like library for parsing HTML.
- untangle - Converts XML documents to Python objects for easy access.
- xmltodict - Working with XML feel like you are working with JSON.
- cssutils - A CSS library for Python.
-
HTTP
- httplib2 - Comprehensive HTTP client library.
- treq - Python requests like API built on top of Twisted's HTTP client.
- grequests - requests + gevent for asynchronous HTTP requests.
- urllib3 - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
- requests - HTTP Requests for Humans™.
-
Imagery
- imgSeek - A project for searching a collection of images using visual similarity.
- pyBarcode - Create barcodes in Python without needing PIL.
- hmap - Image histogram remapping.
- nude.py - Nudity detection.
- pagan - Retro identicon (Avatar) generation based on input string and hash.
- pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork.
- python-qrcode - A pure Python QR Code generator.
- Quads - Computer art based on quadtrees.
- thumbor - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
- pygram - Instagram-like image filters.
- scikit-image - A Python library for (scientific) image processing.
- wand - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
-
Implementations
- Jython - Implementation of Python programming language written in Java for the Java virtual machine (JVM).
- Numba - Python JIT complier to LLVM aimed at scientific Python.
- PyPy - Implementation of the Python programming language written in RPython and translated into C. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. The interpreter uses black magic to make Python very fast without having to add in additional type information.
- Stackless Python - An enhanced version of the Python programming language which allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads.
- CLPython - Implementation of the Python programming language written in Common Lisp.
- CPython - **Default, most widely used implementation of the Python programming language written in C.**
- Grumpy - More compiler than interpreter as more powerful CPython2.7 replacement (alpha).
- IronPython - Implementation of the Python programming language written in C# targeting the .NET Framework and Mono.
- MicroPython - MicroPython - a lean and efficient Python programming language implementation for microcontrollers and constrained systems
- PeachPy - x86-64 assembler embedded in Python. Can be used as inline assembler for Python or as a stand-alone assembler for Windows, Linux, OS X, Native Client and Go.
- Pyjion - A JIT for Python based upon CoreCLR.
- PySec - Hardened version of python that makes it easier for security professionals and developers to write applications more resilient to attacks and manipulations.
- Pyston - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
-
Interactive Interpreter
-
Internationalization
-
Job Scheduler
- Joblib - A set of tools to provide lightweight pipelining in Python.
- django-schedule - A calendaring app for Django.
- gunnery - Multipurpose task execution tool for distributed systems with web-based interface.
- Plan - Writing crontab file in Python like a charm.
- schedule - Python job scheduling for humans.
- Spiff - A powerful workflow engine implemented in pure Python.
- TaskFlow - A Python library that helps to make task execution easy, consistent and reliable.
- APScheduler - A light but powerful in-process task scheduler that lets you schedule functions.
-
Logging
-
Machine Learning
- awesome-machine-learning
- Metrics - Machine learning evaluation metrics.
- scikit-learn - The most popular Python library for Machine Learning.
Programming Languages
Categories
Testing
28
Command-line Tools
26
Text Processing
22
Database Drivers
20
Twitter
16
Science
16
Debugging Tools
16
WSGI Servers
16
Specific Formats Processing
16
Web Frameworks
15
GUI
15
RESTful API
15
Websites
15
Weekly
14
ORM
14
Audio
14
Authentication
13
Implementations
13
Web Content Extracting
12
DevOps Tools
12
Editor Plugins and IDEs
12
Imagery
12
Data Visualization
11
Hardware
11
Deep Learning
10
CMS
10
E-commerce
10
Code Analysis and Linter
10
Third-party APIs
10
HTML Manipulation
9
Date and Time
9
Natural Language Processing
9
Email
9
Asset Management
9
Search
8
Caching
8
Job Scheduler
8
Web Crawling
8
Game Development
8
Static Site Generator
7
Data Validation
7
Concurrency and Parallelism
7
Files
7
Recommender Systems
7
Build Tools
6
Microsoft Windows
6
Machine Learning
6
Networking
6
Geolocation
6
Miscellaneous
6
Admin Panels
6
Network Virtualization
6
Distribution
5
Environment Management
5
Cryptography
5
URL Manipulation
5
WebSocket
5
Continuous Integration
5
Podcasts
5
Foreign Function Interface
5
Package Management
5
Forms
5
Computer Vision
5
HTTP
5
MapReduce
4
Documentation
4
Functional Programming
4
Configuration
4
Package Repositories
4
Logging
4
Queue
4
Data Analysis
4
Code Quality
4
Database
4
Downloader
3
Compatibility
3
Algorithms and Design Patterns
3
RPC Servers
3
Permissions
3
Serverless Frameworks
3
Video
2
Internationalization
2
News Feed
2
Processes
2
Interactive Interpreter
2
Template Engine
2
Anti-spam
2
Tagging
1
Serialization
1
Sub Categories
Keywords
python
164
django
13
testing
12
http
11
machine-learning
10
python3
9
awesome-list
8
awesome
7
flask
7
debugging
6
python-3
6
aws
6
cli
6
asyncio
5
web
5
library
5
database
5
deep-learning
4
recommender-system
4
json
4
framework
4
linux
4
javascript
4
cloud
4
cloud-management
4
terminal
4
sqlalchemy
4
pypi
4
api
4
mock
4
email
3
package
3
pallets
3
crawler
3
shell
3
rest
3
monitoring
3
redis
3
data-science
3
serialization
3
schema
3
testing-tools
3
visualization
3
audio
3
matrix-factorization
3
python2
3
markdown
3
developer-tools
3
mocking
3
orm
3