#awesome-python
A curated list of awesome Python frameworks, libraries and software.
- vinta/awesome-python - A curated list of awesome Python frameworks, libraries, software and resources
- kennethreitz/requests - Python HTTP Requests for Humans™
- scrapy/scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python.
- tornadoweb/tornado - Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
- scikit-learn/scikit-learn - scikit-learn: machine learning in Python
- faif/python-patterns - A collection of design patterns/idioms in Python
- fabric/fabric - Simple, Pythonic remote execution and deployment.
- binux/pyspider - A Powerful Spider(Web Crawler) System in Python.
- pydata/pandas - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
- fchollet/keras - Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on Theano and TensorFlow.
- donnemartin/data-science-ipython-notebooks - Continually updated data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines. https://bit.ly/data-notes
- boto/boto - For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services
- spotify/luigi - Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
- clips/pattern - Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
- kivy/kivy - Open source UI framework written in Python, running on Windows, Linux, OS X, Android and iOS
- docopt/docopt - Pythonic command line arguments parser, that will make you smile
- bokeh/bokeh - Interactive Web Plotting for Python
- andymccurdy/redis-py - Redis Python Client
- chriskiehl/Gooey - Turn (almost) any Python command line program into a full GUI application with one line
- webpy/webpy - web.py is a web framework for python that is as simple as it is powerful.
- bottlepy/bottle - bottle.py is a fast and simple micro-framework for python web-applications.
- joke2k/faker - Faker is a Python package that generates fake data for you.
- dropbox/pyston - An open-source Python implementation using JIT techniques.
- Theano/Theano - Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It can use GPUs and perform efficient symbolic differentiation.
- matplotlib/matplotlib - matplotlib: plotting with Python
- karpathy/neuraltalk - NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
- locustio/locust - Scalable user load testing tool written in Python
- samshadwell/TrumpScript - Make Python great again
- google/yapf - A formatter for Python files
- tweepy/tweepy - Twitter for Python!
- tgalal/yowsup - The python WhatsApp library
- amoffat/sh - Python process launching
- home-assistant/home-assistant - 🏡 Open-source home automation platform running on Python 3
- pallets/click - Python composable command line utility
- audreyr/cookiecutter - A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
- codelucas/newspaper - News, full-text, and article metadata extraction in Python 3
- quantopian/zipline - Zipline, a Pythonic Algorithmic Trading Library
- crsmithdev/arrow - Better dates & times for Python
- sloria/TextBlob - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
- klen/python-mode - Vim python-mode. PyLint, Rope, Pydoc, breakpoints from box.
- fogleman/Minecraft - Simple Minecraft-inspired program using Python and Pyglet
- nvie/rq - Simple job queues for Python
- falconry/falcon - Falcon is a low-level, high-performance Python framework for building HTTP APIs, app backends, and higher-level frameworks.
- sympy/sympy - A computer algebra system written in pure Python
- Runscope/httpbin - HTTP Request & Response Service, written in Python + Flask.
- pypa/pip - The PyPA recommended tool for installing Python packages
- koenbok/Cactus - Static site generator for designers. Uses Python and Django templates.
- gevent/gevent - Coroutine-based concurrency library for Python
- tqdm/tqdm - A fast, extensible progress bar for Python
- paramiko/paramiko - Native Python SSHv2 protocol library
- ryanoasis/nerd-fonts - 🔡 Collection of over 20 patched fonts (over 2,700 variations) & FontForge font patcher python script for Powerline, Font Awesome, Octicons, Devicons, and Vim Devicons. Includes: Droid Sans, Meslo, Source Code, AnonymousPro, Hack, ProFont, Inconsolata, and many more
- cyrus-and/gdb-dashboard - Modular visual interface for GDB in Python
- Russell91/pythonpy - the swiss army knife of the command line
- yhat/ggplot - ggplot for python
- gregmalcolm/python_koans - Python Koans - Learn Python through TDD
- python-pillow/Pillow - The friendly PIL fork (Python Imaging Library)
- donnemartin/interactive-coding-challenges - Continually updated, interactive, test-driven Python coding challenges (algorithms and data structures) typically found in coding interviews or coding competitions. https://bit.ly/git-code
- what-studio/profiling - An interactive continuous Python profiler.
- joestump/python-oauth2 - A fully tested, abstract interface to creating OAuth clients and servers.
- seatgeek/fuzzywuzzy - Fuzzy String Matching in Python
- jonathanslenders/python-prompt-toolkit - Library for building powerful interactive command lines in Python
- jeanphix/Ghost.py - Webkit based scriptable web browser for python.
- omab/python-social-auth - Social auth made simple
- thearn/webcam-pulse-detector - A python application that detects and highlights the heart-rate of an individual (using only their own webcam) in real-time.
- kivy/python-for-android - Turn your Python application into an Android APK - build your own python and extensions
- dbader/schedule - Python job scheduling for humans.
- buildbot/buildbot - Python-based continuous integration testing framework; your pull requests are more than welcome!
- tschellenbach/Stream-Framework - Stream Framework is a Python library, which allows you to build newsfeed and notification systems using Cassandra and/or Redis.
- davidhalter/jedi - Awesome autocompletion and static analysis library for python.
- Zulko/moviepy - Video editing with Python
- worldveil/dejavu - Audio fingerprinting and recognition in Python
- ajalt/fuckitpy - The Python error steamroller.
- gorakhargosh/watchdog - Python library and shell utilities to monitor filesystem events.
- kennethreitz/clint - Python Command-line Application Tools
- martinblech/xmltodict - Python module that makes working with XML feel like you are working with JSON
- lihaoyi/macropy - Macros in Python: quasiquotes, case classes, LINQ and more!
- kachayev/fn.py - Functional programming in Python: implementation of missing features to enjoy FP
- kennethreitz/tablib - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
- donnemartin/dev-setup - Mac OS X development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults. https://bit.ly/git-dotfiles
- wrobstory/vincent - A Python to Vega translator
- NervanaSystems/neon - Fast, scalable, easy-to-use Python based Deep Learning Framework by Nervana™
- jonathanslenders/pyvim - Pure Python Vim clone.
- numba/numba - NumPy aware dynamic Python compiler using LLVM
- houtianze/bypy - Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘Python客户端
- douban/dpark - Python clone of Spark, a MapReduce alike framework in Python
- mongodb/mongo-python-driver - PyMongo - the Python driver for MongoDB
- 0rpc/zerorpc-python - zerorpc for python
- python-visualization/folium - Python Data. Leaflet.js Maps.
- kennethreitz/envoy - Python Subprocesses for Humans™.
- DTVD/rainbowstream - A smart and nice Twitter client on terminal written in Python.
- PyMySQL/PyMySQL - Pure Python MySQL Client
- burnash/gspread - Google Spreadsheets Python API
- mobolic/facebook-sdk - Facebook Platform Python SDK
- pypa/virtualenv - Virtual Python Environment builder
- wuub/SublimeREPL - SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
- cython/cython - A Python to C compiler
- sixohsix/twitter - Python Twitter API
- PyCQA/pycodestyle - Simple Python style checker in one Python file
- nvie/pip-tools - A set of tools to keep your pinned Python dependencies fresh.
- schematics/schematics - Python Data Structures for Humans™.
- giampaolo/psutil - A cross-platform process and system utilities module for Python
- brennerm/PyTricks - Collection of less popular features and tricks for the Python programming language
- euske/pdfminer - Python PDF Parser
- jaredks/rumps - Ridiculously Uncomplicated Mac os x Python Statusbar apps
- docker/docker-py - An API client for docker written in Python
- stitchfix/pyxley - Python helpers for building dashboards using Flask and React
- nryoung/algorithms - An educational library of algorithms in Python
- statsmodels/statsmodels - Statsmodels: statistical modeling and econometrics in Python
- litl/rauth - A Python library for OAuth 1.0/a, 2.0, and Ofly.
- utahta/pythonbrew - Python Environment manager
- facebookarchive/python-instagram - Python Client for Instagram API
- hylang/hy - A dialect of Lisp that's embedded in Python
- luispedro/BuildingMachineLearningSystemsWithPython - Source Code for the book Building Machine Learning Systems with Python
- prakhar1989/Algorithms - 💻 Data Structures and Algorithms in Python
- eastlakeside/interpy-zh - 《Python进阶》(Intermediate Python 中文版)
- google/pyringe - Debugger capable of attaching to and injecting code into python processes.
- hickford/MechanicalSoup - A Python library for automating interaction with websites.
- hhatto/autopep8 - A tool that automatically formats Python code to conform to the PEP 8 style guide.
- zeromq/pyzmq - PyZMQ: Python bindings for zeromq
- isnowfy/snownlp - Python library for processing Chinese text
- Kozea/pygal - PYthon svg GrAph plotting Library
- MongoEngine/mongoengine - A Python Object-Document-Mapper for working with MongoDB
- amoffat/snake - Full Python Scripting in Vim
- mshang/python-elevator-challenge - So You Think You Can Program An Elevator
- n1nj4sec/pupy - Pupy is an opensource, multi-platform (Windows, Linux, OSX, Android) Remote Administration Tool with an embedded Python interpreter.
- antiboredom/videogrep - automatic video supercuts with python
- hyde/hyde - A Python Static Website Generator
- rochacbruno/quokka - CMS (Content Management System) - Python, Flask and MongoDB
- python/mypy - Optional static typing for Python
- jonathanslenders/ptpython - A better Python REPL
- charlierguo/gmail - A Pythonic interface for Google Mail
- quantmind/pulsar - Event driven framework for python
- bear/python-twitter - A Python wrapper around the Twitter API.
- kennethreitz/inbox.py - Python SMTP Server for Humans
- getsentry/responses - A utility for mocking out the Python Requests library.
- frappe/erpnext - Open Source ERP built for the Web. Uses Python, MariaDB.
- thampiman/reverse-geocoder - A fast, offline reverse geocoder in Python
- daviddrysdale/python-phonenumbers - Python port of Google's libphonenumber
- HypothesisWorks/hypothesis-python - Advanced property-based (QuickCheck-like) testing for Python
- egrcc/zhihu-python - 获取知乎内容信息,包括问题,答案,用户,收藏夹信息
- gabrielfalcao/HTTPretty - HTTP client mocking tool for Python, it's like ruby's FakeWeb for python
- twisted/twisted - Event-driven networking engine written in Python.
- tschellenbach/Django-facebook - Facebook open graph api implementation using the Django web framework in python
- LuminosoInsight/python-ftfy - Given Unicode text, make its representation consistent and possibly less broken.
- yidao620c/python3-cookbook - 《Python Cookbook》 3rd Edition Translation
- imwilsonxu/fbone - Fbone (Flask bone) is a Flask (Python microframework) template/bootstrap/boilerplate application.
- kragniz/json-sempai - Use JSON files as if they are python modules
- ryanmcgrath/twython - Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.
- amueller/word_cloud - A little word cloud generator in Python
- qiwsir/StarterLearningPython - Learning Python: from Beginner to Master. http://www.itdiffer.com
- pyinvoke/invoke - Simple Python task execution
- cloudtools/troposphere - troposphere - Python library to create AWS CloudFormation descriptions
- hannes-brt/hebel - GPU-Accelerated Deep Learning Library in Python
- xhtml2pdf/xhtml2pdf - HTML/CSS to PDF converter based on Python
- madisonmay/Tomorrow - Magic decorator syntax for asynchronous code in Python
- dlitz/pycrypto - The Python Cryptography Toolkit
- mewwts/addict - The Python Dict that's better than heroin.
- goldsmith/Wikipedia - A Pythonic wrapper for the Wikipedia API
- crossbario/autobahn-python - WebSocket & WAMP for Python on Twisted and asyncio
- mikedewar/d3py - a plottling library for python, based on D3
- web2py/web2py - Free and open source full-stack enterprise framework for agile development of secure database-driven web-based applications, written and programmable in Python.
- pytoolz/toolz - A functional standard library for Python.
- cobrateam/splinter - splinter - python test framework for web applications
- marshmallow-code/marshmallow - A lightweight library for converting complex objects to and from simple Python datatypes.
- geopy/geopy - Geocoding library for Python.
- trentm/python-markdown2 - markdown2: A fast and complete implementation of Markdown in Python
- DamnWidget/anaconda - Anaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker and Vagrant for Sublime Text 3 using Jedi, PyFlakes, pep8, PyLint, pep257 and McCabe that will never freeze your Sublime Text 3
- pyca/cryptography - cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
- spyder-ide/spyder - Official repository for Spyder - The Scientific PYthon Development EnviRonment
- traverseda/pycraft - A fork of "Minecraft in 500 lines of python" intended to be used as a real engine, instead of as a learning example.
- shazow/urllib3 - Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more.
- longld/peda - PEDA - Python Exploit Development Assistance for GDB
- boto/boto3 - AWS SDK for Python
- qtile/qtile - 🍪 A small, flexible, scriptable tiling window manager written in Python
- kanaka/websockify - Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service. Implementations in Python, C, Node.js and Ruby.
- gitpython-developers/GitPython - GitPython is a python library used to interact with Git repositories.
- lmacken/pyrasite - Inject code into running Python processes
- gabrielfalcao/lettuce - Cucumber-ish BDD for python
- praw-dev/praw - PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to reddit's API.
- pika/pika - Pure Python RabbitMQ/AMQP 0-9-1 client library
- mothran/mongol - A simple python tool to pinpoint the IP addresses of machines working for the Great Firewall of China.
- klbostee/dumbo - Python module that allows one to easily write and run Hadoop programs.
- Parsely/streamparse - streamparse lets you run Python code against real-time streams of data with Apache Storm.
- jamesmawm/High-Frequency-Trading-Model-with-IB - A high-frequency trading model using Interactive Brokers API with pairs and mean-reversion in Python
- getsentry/raven-python - Raven is a Python client for Sentry (getsentry.com)
- plotly/plotly.py - the browser-based graphing library for python
- nose-devs/nose - nose is nicer testing for python
- fritzy/SleekXMPP - Python 2.6+/3.1+ XMPP Library
- justinmeister/Mario-Level-1 - The first level of Super Mario Bros made with Python and Pygame.
- jonathanslenders/pymux - A terminal multiplexer (like tmux) in Python
- gawel/pyquery - A jquery-like library for python
- mikemaccana/python-docx - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
- gutomaia/pyNES - Python programming for Nintendo 8 bits
- mailgun/flanker - Python email address and Mime parsing library
- djacobs/PyAPNs - Python library for interacting with the Apple Push Notification service (APNs)
- zoofIO/flexx - Python UI tookit based on web technology
- joealcorn/laboratory - A Python library for carefully refactoring critical paths (and a port of Github's Scientist)
- jelmer/dulwich - Pure-Python Git implementation
- wechat-python-sdk/wechat-python-sdk - 微信公众平台 Python 开发包 (wechat-python-sdk)
- defunkt/pystache - Mustache in Python
- getlogbook/logbook - A cool logging replacement for Python.
- IronLanguages/main - Implementations of Python and Ruby programming languages for .NET Framework that are built on top of the Dynamic Language Runtime.
- scipy-lectures/scipy-lecture-notes - Tutorial material on the scientific Python ecosystem
- fengsp/plan - Crontab jobs management in Python
- andersbll/deeppy - Deep learning in Python
- coleifer/huey - a little task queue for python
- brython-dev/brython - Brython (Browser Python) is an implementation of Python 3 running in the browser
- thomasahle/sunfish - Sunfish: a Python Chess Engine in 111 lines of code
- kartograph/kartograph.py - Renders beautiful SVG maps in Python.
- dpkp/kafka-python - Python client for Apache Kafka
- Cue/scales - scales - Metrics for Python
- lincolnloop/python-qrcode - Python QR Code image generator
- cdhigh/KindleEar - A website application running in Google app engine, deliver rss news to your kindle. generate mobi by using python, multilanguages supported.
- jesolem/PCV - Open source Python module for computer vision
- JelteF/PyLaTeX - A Python library for creating LaTeX files
- kliment/Printrun - Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
- keleshev/schema - Schema validation just got Pythonic
- elastic/elasticsearch-py - Official Python low-level client for Elasticsearch.
- PyGithub/PyGithub - Python library implementing the GitHub API v3
- apache/libcloud - Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API
- onefinestay/nameko - Python framework for building microservices
- python-telegram-bot/python-telegram-bot - Not just a Python wrapper around the Telegram Bot API.
- datamade/dedupe - 🆔 A python library for accurate and scaleable data deduplication and entity-resolution.
- elastic/elasticsearch-dsl-py - High level Python client for Elasticsearch
- binarydud/pyres - a resque clone in python
- shea256/angular-flask - An AngularJS (frontend) + Flask / Python (backend) Boilerplate Application
- Julian/jsonschema - An(other) implementation of JSON Schema for Python
- celery/kombu - Messaging library for Python.
- PythonJS/PythonJS - PythonJS development has moved to Rusthon
- rkern/line_profiler - Line-by-line profiling for Python
- spotify/dh-virtualenv - Python virtualenvs in Debian packages
- Uberi/speech_recognition - Speech recognition module for Python, supporting several engines and APIs, online and offline.
- scopatz/xonsh - xonsh is a Python-ish, BASHwards-facing shell.
- bdarnell/plop - Python Low-Overhead Profiler
- hyperopt/hyperopt - Distributed Asynchronous Hyperparameter Optimization in Python
- lxml/lxml - The lxml XML toolkit for Python
- michaelliao/sinaweibopy - 新浪微博Python SDK
- pybee/toga - A Python native, OS native GUI toolkit.
- nickstenning/honcho - Honcho: a python clone of Foreman. For managing Procfile-based applications.
- halgari/clojure-py - A implementation of Clojure in pure (dynamic) Python
- DataBrewery/cubes - Light-weight Python OLAP framework for multi-dimensional data analysis
- jpadilla/pyjwt - JSON Web Token implementation in Python
- fabianp/memory_profiler - Monitor Memory usage of Python code
- spulec/freezegun - Let your Python tests travel through time
- andersbll/neural_artistic_style - Neural Artistic Style in Python
- jmcnamara/XlsxWriter - A Python module for creating Excel XLSX files.
- Maratyszcza/PeachPy - x86-64 assembler embedded in Python
- mrjoes/sockjs-tornado - WebSocket emulation - Python server
- miracle2k/webassets - Asset management for Python web development.
- compjour/search-script-scrape - 101 real world web scraping exercises in Python 3 for data journalists
- behave/behave - BDD, Python style.
- cloudera/ibis - Big data the Pythonic way. Productivity-centric Python data analysis framework for Analytic SQL and Hadoop. Co-founded by the creator of pandas
- ReactiveX/RxPY - Reactive Extensions for Python
- joblib/joblib - Python function as pipeline jobs.
- gbeced/pyalgotrade - Python Algorithmic Trading Library
- rhiever/tpot - A Python tool that automatically creates and optimizes machine learning pipelines using genetic programming.
- geekcomputers/Python - My Python Examples
- spulec/moto - Moto is a library that allows your python tests to easily mock out the boto library
- shadowsocks/ChinaDNS-Python - Protect yourself against DNS poisoning in China.
- robdmc/pandashells - 🐼 Bringing the python data stack to the shell prompt
- urwid/urwid - Console user interface library for Python (official repo)
- StijnMiroslav/top-starred-devs-and-repos-to-follow - The Top-Starred Python GitHub Devs, Orgs, and Repos to Follow (All-Time and Trending)
- tony/tmuxp - 💻 tmux session manager and python library
- peterhudec/authomatic - Simple yet powerful authorization / authentication client library for Python web applications.
- muricoca/crab - Crab is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (numpy, scipy, matplotlib).
- Komodo/KomodoEdit - Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
- ckreibich/scholar.py - A parser for Google Scholar, written in Python
- eliben/pycparser - 🐍 Complete C99 parser in pure Python
- Lawouach/WebSocket-for-Python - WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.3.4)
- graphql-python/graphene - GraphQL framework for Python
- MagicStack/MagicPython - Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!
- isnowfy/pydown - An HTML5 presentation builder written by python
- lepture/mistune - The fastest markdown parser in pure Python with renderer feature, inspired by marked and misaka.
- rubik/radon - Various code metrics for Python code
- adamn/python-webkit2png - Python script that takes screenshots (browsershots) using webkit
- wooey/Wooey - A Django app which creates automatic web UIs for Python scripts.
- hit9/PyZh - 一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。
- eBay/bayesian-belief-networks - Pythonic Bayesian Belief Network Package, supporting creation of and exact inference on Bayesian Belief Networks specified as pure python functions.
- twilio/twilio-python - A Python module for communicating with the Twilio API and generating TwiML. Need help? Post your questions to http://getsatisfaction.com/twilio or email us at help@twilio.com
- simplejson/simplejson - simplejson is a simple, fast, extensible JSON encoder/decoder for Python
- python/pythondotorg - Source code for python.org
- andialbrecht/sqlparse - A non-validating SQL parser module for Python
- ahupp/python-magic - A python wrapper for libmagic
- srusskih/SublimeJEDI - awesome Python autocompletion with SublimeText
- mirumee/satchless - E-commerce for Python
- realpython/python-scripts - because i'm tired of gists
- audreyr/cookiecutter-pypackage - Cookiecutter template for a Python package.
- martinrusev/imbox - Python IMAP for Human beings
- cea-sec/miasm - Reverse engineering framework in Python
- timothycrosley/isort - A Python utility / library to sort imports.
- pybuilder/pybuilder - Continuous build tool for Python.
- FriendCode/gittle - Pythonic Git for Humans
- nvdv/vprof - Visual Python profiler
- gak/pycallgraph - pycallgraph is a Python module that creates call graphs for Python programs.
- kvh/ramp - Rapid Machine Learning Prototyping in Python
- erikrose/blessings - A thin, practical wrapper around terminal capabilities in Python
- saghul/pythonz - Python installation manager supporting CPython, Stackless, PyPy and Jython
- markfinger/python-react - Server-side rendering of React components
- rholder/retrying - Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
- joerick/pyinstrument - Call stack profiler for Python. Inspired by Apple's Instruments.app
- msgpack/msgpack-python - MessagePack serializer implementation for Python msgpack.org[Python]
- alecthomas/voluptuous - Voluptuous, despite the name, is a Python data validation library.
- joonty/vdebug - Multi-language DBGP debugger client for Vim (PHP, Python, Perl, Ruby, etc.)
- Miserlou/Zappa - Serverless Python Web Services
- jdf/processing.py - Write Processing sketches in Python
- miguelgrinberg/microblog - A microblogging web application written in Python and Flask that I developed as part of my Flask Mega-Tutorial series.
- jaybaird/python-bloomfilter - Scalable Bloom Filter implemented in Python
- drzoidberg33/plexpy - A Python based monitoring and tracking tool for Plex Media Server.
- seomoz/shovel - Rake, for Python
- os/slacker - Full-featured Python interface for the Slack API
- landscapeio/prospector - Inspects Python source files and provides information about type and location of classes, methods etc
- machinalis/quepy - A python framework to transform natural language questions to queries in a database query language.
- pexpect/pexpect - A Python module for controlling interactive programs in a pseudo-terminal
- jjlee/mechanize - Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
- lyst/lightfm - A Python implementation of LightFM, a hybrid recommendation algorithm.
- OfflineIMAP/offlineimap - Read/sync your IMAP mailboxes [Python]
- inducer/pudb - Full-screen console debugger for Python
- serverdensity/python-daemon - Python daemonizer for Unix, Linux and OS X
- PythonCharmers/python-future - Easy, clean, reliable Python 2/3 compatibility
- pantsbuild/pex - A library and tool for generating .pex (Python EXecutable) files
- ocelma/python-recsys - A python library for implementing a recommender system
- mediadrop/mediadrop - A video, audio and podcast publication platform written in Python.
- echonest/pyechonest - Python client for the Echo Nest API
- berdario/pew - A tool to manage multiple virtual environments written in pure python
- aparo/pyes - Python connector for ElasticSearch - the pythonic way to use ElasticSearch
- mining/mining - Business Intelligence (BI) in Python, OLAP
- erikrose/parsimonious - The fastest pure-Python PEG parser I can muster
- csvoss/onelinerizer - Convert any Python file into a single line of code.
- dahlia/wand - The ctypes-based simple ImageMagick binding for Python
- espeed/bulbs - A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
- kivy/pyjnius - Access Java classes from Python
- apresta/tagger - A Python module for extracting relevant tags from text documents.
- DEAP/deap - Distributed Evolutionary Algorithms in Python
- requests/requests-oauthlib - OAuthlib support for Python-Requests!
- namlook/mongokit - MongoKit framework try to keep its simplicity when you manage mongodb in python. MongoKit was developed to be fast and light with KISS and DRY in mind. MongoKit brings structured schema and validation layer on top of the great pymongo driver. Discuss with us on Google group : http://groups.google.com/group/mongokit or follow the news on Twitter: http://twitter.com/namlook
- nickoala/telepot - Python framework for Telegram Bot API
- liris/websocket-client - websocket client for python
- dabeaz/ply - Python Lex-Yacc
- OpenRCE/sulley - A pure-python fully automated and unattended fuzzing framework.
- python-diamond/Diamond - Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
- kmike/django-widget-tweaks - Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can be altered.
- douban/douban-client - Python client library for Douban APIs (OAuth 2.0)
- zedshaw/lamson - Pythonic SMTP Application Server
- alehander42/pseudo - automated algorithm / library translation for Python, JS, Go, C#, Ruby 👽
- rhiever/TwitterFollowBot - A Python bot that automates several actions on Twitter, such as following users and favoriting tweets.
- aaugustin/websockets - WebSocket implementation in Python 3
- evansd/whitenoise - Radically simplified static file serving for Python web apps
- rthalley/dnspython - a powerful DNS toolkit for python
- toastdriven/restless - A lightweight REST miniframework for Python.
- dieseldev/diesel - Greenlet-based event I/O Framework for Python
- wireservice/agate - A Python data analysis library that is optimized for humans instead of machines.
- taizilongxu/douban.fm - 📻 douban.fm based on Python
- mrjoes/tornadio2 - Python socket.io server implementation on top of Tornado framework
- an0/Letterpress - A minimal, Markdown based blogging system written in Python.
- ZoomerAnalytics/xlwings - xlwings is a BSD-licensed Python library that makes it easy to call Python from Excel and vice versa. It works with Microsoft Excel on Windows and Mac.
- pypa/warehouse - Next Generation Python Package Repository
- nitely/Spirit - Spirit is a modern Python based forum built on top of Django framework
- python-openxml/python-docx - Create and modify Word documents with Python
- bookieio/Bookie - Python based delicious.com replacement
- vmware/pyvmomi - VMware vSphere API Python Bindings
- zedshaw/python-lust - Python Little Unix Server Toolkit
- walac/pyusb - USB access on python
- SoCo/SoCo - SoCo (Sonos Controller) is a simple Python class that allows you to programmatically control Sonos speakers.
- rbgirshick/py-faster-rcnn - Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
- bytefish/facerec - Implements face recognition algorithms for MATLAB/GNU Octave and Python.
- bmcfee/librosa - Python library for audio and music analysis
- bpython/bpython - bpython - A fancy curses interface to the Python interactive interpreter
- wtforms/wtforms - A flexible forms validation and rendering library for Python.
- ross/requests-futures - Asynchronous Python HTTP Requests for Humans using Futures
- CoreSecurity/impacket - Impacket is a collection of Python classes for working with network protocols.
- grantjenks/sorted_containers - Python Sorted Container Types: SortedList, SortedDict, and SortedSet
- sigmavirus24/github3.py - Python library for interfacing with the GitHub APIv3
- chardet/chardet - Python 2/3 compatible character encoding detector.
- google/pinject - A pythonic dependency injection library.
- gabrielfalcao/sure - utility belt for automated testing in python (inspired by @visionmedia's should.js)
- datafolklabs/cement - Application Framework for Python
- pycassa/pycassa - Python Thrift driver for Apache Cassandra
- kamyu104/LeetCode - 📝 Python / C++ 11 Solutions of All 347 LeetCode Questions
- scrapinghub/dateparser - python parser for human readable dates
- python-beaver/python-beaver - python daemon that munches on logs and sends their contents to logstash
- datastax/python-driver - DataStax Python Driver for Apache Cassandra
- egirault/googleplay-api - Google Play Unofficial Python API - This project was a PoC and is not maintained anymore. Please feel free to fork it and improve it in any way.
- python-zk/kazoo - Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
- geopandas/geopandas - Python tools for geographic data
- DenisCarriere/geocoder - 🌏 Python Geocoder
- mirumee/saleor - An e-commerce storefront for Python and Django
- makinacorpus/spynner - Programmatic web browsing module with AJAX support for Python
- Show-Me-the-Code/python - Show Me the Code Python version.
- facebookarchive/react-python - Python bridge to JSX & the React JavaScript library.
- python-babel/babel - The official repository for Babel, the Python Internationalization Library
- Lukasa/hyper - HTTP/2 for Python.
- html5lib/html5lib-python - Standards-compliant library for parsing and serializing HTML documents and fragments in Python
- waveform80/picamera - A pure Python interface to the Raspberry Pi camera module
- jodal/pykka - Pykka is a Python implementation of the actor model, which makes it easier to build concurrent applications
- GrahamDumpleton/wrapt - A Python module for decorators, wrappers and monkey patching.
- tartley/colorama - Simple cross-platform colored terminal text in Python
- nicolaiarocci/cerberus - Lightweight, extensible data validation library for Python
- lepture/python-livereload - livereload server in python
- fengli/alipay_python - 支付宝 alipay python接口,支持担保交易,即时到帐和自动发货接口
- RDFLib/rdflib - RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
- xxg1413/python - Python学习
- dddomodossola/remi - Python REMote Interface library. Platform independent. In less than 100 Kbytes, perfect for your diet.
- zatosource/zato - ESB, SOA, REST, APIs and Cloud Integrations in Python
- sinacloud/sae-python-dev-guide - SAE Python开发者手册
- LindseyB/starwars-dot-gif - Python script to generate gifs from star wars
- tsileo/bakthat - Bakthat is a MIT licensed backup framework written in Python, it's both a command line tool and a Python module that helps you manage backups on Amazon S3/Glacier and OpenStack Swift. It automatically compress, encrypt (symmetric encryption) and upload your files.
- tobgu/pyrsistent - Persistent/Immutable/Functional data structures for Python
- snoack/python-goto - A function decorator, that rewrites the bytecode, to enable goto in Python
- ronf/asyncssh - AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework. It requires Python 3.4 or later and the Python cryptography library for some cryptographic functions.
- asweigart/pyautogui - A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
- nigelsmall/py2neo - Py2neo is a comprehensive toolkit for working with Neo4j from within Python applications or from the command line.
- areski/python-nvd3 - Python Wrapper for NVD3 - It's time for beautiful charts
- nucleic/enaml - Declarative User Interfaces for Python
- PyTables/PyTables - A Python package to manage extremely large amounts of data
- cvxgrp/cvxpy - A Python-embedded modeling language for convex optimization problems.
- mrjbq7/ta-lib - Python wrapper for TA-Lib (http://ta-lib.org/).
- iogf/vy - A vim-like in python made from scratch.
- tankywoo/simiki - Simiki is a simple wiki framework, written in Python.
- pydata/numexpr - Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more
- azazel75/metapensiero.pj - Javascript for refined palates: a Python 3 to ES6 Javascript translator
- python-git/python - Unofficial Python SVN auto-updating mirror
- Leviathan1995/Pylsy - Pylsy is a simple python library draw tables in the Terminal.Just two lines of code .
- jdunck/python-unicodecsv - Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which does. If you prefer python 3's semantics but need support in py2, you probably want https://github.com/ryanhiebert/backports.csv
- citronneur/rdpy - Remote Desktop Protocol in Twisted Python
- rapidsms/rapidsms - Build SMS applications with Python
- googlemaps/google-maps-services-python - Python client library for Google Maps API Web Services
- evernote/evernote-sdk-python - Evernote SDK for Python
- datamade/usaddress - 🇺🇸 a python library for parsing unstructured address strings into address components
- iKevinY/EulerPy - Python-based Project Euler command line tool.
- macropin/django-registration - django-registration (redux) now with Django 1.7/1.8/1.9 & Python 3 support
- Knio/dominate - Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
- spotify/snakebite - A pure python HDFS client
- CamDavidsonPilon/lifelines - Survival analysis in Python
- mbachry/exxo - Build portable Python binaries
- Toblerity/Shapely - Python package for manipulation and analysis of geometric objects in the Cartesian plane
- yorkoliu/pyauto - 《python自动化运维:技术与最佳实践》书中示例及案例源码
- madmaze/pytesseract - A Python wrapper for Google Tesseract
- noplay/python-mysql-replication - Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL
- dodger487/dplython - dplyr for python
- mps-youtube/pafy - Python library to download YouTube content and retrieve metadata
- SavinaRoja/PyUserInput - A module for cross-platform control of the mouse and keyboard in python that is simple to install and use.
- poise/python - Chef cookbook to install Python and related tools
- vicalloy/LBForum - LBForum is a forum engine written in Python using Django
- pyfa-org/Pyfa - Python fitting assistant, cross-platform fitting tool for EVE Online
- eleme/thriftpy - Pure python implementation of Apache Thrift.
- davidaurelio/hashids-python - Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3
- buffer/thug - Python low-interaction honeyclient
- billpmurphy/hask - Haskell language features and standard libraries in pure Python.
- paicha/gxgk-wechat-server - 莞香广科微信公众号后端,使用 Python、Flask、Redis、MySQL、Celery
- appliedsec/pygeoip - Pure Python API for Maxmind's binary GeoIP databases
- benhamner/Metrics - Machine learning evaluation metrics, implemented in Python, R, Haskell, and MATLAB / Octave
- vgel/summarize.py - A python script for summarizing articles using nltk
- timbertson/python-readability - [abandoned] python port of arc90's readability bookmarklet
- alixander/PyScribe - A Python library to make debugging with print statements simpler and more effective.
- rasbt/mlxtend - A library of extension and helper modules for Python's data analysis and machine learning libraries.
- EliotBerriot/lifter - A lightweight query engine for Python iterables, inspired by Django ORM
- ufora/ufora - Compiled, automatically parallel Python for data science
- naiquevin/pipdeptree - A command line utility to display dependency tree of the installed Python packages
- balloob/pychromecast - Library for Python 2 and 3 to communicate with the Google Chromecast.
- pyparallel/pyparallel - Experimental multicore fork of Python 3
- mitsuhiko/python-modernize - Modernizes Python code for eventual Python 3 migration. Build on top of 2to3
- matthewearl/faceswap - Python script to put facial features from one face onto another
- nvie/times - Times and time zones in Python with a focus on best practices.
- sherjilozair/char-rnn-tensorflow - Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
- h5py/h5py - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.
- echen/restricted-boltzmann-machines - Restricted Boltzmann Machines in Python.
- praetorian-inc/pentestly - Python and Powershell internal penetration testing framework
- limodou/uliweb - Simple and easy use python web framework
- jsonpickle/jsonpickle - Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python.
- machinalis/iepy - Information Extraction in Python
- kislyuk/argcomplete - Python and tab completion, better together.
- geeknam/python-gcm - Python client for Google Cloud Messaging for Android (GCM)
- eternnoir/pyTelegramBotAPI - Python Telegram bot api.
- mopidy/pyspotify - Python bindings for libspotify
- mapbox/rasterio - Clean and fast and geospatial raster I/O for Python programmers who use Numpy
- vbuterin/pybitcointools - SImple, common-sense Bitcoin-themed Python ECC library
- jamesturk/jellyfish - a python library for doing approximate and phonetic matching of strings.
- hmmlearn/hmmlearn - Hidden Markov Models in Python, with scikit-learn like API
- xiaocong/uiautomator - Python wrapper of Android uiautomator test tool.
- michaelfairley/mincemeatpy - Lightweight MapReduce in python
- JulienPalard/Pipe - A Python library to use infix notation in Python
- blampe/IbPy - Python API for the Interactive Brokers on-line trading system.
- kivy/buildozer - Generic Python packager for Android and iOS
- Hawstein/snake-ai - a snake AI written in python
- sarumont/py-trello - Python API wrapper around Trello's API
- Vector35/binaryninja-python - Binary Ninja prototype written in Python
- mitsuhiko/pluginbase - A simple but flexible plugin system for Python.
- benoitc/restkit - an HTTP resource kit for Python
- GeekTrainer/Introduction-Programming-Python - All of the slides, answer files and other solutions used during the Introduction to Programming
- rlisagor/freshen - Clone of the Cucumber BDD framework for Python
- pricingassistant/mrq - Mr. Queue - A distributed worker task queue in Python using Redis & gevent
- toastdriven/itty - The itty-bitty Python web framework.
- sbp/phenny - Python IRC bot
- mrjoes/tornadio - Python socket.io 0.6 server implementation on top of Tornado framework
- secdev/scapy - Scapy: the python-based interactive packet manipulation program & library
- pydata/xarray - N-D labeled arrays and datasets in Python
- SohuTech/essay - Python项目自动化多服务器部署的工具
- QingdaoU/OnlineJudge - Open source online judge based on Python, Django and Docker. | 开源 Online Judge | 5月份发布VirtualJudge功能 | 如果您在使用这个系统,请watch或者加入QQ群,这样可以收到最新的更新
- MeetMe/newrelic-plugin-agent - Multi-Plugin python-based Agent for NewRelic's Platform
- ozgur/python-linkedin - Python interface to the LinkedIn API
- luispedro/mahotas - Computer Vision in Python
- hgrecco/pint - Operate and manipulate physical quantities in Python
- farcepest/MySQLdb1 - MySQL database connector for Python (legacy version)
- liuwons/wxBot - Python网页微信API
- lamerman/shellpy - A tool for convenient shell scripting in python
- google/oauth2client - This is a Python library for accessing resources protected by OAuth 2.0.
- rasbt/pyprind - PyPrind - Python Progress Indicator Utility
- heynemann/r3 - r³ is a map-reduce engine written in python using redis as a backend
- disqus/nydus - Nydus is a Python toolkit for managing database connections and routing operations, primarily for Redis
- googleglass/mirror-quickstart-python - Google Mirror API's Quickstart for Python
- eventlet/eventlet - Concurrent networking library for Python (official mirror)
- mikeorr/Unipath - An object-oriented approach to Python file/directory operations.
- rgalanakis/goless - Go-like semantics built on top of Stackless Python.
- cosmo-ethz/hope - HOPE: A Python Just-In-Time compiler for astrophysical computations
- Zulko/easyAI - Python artificial intelligence framework for games
- NahimNasser/django-unchained - Introduction to Python and Django
- Fuck-You-GFW/simDHT - A very simple DHT crawler, was written in Python.
- skariel/webalchemy - Modern web development with Python
- pystruct/pystruct - Simple structured learning framework for python
- hhatto/nude.py - Nudity detection with Python
- yahoo/redislite - Redis in a python module
- Skype4Py/Skype4Py - Platform independent Python wrapper for the Skype Desktop API
- soundcloud/soundcloud-python - A Python wrapper around the Soundcloud API
- maciejkula/glove-python - Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
- kevthehermit/RATDecoders - Python Decoders for Common Remote Access Trojans
- Yelp/pyleus - Pyleus is a Python framework for developing and launching Storm topologies.
- uqfoundation/dill - serialize all of python
- teachthenet/TeachCraft-Challenges - Learn programming in python by giving yourself superpowers in a minecraft world!
- deanishe/alfred-workflow - Helper library for writing Alfred 2 workflows in Python
- Tivix/django-cron - Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)
- Leo-G/Flask-Scaffold - Prototype Database driven CRUD dashboards and RESTFUL API's in Python 3, Flask and Angularjs
- CleanCut/green - Green is a clean, colorful, fast python test runner.
- hynek/structlog - Structured Logging for Python
- flyingrub/scdl - Python Soundcloud Music Downloader
- cgoldberg/multi-mechanize - Performance Test Framework in Python
- QuantEcon/QuantEcon.py - A community based Python library for quantitative economics
- JazzCore/python-pdfkit - Wkhtmltopdf python wrapper to convert html to pdf
- liftoff/pyminifier - Pyminifier is a Python code minifier, obfuscator, and compressor.
- koalalorenzo/python-digitalocean - Python module to manage Digital Ocean droplets
- dasmith/stanford-corenlp-python - Python wrapper for Stanford CoreNLP tools v3.4.1
- collective/icalendar - icalendar parser library for Python
- miguelgrinberg/REST-tutorial - Files for my REST API tutorials featuring a server written in Python and a web client written in Javascript.
- openid/python-openid - OpenID library for Python
- earl/beanstalkc - A simple beanstalkd client library for Python
- selwin/python-user-agents - A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.
- progrium/ginkgo - Python service microframework
- riccardoscalco/Pykov - Pykov is a Python module on finite regular Markov chains.
- biosustain/potion - Flask-Potion is a RESTful API framework for Flask and various Python ORMs
- swaroopch/byte-of-python - A Byte of Python book
- plamere/spotipy - A light weight Python library for the Spotify Web API
- openstack/python-novaclient - Client library for OpenStack Compute API
- jek/blinker - A fast Python in-process signal/event dispatching system.
- rouseguy/intro2stats - Introduction to Statistics using Python
- dropbox/pyxl - A Python extension for writing structured and reusable inline HTML.
- tumblr/pytumblr - A Python Tumblr API v2 Client
- SheffieldML/GPy - Gaussian processes framework in python
- karan/HackerNewsAPI - 📰 Unofficial Python API for Hacker News. RESTful API at https://github.com/karan/HNify
- william-os4y/fapws3 - Fast Asynchronous Python Web Server (based on libev)
- influxdata/influxdb-python - Python client for InfluxDB
- ducksboard/libsaas - Python library to take the pain out of using SaaS APIs. It's like an ORM for SaaS!
- alecthomas/pawk - PAWK - A Python line processor (like AWK)
- sivy/pystatsd - Python implementation of the Statsd client/server
- openstack/bandit - Python AST-based static analyzer from OpenStack Security Group
- mkleehammer/pyodbc - Python ODBC bridge
- brandon-rhodes/fopnp - Foundations of Python Network Programming (Apress) — scripts and examples
- makaimc/underwear - Dead simple LAMP-stack deployments for Python-powered web applications.
- knipknap/SpiffWorkflow - A powerful workflow engine implemented in pure Python
- EnigmaCurry/blogofile - A static website compiler and blog engine written in Python.
- prodicus/vocabulary - Python Module to get Meanings, Synonyms and what not for a given word
- Mashape/unirest-python - Unirest in Python: Simplified, lightweight HTTP client library.
- studioimaginaire/phue - A Python library for the Philips Hue system
- lxneng/xpinyin - translate chinese hanzi to pinyin by python
- YosaiProject/yosai - 🏯 A Security Framework for Python Applications
- Damnever/pigar - ☕ A fantastic tool to generate requirements file for your Python project, and more than that.
- tabatkins/railroad-diagrams - 🚂 A small JS+SVG library for drawing railroad syntax diagrams. Now with a Python port!
- n1nj4sec/memorpy - Python library using ctypes to search/edit windows programs memory
- haypo/pysandbox - WARNING: pysandbox is BROKEN BY DESIGN, please move to a new sandboxing solution (run python in a sandbox, not the opposite!)
- basho/riak-python-client - Python clients for Riak.
- python/asyncio - This project is the asyncio module for Python 3.3. Since Python 3.4, asyncio is part of the standard library.
- cgoldberg/ystockquote - retrieve stock quote data from Yahoo Finance (Python module)
- Miserlou/SoundScrape - SoundCloud (and Bandcamp and Mixcloud) downloader in Python.
- eliben/pyelftools - Pure-python library for parsing ELF and DWARF
- msiemens/PyGitUp - A python implementation of git up
- tomerfiliba/rpyc - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python
- crhym3/simpleauth - Simple authentication for Python on Google App Engine supporting OAuth 2.0, OAuth 1.0(a) and OpenID
- PyMySQL/mysqlclient-python - MySQL database connector for Python (with Python 3 support)
- pyserial/pyserial - Python serial port access library
- dan/hivelogic-flickrtouchr - A Python script to grab all your photos from flickr and dump them into a directory, organized into folders by set name.
- agermanidis/SnapchatBot - [deprecated] Python library for building bots that live on Snapchat
- trigger/trigger - Trigger is a robust network automation toolkit written in Python that was designed for interfacing with network devices.
- iancmcc/ouimeaux - Python API to Belkin WeMo devices
- klen/muffin - Muffin is a fast, simple and asyncronous web-framework for Python 3
- GoogleCloudPlatform/appengine-flask-skeleton - A skeleton for creating Python applications using the Flask framework on App Engine
- posativ/acrylamid - static blog generator in python with incremental rendering
- Azure/azure-sdk-for-python - Microsoft Azure SDK for Python
- pybee/batavia - A Javascript implementation of the Python virtual machine.
- Hypsurus/weeman - 🐠 HTTP Server for phishing in Python
- AdamLaurie/RFIDIOt - python RFID / NFC library & tools
- pypa/python-packaging-user-guide - Python Packaging User Guide
- manojmj92/subtitle-downloader - Python script to automatically download subtitles for any movie/tv series episode.
- gnemoug/sina_reptile - 获取新浪微博1000w用户的基本信息和每个爬取用户最近发表的50条微博,使用python编写,多进程爬取,将数据存储在了mongodb中
- Parsely/pykafka - Kafka client for Python
- kivy/plyer - Plyer is a platform-independent Python wrapper for platform-dependent APIs
- Widdershin/butterdb - butterdb is a Python object mapper for Google Drive Spreadsheets. Still in development, but usable.
- stripe/stripe-python - Stripe Python bindings
- pyelasticsearch/pyelasticsearch - python elasticsearch client
- chapmanb/bcbb - Incubator for useful bioinformatics code, primarily in Python and R
- richardkiss/pycoin - Python-based Bitcoin and alt-coin utility library.
- bashwork/pymodbus - A full modbus protocol written in python
- jleclanche/fireplace - A Hearthstone simulator in Python
- ldx/python-iptables - Python bindings for iptables
- ganglia/gmond_python_modules - Repository of user-contributed Gmond Python DSO metric modules
- djmelik/archey - Archey is a system information tool written in Python.
- klen/mixer - Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
- icgood/continuous-docs - Tutorial and example package for continuous documentation generation in Python.
- Rapptz/discord.py - An API wrapper for Discord written in Python.
- mozillazg/python-pinyin - 汉语拼音转换工具 Python 版(pypinyin)。
- GraylinKim/sc2reader - A python library that extracts data from various Starcraft II resources to power tools and services for the SC2 community. Who doesn't want to hack on the games they play?
- pydata/patsy - Describing statistical models in Python using symbolic formulas
- pascalw/Airplayer - Python script to make media playing software Apple Airplay compatbible. Currently supports XBMC, Plex and Boxee.
- GoogleCloudPlatform/gcloud-python - Google Cloud Client Library for Python
- syncthing/syncthing-gtk - GTK3 & python based GUI for Syncthing
- rspivak/slimit - SlimIt - a JavaScript minifier/parser in Python
- pybee/voc - A transpiler that converts Python bytecode into Java bytecode.
- paypal/PayPal-Python-SDK - Python SDK for PayPal RESTful APIs
- astraw/stdeb - produce Debian packages from Python packages
- paver/paver - Python-based project scripting.
- scoder/lupa - Lua in Python
- kushaldas/pym - Python for you and me book
- Kotti/Kotti - Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible Content Management System called the Kotti CMS.
- black-perl/ptop - An awesome task manager written in python. 💻
- socketubs/requirements - Python requirements made easy
- kurtmckee/feedparser - Parse feeds in Python
- kronenthaler/mod-pbxproj - A python module to manipulate XCode projects
- evennia/evennia - Python MUD/MUX/MUSH/MU* development system
- EiNSTeiN-/decompiler - A decompiler with multiple backend support, written in Python. Works with IDA and Capstone.
- pyca/pyopenssl - A Python wrapper around the OpenSSL library
- guessit-io/guessit - GuessIt is a python library that extracts as much information as possible from a video filename.
- lionheart/bottlenose - A stable, up-to-date Python wrapper for the Amazon Product Advertising API.
- joaoricardo000/whatsapp-bot-seed - A small python framework to create a whatsapp bot, with regex-callback message routing.
- giampaolo/pyftpdlib - Extremely fast and scalable Python FTP server library
- frappe/frappe - Rapid Application Development Framework in Python & JS. Used to build ERPNext
- Dinnerbone/mcstatus - A Python class for checking the status of an enabled Minecraft server
- lmjohns3/theanets - Neural network toolkit for Python
- cyberdelia/metrology - A library to easily measure what's going on in your python.
- cloudmatrix/esky - an auto-update framework for frozen python apps
- appnexus/pyrobuf - A Cython alternative to Google's Python Protobuf library
- zachwill/moment - Dealing with dates in Python shouldn't have to suck.
- EntilZha/PyFunctional - Python library for creating data pipelines with chain functional programming
- abidrahmank/OpenCV2-Python-Tutorials - This repo contains tutorials on OpenCV-Python library using new cv2 interface
- samuel/python-munin - Python framework for building Munin plugins (also includes some plugins prebuilt).
- josauder/procedural_city_generation - Procedural City Generation program implemented in Python and Visualized with Blender.
- gwik/geventhttpclient - A high performance, concurrent http client library for python with gevent
- danielgtaylor/qtfaststart - Quicktime atom positioning in Python for fast streaming
- SamyPesse/glass.py - Create python web applications for Google Glass
- jflesch/pyocr - A Python wrapper for Tesseract and Cuneiform
- deepgram/sidomo - Simple Docker Python Module
- pagekite/PyPagekite - Python implementation of the PageKite remote front-end protocols.
- nuxeo/FunkLoad - Functional and load testing framework for web applications, written in Python
- jaberg/skdata - Data sets for machine learning in Python
- gae-init/gae-init - Google App Engine based on Python, Flask, RESTful, Bootstrap and tons of other cool features
- dhellmann/smiley - Python Application Tracer
- alimanfoo/petl - Python Extract Transform and Load Tables of Data
- Stiivi/bubbles - Bubbles – Python ETL framework
- michaelliao/learn-python3 - Learn Python 3 Sample Code
- drkjam/netaddr - A network address manipulation library for Python
- avelino/liquidluck - Felix Felicis (aka liquidluck) is a static blog generator in python
- MattVitelli/GRUV - GRUV is a Python project for algorithmic music generation.
- Blizzard/s2protocol - Python library to decode StarCraft II replay protocols
- googledrive/PyDrive - Google Drive API Python wrapper library
- closeio/tasktiger - Python task queue. Because celery is gross.
- timofurrer/try - 📦 Awesome cli tool to try python packages - It's never been easier!
- los-cocos/cocos - graphic library for games and multimedia, for python language on PC-like hardware
- gennad/Design-Patterns-in-Python - A collection of popular design patterns implemented in Python programming language
- wimleers/fileconveyor - File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
- pinard/Pymacs - Emacs to Python interface
- jvns/teeceepee - mini-TCP stack in Python, for fun
- OpenRCE/paimei - A reverse engineering framework written in Python.
- JulianEberius/SublimeRope - ST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library
- slacy/minimongo - A lightweight, Pythonic, Object Oriented Interface to MongoDB.
- pyflakes/pyflakes - A simple program which checks Python source files for errors.
- perone/stallion - Stallion - A Python Package Manager
- jiffyclub/snakeviz - An in-browser Python profile viewer
- dimka665/awesome-slugify - Python flexible slugify function
- tow/sunburnt - Python interface to Solr
- geduldig/TwitterAPI - Minimal python wrapper for Twitter's REST and Streaming APIs
- REMitchell/python-scraping - Code samples from the book Web Scraping with Python http://shop.oreilly.com/product/0636920034391.do
- ProgVal/Limnoria - A modified version of Supybot (an IRC bot) with Python 3 and IRCv3 support, embedded web server, translations (fr, fi, it, hu, de), and many other enhancements and bug fixes
- yoavaviram/python-amazon-simple-product-api - A simple Python wrapper for the Amazon.com Product Advertising API
- twisted/txmongo - asynchronous python driver for mongo
- paulgb/simplediff - Simple Diff Function implemented in Python, PHP, CoffeeScript, and JavaScript
- inducer/pycuda - CUDA integration for Python, plus shiny features
- iamteem/redisco - A Python Library for Simple Models and Containers Persisted in Redis
- cocagne/paxos - Plain Paxos Implementations in Python & Java
- rahims/SoCo - SoCo (Sonos Controller) is a simple Python class that allows you to programmatically control Sonos speakers.
- pycurl/pycurl - PycURL - Python interface to libcurl
- pixelogik/NearPy - Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
- cobrateam/django-htmlmin - HTML minifier for Python frameworks (not only Django, despite the name).
- takluyver/pynsist - Build Windows installers for Python applications
- randomchars/pushbullet.py - A python client for http://pushbullet.com
- ella/ella - Ella is a CMS based on Python web framework Django with a main focus on high-traffic news websites and Internet magazines.
- twisted/treq - Python requests like API built on top of Twisted's HTTP client.
- jw2013/Leetcode-Py - And they say Python is slow...
- getsentry/rb - Routing and connection management for Redis in Python
- orestis/pysmell - PySmell is an attempt to create an IDE completion helper for python.
- jonathanslenders/asyncio-redis - Redis client for Python asyncio (PEP 3156)
- fluentpython/example-code - Example code for the book Fluent Python
- cudamat/cudamat - Python module for performing basic dense linear algebra computations on the GPU using CUDA.
- pyopencl/pyopencl - OpenCL integration for Python, plus shiny features
- kroger/pyknon - Simple Python library to generate music in a hacker friendly way.
- jmoiron/humanize - python humanize functions
- coleifer/walrus - Lightweight Python utilities for working with Redis
- scanny/python-pptx - Create Open XML PowerPoint documents in Python
- niklasb/dryscrape - A lightweight Python library that uses Webkit to enable easy scraping of dynamic, Javascript-heavy web pages
- mLewisLogic/foursquare - The Foursquare API client for Python
- jrosebr1/imutils - A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
- joshmarshall/jsonrpclib - A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.
- winpython/winpython - A free Python-distribution for Windows platform, including prebuilt packages for Scientific Python.
- scikit-learn-contrib/lightning - Large-scale linear classification, regression and ranking in Python
- Yelp/Testify - A more pythonic testing framework.
- sweetsoftware/Ares - Python botnet and backdoor
- amol-mandhane/htmlPy - htmlPy is a wrapper around PySide's QtWebKit library. It helps with creating beautiful GUIs using HTML5, CSS3 and Javascript for standalone Python applications.
- olipo186/Git-Auto-Deploy - Deploy your GitHub, GitLab or Bitbucket projects automatically on Git push events or webhooks using this small HTTP server written in Python. Continuous deployment in it's most simple form.
- nedbat/byterun - A Python implementation of a Python bytecode runner
- kirang89/bootstrapy - A bootstrap Python application, so that you can focus on writing code