#awesome-python
A curated list of awesome Python frameworks, libraries and software.
- kennethreitz/requests - Python HTTP Requests for Humans™.
- vinta/awesome-python - A curated list of awesome Python frameworks, libraries and software
- 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.
- CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers - aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
- 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.
- boto/boto - For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services
- 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
- docopt/docopt - Pythonic command line arguments parser, that will make you smile
- chriskiehl/Gooey - Turn (almost) any Python command line program into a full GUI application with one line
- clips/pattern - Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
- andymccurdy/redis-py - Redis Python Client
- kivy/kivy - Open source Python framework for creating NUI applications, running on Windows, Linux, OS X, Android and iOS
- webpy/webpy - web.py is a web framework for python that is as simple as it is powerful.
- 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.
- joke2k/faker - Faker is a Python package that generates fake data for you.
- bottlepy/bottle - bottle.py is a fast and simple micro-framework for python web-applications.
- dropbox/pyston - An open-source Python implementation using JIT techniques.
- amoffat/sh - Python process launching
- karpathy/neuraltalk - NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
- tweepy/tweepy - Twitter for Python!
- matplotlib/matplotlib - matplotlib: plotting with Python
- locustio/locust - Scalable user load testing tool written in Python
- google/yapf - A formatter for Python files
- nicolaiarocci/eve - Python REST API for Humans™
- mitsuhiko/click - Python composable command line utility
- klen/python-mode - Vim python-mode. PyLint, Rope, Pydoc, breakpoints from box.
- quantopian/zipline - Zipline, a Pythonic Algorithmic Trading Library
- sloria/TextBlob - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
- codelucas/newspaper - News, full-text, and article metadata extraction in python 2.6 - 3.4.
- tgalal/yowsup - The python WhatsApp library
- crsmithdev/arrow - Better dates & times for Python
- fogleman/Minecraft - Simple Minecraft-inspired program using Python and Pyglet
- audreyr/cookiecutter - A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
- nvie/rq - Simple job queues for Python
- Russell91/pythonpy - the swiss army knife of the command line
- sympy/sympy - A computer algebra system written in pure Python
- koenbok/Cactus - Static site generator for designers. Uses Python and Django templates.
- pypa/pip - The PyPA recommended tool for installing Python packages
- gevent/gevent - Coroutine-based concurrency library for Python
- Runscope/httpbin - HTTP Request & Response Service, written in Python + Flask.
- yhat/ggplot - ggplot for python
- what-studio/profiling - An interactive continuous Python profiler.
- joestump/python-oauth2 - A fully tested, abstract interface to creating OAuth clients and servers.
- gregmalcolm/python_koans - Python Koans - Learn Python through TDD
- balloob/home-assistant - Open-source home automation platform running on Python 3
- falconry/falcon - Falcon is a high-performance Python framework for building cloud APIs, smart proxies, and app backends.
- 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.
- jeanphix/Ghost.py - Webkit based scriptable web browser for python.
- 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.
- paramiko/paramiko - Native Python SSHv2 protocol library
- donnemartin/data-science-ipython-notebooks - Continually updated Data Science Python Notebooks: Spark, Hadoop MapReduce, HDFS, AWS, Kaggle, scikit-learn, matplotlib, pandas, NumPy, SciPy, and various command lines. https://bit.ly/data-notes
- seatgeek/fuzzywuzzy - Fuzzy String Matching in Python
- donnemartin/interactive-coding-challenges - Interactive, test-driven Python coding challenges (algorithms and data structures) typically found in coding interviews or coding competitions. https://bit.ly/git-code
- omab/python-social-auth - Social auth made simple
- kivy/python-for-android - Turn your Python application into an Android APK - Build your own python and extension
- ajalt/fuckitpy - The Python error steamroller.
- kennethreitz/clint - Python Command-line Application Tools
- gorakhargosh/watchdog - Python library and shell utilities to monitor filesystem events.
- worldveil/dejavu - Audio fingerprinting and recognition in Python
- 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.
- Zulko/moviepy - Video editing with Python
- 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!
- dbader/schedule - Python job scheduling for humans.
- davidhalter/jedi - Awesome autocompletion and static analysis library for python.
- soimort/you-get - ⏬ A YouTube/Youku/Niconico video downloader written in Python 3
- jonathanslenders/python-prompt-toolkit - Library for building powerful interactive command lines in Python
- 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.
- numba/numba - NumPy aware dynamic Python compiler using LLVM
- kennethreitz/envoy - Python Subprocesses for Humans™.
- mongodb/mongo-python-driver - PyMongo - the Python driver for MongoDB
- 0rpc/zerorpc-python - zerorpc for python
- jonathanslenders/pyvim - Pure Python Vim clone.
- wrobstory/vincent - A Python to Vega translator
- pythonforfacebook/facebook-sdk - Facebook Platform Python SDK
- douban/dpark - Python clone of Spark, a MapReduce alike framework in Python
- 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)
- schematics/schematics - Python Data Structures for Humans™.
- sixohsix/twitter - Python Twitter API
- DTVD/rainbowstream - A smart and nice Twitter client on terminal written in Python.
- utahta/pythonbrew - Python Environment manager
- pypa/virtualenv - Virtual Python Environment builder
- PyCQA/pep8 - Simple Python style checker in one Python file
- litl/rauth - A Python library for OAuth 1.0/a, 2.0, and Ofly.
- burnash/gspread - Google Spreadsheets Python API
- cython/cython - A Python to C compiler
- google/pyringe - Debugger capable of attaching to and injecting code into python processes.
- nvie/pip-tools - A set of tools to keep your pinned Python dependencies fresh.
- houtianze/bypy - Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘Python客户端
- PyMySQL/PyMySQL - PyMySQL: Pure-Python MySQL Client
- euske/pdfminer - Python PDF Parser
- hickford/MechanicalSoup - A Python library for automating interaction with websites.
- amoffat/snake - Full Python Scripting in Vim
- hyde/hyde - A Python Static Website Generator
- luispedro/BuildingMachineLearningSystemsWithPython - Source Code for the book Building Machine Learning Systems with Python
- donnemartin/dev-setup - Mac OS X Dev Setup Reference: 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 defaults for Mac OSX. https://bit.ly/git-dotfiles
- antiboredom/videogrep - automatic video supercuts with python
- hhatto/autopep8 - A tool that automatically formats Python code to conform to the PEP 8 style guide.
- hylang/hy - A dialect of Lisp that's embedded in Python
- prakhar1989/Algorithms - Data Structures and Algorithms in Python
- jaredks/rumps - Ridiculously Uncomplicated Mac os x Python Statusbar apps
- nryoung/algorithms - An educational library of algorithms in Python
- pydata/pydata-book - Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
- zeromq/pyzmq - PyZMQ: Python bindings for zeromq
- NervanaSystems/neon - Nervana's python based Deep Learning Framework
- statsmodels/statsmodels - Statsmodels: statistical modeling and econometrics in Python
- brennerm/PyTricks - Collection of less popular features and tricks for the Python programming language
- charlierguo/gmail - A Pythonic interface for Google Mail
- docker/docker-py - An API client for docker written in Python
- kennethreitz/inbox.py - Python SMTP Server for Humans
- quantmind/pulsar - Event driven framework for Python
- Instagram/python-instagram - Python Client for Instagram API
- tschellenbach/Django-facebook - Facebook open graph api implementation using the Django web framework in python
- MongoEngine/mongoengine - A Python Object-Document-Mapper for working with MongoDB
- hannes-brt/hebel - GPU-Accelerated Deep Learning Library in Python
- thampiman/reverse-geocoder - A fast, offline reverse geocoder in Python
- gabrielfalcao/HTTPretty - HTTP client mocking tool for Python, it's like ruby's FakeWeb for python
- getsentry/responses - A utility for mocking out the Python Requests library.
- giampaolo/psutil - A cross-platform process and system utilities module for Python
- ryanmcgrath/twython - Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.
- mikedewar/d3py - a plottling library for python, based on D3
- rlabbe/Kalman-and-Bayesian-Filters-in-Python - Kalman Filter book using Ipython Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
- mewwts/addict - The Python Dict that's better than heroin.
- isnowfy/snownlp - Python library for processing Chinese text
- bear/python-twitter - A Python wrapper around the Twitter API.
- LuminosoInsight/python-ftfy - Given Unicode text, make its representation consistent and possibly less broken.
- xhtml2pdf/xhtml2pdf - HTML/CSS to PDF converter based on Python
- goldsmith/Wikipedia - A Pythonic wrapper for the Wikipedia API
- daviddrysdale/python-phonenumbers - Python port of Google's libphonenumber
- dlitz/pycrypto - The Python Cryptography Toolkit
- klbostee/dumbo - Python module that allows one to easily write and run Hadoop programs.
- imwilsonxu/fbone - Fbone (Flask bone) is a Flask (Python microframework) template/bootstrap/boilerplate application.
- lmacken/pyrasite - Inject code into running Python processes
- trentm/python-markdown2 - markdown2: A fast and complete implementation of Markdown in Python
- stitchfix/pyxley - Python helpers for building dashboards using Flask and React
- 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.
- gabrielfalcao/lettuce - Cucumber-ish BDD for python
- shazow/urllib3 - Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more.
- mothran/mongol - A simple python tool to pinpoint the IP addresses of machines working for the Great Firewall of China.
- qtile/qtile - A small, flexible, scriptable tiling window manager written in Python
- madisonmay/Tomorrow - Magic decorator syntax for asynchronous code in Python
- pytoolz/toolz - A functional standard library for Python.
- crossbario/autobahn-python - WebSocket & WAMP for Python on Twisted and asyncio
- mikemaccana/python-docx - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
- frappe/erpnext - Open Source ERP built for the Web. Uses Python, MariaDB.
- 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.
- twisted/twisted - Event-driven networking engine written in Python.
- jamesmawm/High-Frequency-Trading-Model-with-IB - A high-frequency trading model using Interactive Brokers API with pairs and mean-reversion in Python
- geopy/geopy - Geocoding library for Python.
- pika/pika - Pure Python RabbitMQ/AMQP 0-9-1 client library
- gutomaia/pyNES - Python programming for Nintendo 8 bits
- praw-dev/praw - PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to reddit's API.
- Parsely/streamparse - streamparse lets you run Python code against real-time streams of data with Apache Storm.
- 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
- DRMacIver/hypothesis - Hypothesis is an advanced Quickcheck style testing library for Python
- getsentry/raven-python - Raven is a Python client for Sentry (getsentry.com)
- 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.
- cobrateam/splinter - splinter - python test framework for web applications
- nose-devs/nose - nose is nicer testing for python
- defunkt/pystache - Mustache in Python
- pyca/cryptography - cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
- n1nj4sec/pupy - Pupy is a remote administration tool with an embeded Python interpreter, allowing its modules to load python packages from memory and transparently access remote python objects. The payload is a reflective DLL and leaves no trace on disk
- fengsp/plan - Cron jobs management for Crontab in Python
- python-visualization/folium - Python Data. Leaflet.js Maps.
- adafruit/Adafruit-Raspberry-Pi-Python-Code - Adafruit library code for Raspberry Pi
- IronLanguages/main - Implementations of Python and Ruby programming languages for .NET Framework that are built on top of the Dynamic Language Runtime.
- pyinvoke/invoke - Simple Python task execution
- mailgun/flanker - Python email address and Mime parsing library
- jelmer/dulwich - Pure-Python Git implementation
- thomasahle/sunfish - Sunfish: a Python Chess Engine in 111 lines of code
- jonathanslenders/ptpython - A better Python REPL
- gitpython-developers/GitPython - GitPython is a python library used to interact with Git repositories.
- Cue/scales - scales - Metrics for Python
- kartograph/kartograph.py - Renders beautiful SVG maps in Python.
- djacobs/PyAPNs - Python library for interacting with the Apple Push Notification service (APNs)
- gawel/pyquery - A jquery-like library for python
- cloudtools/troposphere - troposphere - Python library to create AWS CloudFormation descriptions
- tmbdev/ocropy - Python-based tools for document analysis and OCR
- PythonJS/PythonJS - PythonJS development has moved to Rusthon
- zoofIO/flexx - Python UI tookit based on web technology
- mitsuhiko/logbook - A cool logging replacement for Python. Under construction
- binarydud/pyres - a resque clone in python
- JukkaL/mypy - Optional static typing for Python
- kliment/Printrun - Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
- amueller/word_cloud - A little word cloud generator in Python
- coleifer/huey - a little multi-threaded task queue for python
- halgari/clojure-py - A implementation of Clojure in pure (dynamic) Python
- longld/peda - PEDA - Python Exploit Development Assistance for GDB
- andersbll/deeppy - Deep learning in Python
- lincolnloop/python-qrcode - Python QR Code image generator
- celery/kombu - Messaging library for Python.
- jesolem/PCV - Open source Python module for computer vision
- scipy-lectures/scipy-lecture-notes - Tutorial material on the scientific Python ecosystem
- 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
- miracle2k/webassets - Asset management for Python web development.
- pybee/toga - A Python native, OS native GUI toolkit.
- shea256/angular-flask - An AngularJS (frontend) + Flask / Python (backend) Boilerplate Application
- PyGithub/PyGithub - Python library implementing the GitHub API v3
- qiwsir/StarterLearningPython - Learning Python: from Beginner to Master. http://www.itdiffer.com
- egrcc/zhihu-python - 获取知乎内容信息,包括问题,答案,用户,收藏夹信息
- DataBrewery/cubes - Light-weight Python OLAP framework for multi-dimensional data analysis
- datamade/dedupe - A python library for accurate and scaleable data deduplication and entity-resolution.
- nickstenning/honcho - Honcho: a python clone of Foreman. For managing Procfile-based applications.
- JelteF/PyLaTeX - A Python library for creating LaTeX files
- spotify/dh-virtualenv - Python virtualenvs in Debian packages
- mrjoes/sockjs-tornado - WebSocket emulation - Python server
- cdhigh/KindleEar - A website application running in Google app engine, deliver rss news to your kindle. generate mobi by using python, multilanguages supported.
- bdarnell/plop - Python Low-Overhead Profiler
- shadowsocks/ChinaDNS-Python - Protect yourself against DNS poisoning in China.
- keleshev/schema - Schema validation just got Pythonic
- mumrah/kafka-python - Python client for Apache Kafka
- michaelliao/sinaweibopy - 新浪微博Python SDK
- elastic/elasticsearch-py - Official Python low-level client for Elasticsearch.
- robdmc/pandashells - 🐼 Bringing the python data stack to the shell prompt
- lxml/lxml - The lxml XML toolkit for Python
- compjour/search-script-scrape - 101 real world web scraping exercises in Python 3 for data journalists
- Julian/jsonschema - An(other) implementation of JSON Schema for Python
- isnowfy/pydown - An HTML5 presentation builder written by python
- fabianp/memory_profiler - Monitor Memory usage of Python code
- Maratyszcza/PeachPy - Portable Efficient Assembly Code-generation in High-level Python
- onefinestay/nameko - Python framework for building microservices
- Lawouach/WebSocket-for-Python - WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.3.4)
- peterhudec/authomatic - Simple yet powerful authorization / authentication client library for Python web applications.
- behave/behave - BDD, Python style.
- spyder-ide/spyder - Official repository for Spyder - The Scientific PYthon Development EnviRonment
- mirumee/satchless - E-commerce for Python
- martinrusev/imbox - Python IMAP for Human beings
- marshmallow-code/marshmallow - A lightweight library for converting complex objects to and from simple Python datatypes.
- gbin/err - Err is a chatbot designed to be simple to extend with plugins written in Python.
- spulec/freezegun - Let your Python tests travel through time
- kvh/ramp - Rapid Machine Learning Prototyping in Python
- adamn/python-webkit2png - Python script that takes screenshots (browsershots) using webkit
- FriendCode/gittle - Pythonic Git for Humans
- eBay/bayesian-belief-networks - Pythonic Bayesian Belief Network Package, supporting creation of and exact inference on Bayesian Belief Networks specified as pure python functions.
- python/pythondotorg - Source code for python.org
- 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).
- saghul/pythonz - Python installation manager supporting CPython, Stackless, PyPy and Jython
- rubik/radon - Various code metrics for Python code
- seomoz/shovel - Rake, for Python
- hyperopt/hyperopt - Distributed Asynchronous Hyperparameter Optimization in Python
- simplejson/simplejson - simplejson is a simple, fast, extensible JSON encoder/decoder for Python
- spulec/moto - Moto is a library that allows your python tests to easily mock out the boto library
- jmcnamara/XlsxWriter - A Python module for creating Excel XLSX files.
- Komodo/KomodoEdit - Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
- jpadilla/pyjwt - JSON Web Token implementation in Python
- elastic/elasticsearch-dsl-py - High level Python client for Elasticsearch
- srusskih/SublimeJEDI - awesome Python autocompletion with SublimeText
- coodict/python3-in-one-pic - Learn python3 in one picture.
- wardi/urwid - Console user interface library for Python (official repo)
- joerick/pyinstrument - Call stack profiler for Python. Inspired by Apple's Instruments.app
- jdf/processing.py - Write Processing sketches in Python
- aparo/pyes - Python connector for ElasticSearch - the pythonic way to use ElasticSearch
- ahupp/python-magic - A python wrapper for libmagic
- espeed/bulbs - A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
- apresta/tagger - A Python module for extracting relevant tags from text documents.
- gak/pycallgraph - pycallgraph is a Python module that creates call graphs for Python programs.
- 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 [email protected]
- rkern/line_profiler - Line-by-line profiling for Python
- erikrose/blessings - A thin, practical wrapper around terminal capabilities in Python
- boto/boto3 - AWS SDK for Python
- scopatz/xonsh - xonsh is a Python-ish, BASHwards-compatible shell.
- jjlee/mechanize - Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
- mrjoes/tornadio2 - Python socket.io server implementation on top of Tornado framework
- eliben/pycparser - Complete C99 parser in pure Python
- audreyr/cookiecutter-pypackage - Cookiecutter template for a Python package. See https://github.com/audreyr/cookiecutter.
- dieseldev/diesel - Greenlet-based event I/O Framework for Python
- zedshaw/python-lust - Python Little Unix Server Toolkit
- 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
- andialbrecht/sqlparse - A non-validating SQL parser module for Python
- an0/Letterpress - A minimal, Markdown based blogging system written in Python.
- joonty/vdebug - Multi-language DBGP debugger client for Vim (PHP, Python, Perl, Ruby, etc.)
- msgpack/msgpack-python - MessagePack serializer implementation for Python msgpack.org[Python]
- cloudera/ibis - Productivity-centric Python data analysis framework for SQL engines and Hadoop, with high performance big data extensions for Impala. Co-founded by the creator of pandas
- Doist/bitmapist - Implements a powerful analytics library using Redis bitmaps (for Python).
- zedshaw/lamson - Pythonic SMTP Application Server
- tony/tmuxp - 💻 tmux session manager in python - json, yaml, python API
- cea-sec/miasm - Reverse engineering framework in Python
- doraemonext/wechat-python-sdk - 微信公众平台Python开发包 (wechat-python-sdk)
- machinalis/quepy - A python framework to transform natural language questions to queries in a database query language.
- gbeced/pyalgotrade - Python Algorithmic Trading Library
- dahlia/wand - The ctypes-based simple ImageMagick binding for Python
- conda/conda - Cross-platform, Python-agnostic binary package manager
- mediadrop/mediadrop - A video, audio and podcast publication platform written in Python.
- kivy/pyjnius - Access Java classes from Python
- echonest/pyechonest - Python client for the Echo Nest API
- timothycrosley/isort - A Python utility / library to sort imports.
- serverdensity/python-daemon - Python daemonizer for Unix, Linux and OS X
- landscapeio/prospector - Inspects Python source files and provides information about type and location of classes, methods etc
- wooey/Wooey - A Django app which creates automatic web UIs for Python scripts.
- pycassa/pycassa - Python Thrift driver for Apache Cassandra
- PythonCharmers/python-future - Easy, clean, reliable Python 2/3 compatibility
- lepture/mistune - The fastest markdown parser in pure Python with renderer feature, inspired by marked and misaka.
- hit9/PyZh - 一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。
- pybuilder/pybuilder - Continuous build tool for Python.
- requests/requests-oauthlib - OAuthlib support for Python-Requests!
- bookieio/Bookie - Python based delicious.com replacement
- avelino/mining - Business Intelligence (BI) in Python, OLAP
- douban/douban-client - Python client library for Douban APIs (OAuth 2.0)
- inducer/pudb - Full-screen console debugger for Python
- csvoss/oneliner - Convert any Python file into a single line of code.
- 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
- alecthomas/voluptuous - Voluptuous, despite the name, is a Python data validation library.
- toastdriven/restless - A lightweight REST miniframework for Python.
- gabrielfalcao/sure - utility belt for automated testing in python (inspired by @visionmedia's should.js)
- google/pinject - A pythonic dependency injection library.
- ocelma/python-recsys - A python library for implementing a recommender system
- josegonzalez/python-beaver - python daemon that munches on logs and sends their contents to logstash
- rthalley/dnspython - a powerful DNS toolkit for python
- adamhajari/spyre - a web application framework for python
- makinacorpus/spynner - Programmatic web browsing module with AJAX support for Python
- ckreibich/scholar.py - A parser for Google Scholar, written in Python
- liris/websocket-client - websocket client for python
- MagicStack/MagicPython - Syntax highlighter for cutting edge Python for Sublime Text and Atom.
- LindseyB/starwars-dot-gif - Python script to generate gifs from star wars
- realpython/python-scripts - because i'm tired of gists
- iogf/vy - A vim-like in python made from scratch.
- sinacloud/sae-python-dev-guide - SAE Python开发者手册
- OpenRCE/sulley - A pure-python fully automated and unattended fuzzing framework.
- snoack/python-goto - A function decorator, that rewrites the bytecode, to enable goto in Python
- pexpect/pexpect - A Python module for controlling interactive programs in a pseudo-terminal
- 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.
- walac/pyusb - USB access on python
- nitely/Spirit - Spirit is a modern Python based forum built using the Django framework
- 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.
- erikrose/parsimonious - The fastest pure-Python PEG parser I can muster
- joblib/joblib - Python function as pipeline jobs.
- 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.
- iKevinY/EulerPy - Python-based Project Euler command line tool.
- 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.
- bytefish/facerec - Implements face recognition algorithms for MATLAB/GNU Octave and Python.
- datafolklabs/cement - CLI Application Framework for Python
- fengli/alipay_python - 支付宝 alipay python接口,支持担保交易,即时到帐和自动发货接口
- rhiever/TwitterFollowBot - A Python bot that automates several actions on Twitter, such as following users and favoriting tweets.
- python-babel/babel - The official repository for Babel, the Python Internationalization Library
- lyst/lightfm - A Python implementation of LightFM, a hybrid recommendation algorithm.
- wtforms/wtforms - A flexible forms validation and rendering library for Python.
- evansd/whitenoise - Radically simplified static file serving for Python web apps
- dabeaz/ply - Python Lex-Yacc
- nucleic/enaml - Declarative User Interfaces for Python
- berdario/pew - A tool to manage multiple virtual environments written in pure python
- datastax/python-driver - DataStax Python Driver for Apache Cassandra
- python-zk/kazoo - Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
- pantsbuild/pex - A library and tool for generating .pex (Python EXecutable) files
- lepture/python-livereload - livereload server in python
- jodal/pykka - Pykka is a Python implementation of the actor model, which makes it easier to build concurrent applications
- ReactiveX/RxPY - Reactive Extensions for Python
- RDFLib/rdflib - RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
- rapidsms/rapidsms - Build SMS applications with Python
- alixander/PyScribe - A Python library to make debugging with print statements simpler and more effective.
- PyTables/PyTables - A Python package to manage extremely large amounts of data
- citronneur/rdpy - Remote Desktop Protocol in Twisted Python
- evernote/evernote-sdk-python - Evernote SDK for Python
- DenisCarriere/geocoder - Geocoder is a geocoding library, written in python, simple and consistent.
- SoCo/SoCo - SoCo (Sonos Controller) is a simple Python class that allows you to programmatically control Sonos speakers.
- zatosource/zato - ESB and app server in Python
- GrahamDumpleton/wrapt - A Python module for decorators, wrappers and monkey patching.
- vicalloy/LBForum - LBForum is a forum engine written in Python using Django
- sigmavirus24/github3.py - Python library for interfacing with the GitHub APIv3
- nvie/times - Times and time zones in Python with a focus on best practices.
- geopandas/geopandas - Python tools for geographic data
- taizilongxu/douban.fm - 📻 douban.fm based on Python
- ross/requests-futures - Asynchronous Python HTTP Requests for Humans using Futures
- chardet/chardet - Python 2/3 compatible character encoding detector.
- gfxmonk/python-readability - python port of arc90's readability bookmarklet
- 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.
- scrapinghub/dateparser - python parser for human readable dates
- python-git/python - Unofficial Python SVN auto-updating mirror
- html5lib/html5lib-python - Standards-compliant library for parsing and serializing HTML documents and fragments in Python
- aaugustin/websockets - WebSocket implementation in Python 3
- 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.
- tankywoo/simiki - Simiki is a simple wiki framework, written in Python.
- billpmurphy/hask - Haskell language features and standard libraries in pure Python.
- vmware/pyvmomi - VMware vSphere API Python Bindings
- areski/python-nvd3 - Python Wrapper for NVD3 - It's time for beautiful charts
- python-openxml/python-docx - Create and modify Word documents with Python
- appliedsec/pygeoip - Pure Python API for Maxmind's binary GeoIP databases
- Leviathan1995/Pylsy - Pylsy is a simple Python library draw tables in the Terminal.Just two lines of code .
- datamade/usaddress - 🇺🇸 a python library for parsing unstructured address strings into address components
- waveform80/picamera - A pure Python interface to the Raspberry Pi camera module
- rlisagor/freshen - Clone of the Cucumber BDD framework for Python
- vnpy/vnpy - 基于python的开源交易平台开发框架
- reactjs/react-python - Python bridge to JSX & the React JavaScript library.
- 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.
- Lukasa/hyper - HTTP/2 for Python.
- buffer/thug - Python low-interaction honeyclient
- nigelsmall/py2neo - Py2neo is a comprehensive toolkit for working with Neo4j from within Python applications or from the command line. The library has no external dependencies and has been carefully designed to be easy and intuitive to use.
- grantjenks/sorted_containers - Python Sorted Container Types: SortedList, SortedDict, and SortedSet
- vgel/summarize.py - A python script for summarizing articles using nltk
- sbp/phenny - Python IRC bot
- michaelfairley/mincemeatpy - Lightweight MapReduce in python
- poise/python - Chef cookbook to install Python and related tools
- mrjoes/tornadio - Python socket.io 0.6 server implementation on top of Tornado framework
- toastdriven/itty - The itty-bitty Python web framework.
- rasbt/python-machine-learning-book - The "Python Machine Learning" book code repository and info resource
- limodou/uliweb - Simple and easy use python web framework
- benoitc/restkit - an HTTP resource kit for Python
- nicolaiarocci/cerberus - Lightweight, extensible data validation library for Python
- mitsuhiko/python-modernize - Modernizes Python code for eventual Python 3 migration. Build on top of 2to3
- googleglass/mirror-quickstart-python - Google Mirror API's Quickstart for Python
- heynemann/r3 - r³ is a map-reduce engine written in python using redis as a backend
- bmcfee/librosa - Python library for audio and music analysis
- NahimNasser/django-unchained - Introduction to Python and Django
- spotify/snakebite - A pure python HDFS client
- andersbll/neural_artistic_style - Neural Artistic Style in Python
- mopidy/pyspotify - Python bindings for libspotify
- jamesturk/jellyfish - a python library for doing approximate and phonetic matching of strings.
- disqus/nydus - Nydus is a Python toolkit for managing database connections and routing operations, primarily for Redis
- markfinger/python-react - Server-side rendering of React components
- pyparallel/pyparallel - Experimental multicore fork of Python 3
- unpingco/Python-for-Signal-Processing - Notebooks for "Python for Signal Processing" book
- cosmo-ethz/hope - HOPE: A Python Just-In-Time compiler for astrophysical computations
- CamDavidsonPilon/lifelines - Survival analysis in Python
- mitsuhiko/pluginbase - A simple but flexible plugin system for Python.
- macropin/django-registration - django-registration (redux) now with Django 1.6/1.7/1.8 & Python 3 support
- skariel/webalchemy - Modern web development with Python
- mps-youtube/pafy - Python library to download YouTube content and retrieve metadata
- davidaurelio/hashids-python - Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3
- DEAP/deap - Distributed Evolutionary Algorithms in Python
- kislyuk/argcomplete - Python and tab completion, better together.
- geeknam/python-gcm - Python client for Google Cloud Messaging for Android (GCM)
- yorkoliu/pyauto - 《python自动化运维:技术与最佳实践》书中示例及案例源码
- rgalanakis/goless - Go-like semantics built on top of Stackless Python.
- echen/restricted-boltzmann-machines - Restricted Boltzmann Machines in Python.
- progrium/ginkgo - Python service microframework
- Toblerity/Shapely - Python package for manipulation and analysis of geometric objects in the Cartesian plane
- Zulko/easyAI - Python artificial intelligence framework for games
- DarkFenX/Pyfa - Python fitting assistant, cross-platform fitting tool for EVE Online
- SavinaRoja/PyUserInput - A module for cross-platform control of the mouse and keyboard in python that is simple to install and use.
- noplay/python-mysql-replication - Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL
- openid/python-openid - OpenID library for Python
- matthewearl/faceswap - Python script to put facial features from one face onto another
- benhamner/Metrics - Machine learning evaluation metrics, implemented in Python, R, Haskell, and MATLAB / Octave
- jmschrei/pomegranate - Graphical models for Python, implemented in Cython for speed.
- quantopian/pyfolio - Portfolio and risk analytics in Python
- vbuterin/pybitcointools - SImple, common-sense Bitcoin-themed Python ECC library
- JulienPalard/Pipe - A Python library to use infix notation in Python
- mirumee/saleor - An e-commerce storefront for Python and Django
- tartley/colorama - Simple cross-platform colored terminal text in Python
- kivy/buildozer - Generic Python packager for Android and iOS
- SohuTech/essay - Python项目自动化多服务器部署的工具
- MeetMe/newrelic-plugin-agent - Multi-Plugin python-based Agent for NewRelic's Platform
- EnigmaCurry/blogofile - A static website compiler and blog engine written in Python.
- mikeorr/Unipath - An object-oriented approach to Python file/directory operations.
- luispedro/mahotas - Computer Vision in Python
- sarumont/py-trello - Python API wrapper around Trello's API
- haypo/pysandbox - WARNING: pysandbox is BROKEN BY DESIGN, please move to a new sandboxing solution (run python in a sandbox, not the opposite!)
- 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.
- alecthomas/pawk - PAWK - A Python line processor (like AWK)
- cvxgrp/cvxpy - A Python-embedded modeling language for convex optimization problems.
- william-os4y/fapws3 - Fast Asynchronous Python Web Server (based on libev)
- pricingassistant/mrq - Mr. Queue - A distributed worker task queue in Python using Redis & gevent
- machinalis/iepy - Information Extraction in Python
- yidao620c/python3-cookbook - 《Python Cookbook》 3rd Edition Translation
- sivy/pystatsd - Python implementation of the Statsd client/server
- os/slacker - Full-featured Python interface for the Slack API
- mapbox/rasterio - Clean and fast and geospatial raster I/O for Python programmers who use Numpy
- karan/HackerNewsAPI - 📰 Unofficial Python API for Hacker News. RESTful API at https://github.com/karan/HNify
- ozgur/python-linkedin - Python interface to the LinkedIn API
- openstack/python-novaclient - Client library for OpenStack Compute API
- earl/beanstalkc - A simple beanstalkd client library for Python
- ducksboard/libsaas - Python library to take the pain out of using SaaS APIs. It's like an ORM for SaaS!
- collective/icalendar - icalendar parser library for Python
- yahoo/redislite - Redis in a python module
- Yelp/pyleus - Pyleus is a Python framework for developing and launching Storm topologies.
- basho/riak-python-client - Python clients for Riak.
- posativ/acrylamid - static blog generator in python with incremental rendering
- h5py/h5py - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.
- madmaze/pytesseract - A Python wrapper for Google Tesseract
- tobgu/pyrsistent - Persistent/Immutable/Functional data structures for Python
- dropbox/pyxl - A Python extension for writing structured and reusable inline HTML.
- 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.
- CoreSecurity/impacket - Impacket is a collection of Python classes for working with network protocols.
- mrjbq7/ta-lib - Python wrapper for TA-Lib (http://ta-lib.org/).
- farcepest/MySQLdb1 - MySQL database connector for Python (legacy version)
- 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 :-)
- 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.
- cgoldberg/multi-mechanize - Performance Test Framework in Python
- xxg1413/python - Python学习
- pypa/warehouse - Next Generation Python Package Repository
- pystruct/pystruct - Simple structured learning framework for python
- icgood/continuous-docs - Tutorial and example package for continuous documentation generation in Python.
- crhym3/simpleauth - Simple authentication for Python on Google App Engine supporting OAuth 2.0, OAuth 1.0(a) and OpenID
- avehtari/BDA_py_demos - Bayesian Data Analysis demos for Python
- awahlig/skype4py - Platform indepeneant Python wrapper for the Skype API.
- hgrecco/pint - Operate and manipulate physical quantities in Python
- pascalw/Airplayer - Python script to make media playing software Apple Airplay compatbible. Currently supports XBMC, Plex and Boxee.
- eleme/thriftpy - Pure python implementation of Apache Thrift.
- Widdershin/butterdb - butterdb is a Python object mapper for Google Drive Spreadsheets. Still in development, but usable.
- hhatto/nude.py - Nudity detection with Python
- soundcloud/soundcloud-python - A Python wrapper around the Soundcloud API
- agermanidis/SnapchatBot - Python library for building bots that live on Snapchat
- Vector35/binaryninja-python - Binary Ninja prototype written in Python
- riccardoscalco/Pykov - Pykov is a Python module on finite regular Markov chains.
- hynek/structlog - Structured Logging for Python
- blampe/IbPy - Python API for the Interactive Brokers on-line trading system.
- cyberdelia/metrology - A library to easily measure what's going on in your python.
- eventlet/eventlet - Concurrent networking library for Python (official mirror)
- CleanCut/green - Green is a clean, colorful, fast python test runner.
- Mashape/unirest-python - Unirest in Python: Simplified, lightweight HTTP client library.
- JazzCore/python-pdfkit - Wkhtmltopdf python wrapper to convert html to pdf
- 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?
- xiaocong/uiautomator - Python wrapper of Android uiautomator test tool.
- pyelasticsearch/pyelasticsearch - python elasticsearch client
- old-woman/simDHT - A very simple DHT crawler, was written in Python.
- chapmanb/bcbb - Incubator for useful bioinformatics code, primarily in Python and R
- biosustain/potion - Flask-Potion is a RESTful API framework for Flask and various Python ORMs
- SamyPesse/glass.py - Create python web applications for Google Glass
- makaimc/underwear - Dead simple LAMP-stack deployments for Python-powered web applications.
- ggaughan/pipe2py - A project to compile Yahoo! Pipes into Python (see it hosted on Google App Engine: http://pipes-engine.appspot.com)
- asweigart/pyautogui - A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
- rspivak/slimit - SlimIt - a JavaScript minifier/parser in Python
- astraw/stdeb - produce Debian packages from Python packages
- rouseguy/intro2stats - Introduction to Statistics using Python
- ganglia/gmond_python_modules - Repository of user-contributed Gmond Python DSO metric modules
- samuel/python-munin - Python framework for building Munin plugins (also includes some plugins prebuilt).
- miguelgrinberg/REST-tutorial - Files for my REST API tutorials featuring a server written in Python and a web client written in Javascript.
- xray/xray - N-D labeled arrays and datasets in Python
- black-perl/ptop - An awesome task manager written in python. 💻
- stripe/stripe-python - Stripe Python bindings
- perone/stallion - Stallion - A Python Package Manager
- koalalorenzo/python-digitalocean - Python module to manage Digital Ocean droplets
- paver/paver - Python-based project scripting.
- dhellmann/smiley - Python Application Tracer
- dasmith/stanford-corenlp-python - Python wrapper for Stanford CoreNLP tools v3.4.1
- Uberi/speech_recognition - Speech recognition module for Python, supporting Google Speech Recognition, Wit.ai, IBM Speech to Text, and AT&T Speech to Text.
- 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.
- 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.
- hendrix/hendrix - Twisted + Django = hendrix, get it? A python web server focused on async and offbeat network traffic. (And it arguably works even better with Pyramid and Flask).
- avelino/liquidluck - Felix Felicis (aka liquidluck) is a static blog generator 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
- tow/sunburnt - Python interface to Solr
- motet/baldr - An open source flight simulator for aerial drones written entirely in Python.
- AdamLaurie/RFIDIOt - python RFID / NFC library & tools
- knipknap/SpiffWorkflow - A powerful workflow engine implemented in pure Python
- twisted/txmongo - asynchronous python driver for mongo
- tumblr/pytumblr - A Python Tumblr API v2 Client
- pinard/Pymacs - Emacs to Python interface
- cgoldberg/ystockquote - retrieve stock quote data from Yahoo Finance (Python module)
- orestis/pysmell - PySmell is an attempt to create an IDE completion helper for python.
- klen/mixer - Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
- geekcomputers/Python - My Python Examples
- kevthehermit/RATDecoders - Python Decoders for Common Remote Access Trojans
- ella/ella - Ella is a CMS based on Python web framework Django with a main focus on high-traffic news websites and Internet magazines.
- QuantEcon/QuantEcon.py - A community based Python library for quantitative economics
- Hawstein/snake-ai - a snake AI written in python
- tomerfiliba/rpyc - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python
- richardkiss/pycoin - Python-based Bitcoin and alt-coin utility library.
- gwik/geventhttpclient - A high performance, concurrent http client library for python with gevent
- googlemaps/google-maps-services-python - Python client library for Google Maps API Web Services
- EiNSTeiN-/decompiler - A decompiler with multiple backend support, written in Python. Works with IDA and Capstone.
- Azure/azure-sdk-for-python - Microsoft Azure SDK for Python
- lxneng/xpinyin - translate chinese hanzi to pinyin by python
- balloob/pychromecast - Library for Python 2 and 3 to communicate with the Google Chromecast.
- GeekTrainer/Introduction-Programming-Python - All of the slides, answer files and other solutions used during the Introduction to Programming
- google/oauth2client - This is a Python library for accessing resources protected by OAuth 2.0.
- rasbt/pyprind - PyPrind - Python Progress Indicator Utility
- hmmlearn/hmmlearn - Hidden Markov Models in Python, with scikit-learn like API
- djmelik/archey - Archey is a system information tool written in Python.
- danielgtaylor/qtfaststart - Quicktime atom positioning in Python for fast streaming
- swaroopch/byte_of_python - A Byte of Python book
- pydata/patsy - Describing statistical models in Python using symbolic formulas
- trigger/trigger - Trigger is a robust network automation toolkit written in Python that was designed for interfacing with network devices.
- kivy/plyer - Plyer is a platform-independent Python wrapper for platform-dependent APIs
- zachwill/moment - Dealing with dates in Python shouldn't have to suck.
- kroger/pyknon - Simple Python library to generate music in a hacker friendly way.
- josauder/procedural_city_generation - Procedural City Generation program implemented in Python and Visualized with Blender.
- iancmcc/ouimeaux - Python API to Belkin WeMo devices
- Dinnerbone/mcstatus - A Python class for checking the status of an enabled Minecraft server
- nuxeo/FunkLoad - Functional and load testing framework for web applications, written in Python
- iamteem/redisco - A Python Library for Simple Models and Containers Persisted in Redis
- scoder/lupa - Lua in Python
- ldx/python-iptables - Python bindings for iptables
- gnemoug/sina_reptile - 获取新浪微博1000w用户的基本信息和每个爬取用户最近发表的50条微博,使用python编写,多进程爬取,将数据存储在了mongodb中
- Blizzard/s2protocol - Python library to decode StarCraft II replay protocols
- bpython/bpython - bpython - A fancy curses interface to the Python interactive interpreter
- studioimaginaire/phue - A Python library for the Philips Hue system
- 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.
- mozilla/elasticutils - [deprecated] A friendly chainable ElasticSearch interface for python
- kirang89/bootstrapy - A bootstrap Python application, so that you can focus on writing code
- cloudmatrix/esky - an auto-update framework for frozen python apps
- benoitc/couchdbkit - CouchDB python framework
- paulgb/simplediff - Simple Diff Function implemented in Python, PHP, CoffeeScript, and JavaScript
- Yelp/Testify - A more pythonic testing framework.
- regebro/supporting-python-3 - Supporting Python 3
- msiemens/PyGitUp - A python implementation of git up
- jw2013/Leetcode-Py - And they say Python is slow...
- breily/juno - a lightweight and simple python web framework
- slacy/minimongo - A lightweight, Pythonic, Object Oriented Interface to MongoDB.
- plotly/plotly.py - plotly's python visualization library for beautiful, interactive, & web-based graphs
- lionheart/bottlenose - A stable, up-to-date Python wrapper for the Amazon Product Advertising API.
- facebook/pyaib - An easy to use Python Framework (that uses gevent) for writing IRC Bots.
- OpenRCE/paimei - A reverse engineering framework written in Python.
- rahims/SoCo - SoCo (Sonos Controller) is a simple Python class that allows you to programmatically control Sonos speakers.
- jek/blinker - A fast Python in-process signal/event dispatching system.
- Zulko/picnic.py - Easy Python packages creation.
- pagekite/PyPagekite - Python implementation of the PageKite remote front-end protocols.
- liftoff/pyminifier - Pyminifier is a Python code minifier, obfuscator, and compressor.
- cocagne/paxos - Plain Paxos Implementations in Python & Java
- pybee/voc - A transpiler that converts Python bytecode into Java bytecode.
- maciejkula/glove-python - Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
- JulianEberius/SublimePythonIDE - ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
- wackou/guessit - GuessIt is a python library that tries to extract as much information as possible from a filename.
- mfenniak/pyPdf - Pure-Python PDF Library; this repository is no longer maintained, please see https://github.com/knowah/PyPDF2/ insead.
- getsentry/rb - Routing and connection management for Redis in Python
- epsy/clize - Clize: Command-line argument parsing for Python, without the effort
- deanishe/alfred-workflow - Helper library for writing Alfred 2 workflows in Python
- rackspace/pyrax - The Python SDK for the Rackspace Cloud
- clarete/curdling - Concurrent package manager for Python
- takluyver/pynsist - Build Windows installers for Python applications
- nathancahill/mimicdb - Python implementation of MimicDB
- heynemann/pyccuracy - Pyccuracy is a BDD-style Web Acceptance Testing framework in Python.
- paypal/PayPal-Python-SDK - Python SDK for PayPal RESTful APIs
- los-cocos/cocos - graphic library for games and multimedia, for python language on PC-like hardware
- lmjohns3/theanets - Neural network toolkit for Python
- eyeseast/python-tablefu - A Python version (almost a port) of ProPublica's TableFu
- dbr/tvdb_api - Simple to use TVDB (thetvdb.com) API in Python. The automatic TV episode namer "tvnamer" is now in a separate repository http://github.com/dbr/tvnamer
- mLewisLogic/foursquare - The Foursquare API client for Python
- cobrateam/django-htmlmin - HTML minifier for Python frameworks (not only Django, despite the name).
- timothycrosley/frosted - A simple program which checks Python source files for errors.
- duplys/git-issues - A distributed issue tracking system based on Git repositories, written in Python
- drkjam/netaddr - A network address manipulation library for Python
- dimka665/awesome-slugify - Python flexible slugify function
- paylogic/pip-accel - pip-accel: Accelerator for pip, the Python package manager
- mkleehammer/pyodbc - Python ODBC bridge
- joshmarshall/jsonrpclib - A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.
- gavinandresen/bitcointools - Python-based tools for the Bitcoin cryptocurrency system
- binaryage/firelogger.py - Python library for FireLogger - a logger console integrated into Firebug
- syrusakbary/interpy - Ruby like string interpolation #{} in Python
- sloria/konch - Configures your Python shell.
- ojii/pymaging - Pure Python imaging library with Python 2.6, 2.7, 3.1+ support
- GoogleCloudPlatform/appengine-python-flask-skeleton - A skeleton for creating Python applications using the Flask framework on App Engine
- vaidik/sherlock - Easy distributed locks for Python with a choice of backends.
- kennethreitz/procs - Python, Processes, and Prana.
- alvations/pywsd - Python Implementations of Word Sense Disambiguation (WSD) Technologies.
- Zulko/gizeh - Simple Vector Graphics for Python
- Cue/fast-python-pb - Fast Protocol Buffers in python (by using the C++ API)
- jaredly/vim-debug - A plugin for VIM that creates an Integrated Debugging Environment :) Currently works with PHP and Python
- eliben/pyelftools - Pure-python library for parsing ELF and DWARF
- abidrahmank/OpenCV2-Python-Tutorials - This repo contains tutorials on OpenCV-Python library using new cv2 interface
- Stiivi/bubbles - Bubbles – Python ETL framework
- walkr/oi - python library for writing long running processes with a cli interface
- QuantumFractal/Data-Structure-Zoo - An educational repo for students looking to learn about data structures in Python
- kronenthaler/mod-pbxproj - A python module to manipulate XCode projects
- gpoore/pythontex - A LaTeX package that allows Python code entered within a TeX document to be executed, and the output to be included in the original document.
- kushaldas/pym - Python for you and me book
- frida/frida-python - Frida python bindings
- AirSage/Petrel - Tools for writing, submitting, debugging, and monitoring Storm topologies in pure Python
- misja/python-boilerpipe - Python interface to Boilerpipe, Boilerplate Removal and Fulltext Extraction from HTML pages
- jonathanslenders/asyncio-redis - Redis client for Python asyncio (PEP 3156)
- ikkebr/PyBozoCrack - A silly & effective MD5 cracker in Python
- dsc/bunch - A Bunch is a Python dictionary that provides attribute-style access (a la JavaScript objects).
- SheffieldML/GPy - Gaussian processes framework in python
- phracker/HopperScripts - Python Scripts for use with Hopper Disassembler
- manojmj92/subtitle-downloader - Python script to automatically download subtitles for any movie/tv series episode.
- jiffyclub/snakeviz - An in-browser Python profile viewer
- exaviorn/RasPiWrite - A Python Script that prepairs and installs a Raspberry Pi compatiable distro to an SD Card
- rupa/j2 - python version of z, for experimentation
- jsocol/pystatsd - A Python client for statsd
- gstarnberger/uncompyle - Python decompiler
- benoitc/flower - collection of modules to build distributed and reliable concurrent systems in Python.
- alimanfoo/petl - Python Extract Transform and Load Tables of Data
- plotdevice/plotdevice - Create 2D graphics on the Mac with Python code
- lzyy/chat - a live chat built with python(flask + gevent + apscheduler) + redis
- pypa/python-packaging-user-guide - Python Packaging User Guide
- gennad/Design-Patterns-in-Python - A collection of popular design patterns implemented in Python programming language
- brandon-rhodes/fopnp - Foundations of Python Network Programming (Apress) — scripts and examples
- Hypsurus/weeman - 🐠 HTTP Server for phishing in Python
- twitter/pycascading - A Python wrapper for Cascading
- twisted/treq - Python requests like API built on top of Twisted's HTTP client.
- pycurl/pycurl - PycURL - Python interface to libcurl
- inducer/pycuda - CUDA integration for Python, plus shiny features
- closeio/tasktiger - Python task queue. Because celery is gross.
- bashwork/pymodbus - A full modbus protocol written in python
- wbolster/happybase - A developer-friendly Python library to interact with Apache HBase
- thomasweng15/E.V.E. - a talking Jarvis program written in Python.
- Janhouse/tespeed - Terminal network speed test that uses servers from Speedtest.net. It uses nearest test server but can also use one manually specified by the user. It should work on Linux/OSX/Windows and anything else that runs Python 2 with Python 2 lxml module.
- yoavaviram/python-amazon-simple-product-api - A simple Python wrapper for the Amazon.com Product Advertising API
- iskandr/parakeet - Runtime compiler for numerical Python
- brettcannon/caniusepython3 - Can I Use Python 3?
- Yipit/pyeqs - Python Elasticsearch Querysets
- plamere/spotipy - A light weight Python library for the Spotify Web API
- jamesturk/validictory - general purpose python data validator
- fengsp/color-thief-py - Grabs the dominant color or a representative color palette from an image. Uses Python and Pillow.
- cudamat/cudamat - Python module for performing basic dense linear algebra computations on the GPU using CUDA.
- clintecker/python-googleanalytics - A python client for accessing the Google Analytics API
- trevorstephens/gplearn - Genetic Programming in Python, with a scikit-learn inspired API
- pyca/pyopenssl - A Python wrapper around the OpenSSL library
- orf/cyborg - Python web scraping framework
- mcedit/pymclevel - Minecraft Levels for Python
- GoogleCloudPlatform/gcloud-python - Google Cloud Client Library for Python
- jmoiron/humanize - python humanize functions
- graycatlabs/PyBBIO - A Python library for Arduino-style hardware IO support on the Beaglebone
- veegee/guv - A fast event loop like gevent for Python 3, built on greenlets and libuv
- hmason/botomatic - easily create twitter bots in python
- giampaolo/pyftpdlib - Extremely fast and scalable Python FTP server library
- sethoscope/heatmap - Python script for generating high quality heatmaps based on any coordinate data (GPS tracks, eye tracking, etc).
- mirkonasato/pyodconverter - Python script to automate document conversions using LibreOffice/OpenOffice.org
- ccampbell/chromelogger-python - Python library for logging variables to Google Chrome console
- araile/see - An alternative to Python's dir(). Easy to type; easy to read! For humans only.
- andrewromanenco/pyjvm - Java Virtual Machine implemented in pure python
- nprapps/copytext - A library for accessing a spreadsheet as a native Python object suitable for templating.
- josiahcarlson/rom - Redis object mapper for Python
- ianare/exif-py - Easy to use Python module to extract Exif metadata from tiff and jpeg files.
- geduldig/TwitterAPI - Minimal python wrapper for Twitter's REST and Streaming APIs
- evennia/evennia - Python MUD/MUX/MUSH/MU* development system
- Yelp/python-gearman - Gearman API - Client, worker, and admin client interfaces
- KoffeinFlummi/Chronyk - A Python 3 library for parsing human-written times and dates
- upverter/schematic-file-converter - A python script that converts between schematic file formats
- googledrive/PyDrive - Google Drive API Python wrapper library
- vladris/tinkerer - Python blogging engine
- versae/neo4j-rest-client - Object-oriented Python library to interact with Neo4j standalone REST server
- sunpy/sunpy - SunPy - Python for solar physics
- mblondel/lightning - Large-scale linear classification, regression and ranking in Python
- ask/python-github2 - github client in python, with issues support.
- andreisavu/mongodb-log - MongoDB python logging handler. Python centralized logging made easy.
- sigmavirus24/requests-toolbelt - A toolbelt of useful classes and functions to be used with python-requests
- mkeeter/kokopelli - Script-based CAD/CAM in Python
- kz26/PyExcelerate - Accelerated Excel XLSX Writing Library for Python 2/3
- clarete/forbiddenfruit - Patch built-in python objects
- tkrajina/gpxpy - gpx-py is a python GPX parser. GPX (GPS eXchange Format) is a XML based file format for GPS track logs.
- scanny/python-pptx - Create Open XML PowerPoint documents in Python
- ryanoasis/nerd-fonts - 🔡 collection of over 20 patched fonts (over 1,800 variations) & fontforge font patcher python script for powerline, devicons, and vim-devicons. Includes: Droid Sans, Meslo, Source Code, AnonymousPro, Hack, ProFont, Inconsolta, and many more
- richardhenry/hotqueue - HotQueue is a Python library that allows you to use Redis as a message queue within your Python programs.
- programa-stic/snapchat-decrypt - Python script for decrypting stored images from Snapchat version 5.0.34.nn
- pixelogik/NearPy - Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
- cypreess/python-rex - Python Regular Expressions for Humans™.
- GetStream/stream-django - Build activity feeds, newsfeeds and activity streams. Stream-Django is a high level client based on Stream-Python.
- codelucas/flask_reddit - Reddit clone in flask + python. Deployed w/ nginx + gunicorn. View site:
- autocracy/python-ipy - IPy are a Python class and tools for handling of IPv4 and IPv6 addresses and networks. It is similar to Net::IP Perl module.
- randomchars/pushbullet.py - A python client for http://pushbullet.com
- pyopencl/pyopencl - OpenCL integration for Python, plus shiny features
- jtauber/dcpu16py - A Python implementation of Notch's DCPU-16 (complete with assembler, disassembler, debugger and video terminal implementations)
- influxdb/influxdb-python - Python client for InfluxDB
- igorgue/pjson - Like python -mjson.tool but with moar colors (and less conf)
- frappe/frappe - Rapid Application Development Framework in Python & JS. Used to build ERPNext
- bigmlcom/python - Simple Python bindings for BigML.io
- Parsely/pykafka - Kafka client for Python
- jaberg/skdata - Data sets for machine learning in Python
- serkanyersen/underscore.py - Python port of underscore.js
- morepath/morepath - Python web microframework with superpowers
- duerrp/pyexperiment - Run experiments with Python - quick and clean.
- ZeevG/python-forecast.io - A thin Python Wrapper for the Forecast.io weather API
- thearn/Python-Arduino-Command-API - A Python library for communicating with Arduino microcontroller boards
- syncthing/syncthing-gtk - GTK3 & python based GUI for Syncthing
- mk-fg/python-onedrive - Obsolete python/cli module for MS SkyDrive/OneDrive's old API, do not use for new projects
- jgarzik/pyminer - Python miner for bitcoin
- alehander42/hermetic - a python-like language with hindley-milner-like type system, which is compiled to c
- uqfoundation/dill - serialize all of python
- stochastic-technologies/goatfish - A small, schemaless Python ORM that is backed by SQLite.
- rspivak/csdesign - Simple examples of concurrent server design in Python
- michaeljoseph/changes - changes automates python library release tasks.
- mapbox/pyskel - Skeleton of a Python package
- theanti9/PyCrawler - A python web crawler
- rasbt/mlxtend - A library of extension and helper modules for Python's data analysis and machine learning libraries.
- niklasb/dryscrape - A lightweight Python library that uses Webkit to enable easy scraping of dynamic, Javascript-heavy web pages
- quora/mysql-ctypes - A pure-python, ctypes based, PEP 249 compliant MySQL driver.
- quick2wire/quick2wire-python-api - Python API for controlling GPIO and I2C devices connected to the Raspberry Pi
- stefanoborini/vai - Vai editor. A text based IDE similar to vim, in python.
- python-rope/rope - a python refactoring library
- maraujop/requests-oauth - Python's Requests OAuth (Open Authentication) plugin
- konlpy/konlpy - Python package for Korean natural language processing.
- knipknap/exscript - A Python module making Telnet and SSH easy
- hay/xml2json - Python script converts XML to JSON or the other way around
- flyingrub/scdl - Python Soundcloud Music Downloader
- danilobellini/audiolazy - Expressive Digital Signal Processing (DSP) package for Python
- dahlia/libsass-python - A straightforward binding of libsass for Python. Compile Sass/SCSS in Python with no Ruby stack at all!
- ask/carrot - AMQP Messaging Framework for Python (discontinued; Use Kombu instead)
- OpenRCE/pydbg - A pure-python win32 debugger interface.
- richardasaurus/imdb-pie - Python IMDB client using the IMDB json web service made available for their iOS app.
- pyflakes/pyflakes - A simple program which checks Python source files for errors.
- fengsp/python-snippets - A basket of python snippets
- ultrabug/py3status - py3status is an extensible i3status wrapper written in python
- sendgrid/sendgrid-python - SendGrid Python Library
- marcusbuffett/command-line-chess - A python program to play chess against an AI in the terminal.
- lobocv/pyperform - An easy and convienent way to performance test python code.
- fengsp/easy-python - Libraries you didn't know you would need
- takluyver/flit - Simplified packaging of Python modules
- mengu/contact_importer - A Python library to import contacts from Gmail, Yahoo and Live accounts.
- abunsen/Paython - ActiveMerchant rip off in Python created by Auston Bunsen, with help from Igor Guerrero & a handful of others. Fork me & improve me!
- abidrahmank/OpenCV2-Python - Contains some Python Samples with new cv2 interface of OpenCV
- translate/translate - Useful localization tools with Python API for building localization & translation systems
- sublee/trueskill - An implementation of the TrueSkill rating system for Python
- satanas/Turpial - Twitter client written in Python. Light, fast, fully functional and integrated to the user desktop
- pysimplesoap/pysimplesoap - Python Simple SOAP Library
- Miserlou/SoundScrape - SoundCloud (and Bandcamp and Mixcloud) downloader in Python.
- leandrotoledo/python-telegram-bot - A Python wrapper around the Telegram Bot API.
- chriskiehl/pyrobot - A pure python windows automation library loosely modeled after Java's Robot Class.
- PyMySQL/mysqlclient-python - MySQL database connector for Python (with Python 3 support)
- urbenlegend/netimpair - An easy-to-use network impairment script for Linux written in Python
- kfdm/gntp - GNTP Python Library
- henriquebastos/python-decouple - Strict separation of config from code.
- discogs/discogs_client - Official Python Client for the Discogs API
- andrix/python-snappy - Python bindings for the snappy google library
- waawal/undead - Dead Easy POSIX Daemons for Python (POC)
- torque59/Nosql-Exploitation-Framework - A Python Framework For NoSQL Scanning and Exploitation
- rmmh/skybot - Python IRC bot
- myano/jenni - jenni is a python IRC bot maintained and developed by Michael Yanovich. This project was created by Sean B. Palmer.
- jtushman/state_machine - Python State Machine for humans
- klen/muffin - Muffin is a fast, simple and asyncronous web-framework for Python 3
- gak/pygooglechart - pygooglechart is a complete Python wrapper for the Google Chart API.
- un33k/python-slugify - Returns unicode slugs
- sandialabs/toyplot - Interactive plotting for Python.
- mitsuhiko/python-unio - Unbreaks Unicode on Python
- justinmeister/The-Stolen-Crown-RPG - A fantasy mini-RPG built with Python and Pygame.
- irmen/Pyro4 - Pyro 4.x - Python remote objects
- ehmatthes/intro_programming - A set of IPython notebooks and learning resources for an Introduction to Programming class, focusing on Python.
- coagulant/coveralls-python - Show coverage stats online via coveralls.io
- Mic92/python-mpd2 - Python library which provides a client interface for the Music Player Daemon.
- timotheus/ebaysdk-python - eBay API SDK for Python
- mozillazg/python-pinyin - 汉语拼音转换工具 Python 版。
- lebedov/scikit-cuda - Python interface to GPU-powered libraries
- dpallot/simple-websocket-server - A python based websocket server that is simple and easy to use.
- bayespy/bayespy - Bayesian Python: Bayesian inference tools for Python
- alonho/pql - A python expression to MongoDB query translator
- RaymiiOrg/NoPriv - NoPriv.py is a python script to backup any IMAP capable email account to a HTML archive, nicely browsable, instead of weird folders (Maildir), one huge file (mbox), only needing a web browser to view (thunderbird) and no propritary code, so you can make sure I don't steal your password.
- ptone/jiffylab - zero configuration Python/Unix web based teaching env
- jdan/Melopy - Python music library
- adewes/blitzdb - Blitz is a document-oriented database for Python that is backend-agnostic. It comes with a flat-file database for JSON documents and provides MongoDB-like querying capabilities.
- Imgur/imgurpython - The official Imgur python client library
- jgarzik/python-bitcoinrpc - Python interface to bitcoin's JSON-RPC API
- cqlengine/cqlengine - Cassandra CQL 3 Object Mapper for Python
- suryasev/unofficial-google-trends-api - Python-based API that uses the http site to download Google Trends data
- SeTeM/pync - Python wrapper for Mac OS 10.8 Notification Center
- richardasaurus/mega.py - Python library for the Mega.co.nz API.
- jquast/x84 - A python telnet/ssh server for modern UTF-8 and classic cp437 network virtual terminals. In spirit of classic software such as ami/x, teleguard, renegade, iniquity.
- isagalaev/ijson - Iterative JSON parser with Pythonic interface
- google/python-adb - Python ADB + Fastboot implementation
- eternnoir/pyTelegramBotAPI - Python Telegram bot api.
- brechtm/rinohtype - The Python document processor
- ylovern/GGTinypng - 批量压缩png和jpg图片python脚本
- tonysimpson/nanomsg-python - nanomsg wrapper for python with multiple backends (CPython and ctypes) should support 2/3 and Pypy
- python-effect/effect - effect isolation in Python, to facilitate more purely functional code
- pysal/pysal - PySAL is an open source cross-platform library of spatial analysis functions written in Python. It is intended to support the development of high level applications for spatial analysis.
- jsvine/spectra - Easy color scales and color conversion for Python.
- facebook/sparts - Prototype python services with as little code as possible
- shuge/Qt-Python-Binding-Examples - Lots of simple and Pythonic PySide demos
- rossant/galry - High-performance interactive visualization in Python
- qiniu/python-sdk - Qiniu Resource (Cloud) Storage SDK for Python
- linsomniac/python-memcached - A python memcached client library.
- phyllisstein/alp - A Python module for Alfred v2 workflows
- readevalprintlove/lithp - McCarthy's Lisp in Python with macros. A celebration of 50+ years of symbolic processing.
- frewsxcv/python-geojson - Python bindings and utilities for GeoJSON
- PySide/Examples - Python script examples adapted for PySide.
- mitsuhiko/python-geoip - GeoIP database access for Python under a BSD license.
- fqrouter/fqsocks - Python version of redsocks tailored for anti-GFW
- ecdavis/pants - A lightweight framework for writing asynchronous network applications in Python.
- BinPy/BinPy - An electronic simulation library written in pure Python
- splunk/splunk-sdk-python - Splunk Software Development Kit for Python
- maxcutler/python-wordpress-xmlrpc - Python library for WordPress XML-RPC integration
- asciimoo/memspector - Inspect memory usage of python functions
- boydgreenfield/query - Interactive SQL database exploration in Python
- skoczen/will - Will is a simple, beautiful-to-code python hipchat bot.
- rohe/pyoidc - A complete OpenID Connect implementation in Python
- recipy/recipy - Effortless method to record provenance in Python
- nedbat/byterun - A Python implementation of a Python bytecode runner
- jvns/teeceepee - mini-TCP stack in Python, for fun
- jplana/python-etcd - A python client for etcd
- danielfm/pyruby - Some Ruby for your Python!
- biocore/scikit-bio - scikit-bio is an open-source, BSD-licensed, Python package providing data structures, algorithms, and educational resources for bioinformatics.
- arokem/python-matlab-bridge - A simple Python => MATLAB(R) interface and a matlab_magic for ipython
- CodeReclaimers/btce-api - Python wrapper around the public and trading APIs of BTC-e.com
- subokita/mlclass - Python code for Machine Learning course from Coursera
- leah/python-oauth - Python OAuth library from Google code.
- kingwkb/readability - a python readability
- jflesch/pyocr - A Python wrapper for Tesseract and Cuneiform
- IQAndreas/github-issues-import - Python script to import issues from one repository into another, either one at a time or all of them at once.
- CFSworks/nimue - Nimue is a simple Python script for jailbreaking Sony Bravia TVs.
- trevp/tlslite - TLS Library in python
- lizherui/spider_python - 爬爬爬
- kurtmckee/feedparser - Parse feeds in Python
- diyan/pywinrm - Python library for Windows Remote Management (WinRM)
- aloctavodia/Doing_bayesian_data_analysis - Python/PyMC3 versions of the programs described in Doing bayesian data analysis by John K. Kruschke
- csvoss/retroactive - Fun with time travel: Implementing retroactive data structures in Python
- colour-science/colour - Colour Science for Python
- coleifer/walrus - Lightweight Python utilities for working with Redis
- paylogic/py2deb - Python to Debian package converter
- jmcarp/nplusone - Auto-detecting the n+1 queries problem in Python
- gtaylor/python-colormath - A python module that abstracts common color math operations. For example, converting from CIE Lab to XYZ, or from RGB to CMYK
- senko/python-video-converter - Python Video Converter (ffmpeg wrapper)
- kragniz/json-sempai - Use JSON files as if they are python modules
- kivy/kivy-ios - Toolchain for compiling Python / Kivy / other libraries for iOS
- inueni/birdy - A super awesome Twitter API client for Python.
- asweigart/codebreaker - "Hacking Secret Ciphers with Python" programs
- Juniper/py-junos-eznc - Python library for Junos automation
- Pylons/pyramid - Pyramid web framework
- lisa-lab/pylearn2 - A Machine Learning library based on Theano
- samuraisam/pyapns - An APNS provider with multi-app support.
- DanMcInerney/LANs.py - Inject code, jam wifi, and spy on wifi users
- pymc-devs/pymc3 - PyMC version 3
- jiaaro/pydub - Manipulate audio with a simple and easy high level interface
- pyinstaller/pyinstaller - PyInstaller official GIT repository
- seb-m/pyinotify - Monitoring filesystems events with inotify on Linux.
- yhat/db.py - db.py is an easier way to interact with your databases
- tavendo/AutobahnPython - WebSocket & WAMP for Python on Twisted and asyncio
- xiaoxu193/PyTeaser - Summarizes news articles
- pyjs/pyjs - Pyjs canonical sources. Start here!
- clowwindy/ChinaDNS-Python - Protect yourself against DNS poisoning in China.
- sciyoshi/pyfacebook - PyFacebook
- jaraco/path.py - "Path" object conveniently wrapping assorted file/path-related functionality
- pyload/pyload - A free and open source personal cloud storage as well as download manager for all kind of operating systems and devices, designed to be extremely lightweight and runnable on personal pc or headless server.
- syrusakbary/pyjade - Jade syntax adapter for Django, Jinja2 and Mako templates
- fitzgen/pycco - Literate-style documentation generator.
- mher/chartkick.py - Create beautiful Javascript charts with minimal code
- jessemiller/HamlPy - A converter of HAML like templates into Django templates.
- saffsd/langid.py - Stand-alone language identification system
- renpy/renpy - The Ren'Py Visual Novel Engine
- Rotten194/summarize.py - A python script for summarizing articles using nltk
- andyet/thoonk.py - Persistent (and fast!) push feeds, queues, and jobs leveraging Redis.
- ethereum/pyethereum - Next generation cryptocurrency network
- laoqiu/pypress - flask team blog
- toastdriven/pysolr - Pysolr 3.2.0. The official source.
- socketubs/pyhn - Hacker news command line client
- bidord/pykek - Kerberos Exploitation Kit
- PyCodersCN/PyCodersCN - PyCoder's Weekly Chinese Translate Sources Repo
- PyBossa/pybossa - Open-source crowdsourcing (microtasking) platform with a focus on volunteer contribution and making it super-easy to create a crowd-sourcing app.
- tomchristie/django-pdb - Gives you
manage.py runserver --pdb
andmanage.py test --pdb
- atizo/PyTagCloud - Create beautiful tag clouds as images or HTML
- pytest-dev/pytest - The pytest testing tool makes it easy to write small tests, yet scales to support complex functional testing
- pyqtgraph/pyqtgraph - pyqtgraph main development repository
- philipsoutham/py-mysql2pgsql - Tool for migrating/converting from mysql to postgresql.
- krisfields/django-baker - Adds a management command that generates views, forms, urls, admin, and templates based off the contents of models.py
- kmike/pymorphy2 - Morphological analyzer / inflection engine for Russian language.
- quantifiedcode/python-anti-patterns - An open collection of Python anti-patterns and "worst practices", many of which can be checked automatically on QuantifiedCode
- Hawstein/PyMinecraft - Minecraft源码阅读与分析
- jakevdp/sklearn_pycon2015 - Materials for my Pycon 2015 scikit-learn tutorial.
- plotly/python-api - Python-API for beautiful, interactive, & shareable graphs
- fbessho/PyPoi - "Py"thon program for "Poi"sson Image Editing
- lincolnloop/django-layout - Django 1.4+ project template layout. Run: django-admin.py startproject --template=https://github.com/lincolnloop/django-layout/zipball/master --extension=py,rst project_name
- j2a/pytils - Russian-specific string utils
- willyg302/clip.py - Embeddable, composable [c]ommand [l]ine [i]nterface [p]arsing
- psychomario/PyPXE - Pure Python2 PXE (DHCP-(Proxy)/TFTP/HTTP/NBD) Server
- jakevdp/sklearn_pycon2014 - Repository containing files for my PyCon 2014 scikit-learn tutorial.
- kevinw/pyflakes - a faster smurfier pyflakes fork using _ast instead of compiler
- dcrosta/flask-pymongo - PyMongo support for Flask applications
- pingo-io/pingo-py - Generic API for controlling boards with programmable IO pins
- pypiserver/pypiserver - minimal pypi server
- bjarneo/Pytify - Use this cli application as a Spotify remote. Including search for and start songs.
- Pylons/pylons - Pylons Framework, community maintained with guidance/assistance from the Pylons Project. Merged with repoze.bfg for Pyramid framework.
- pytest-dev/pytest-django - A Django plugin for pytest.
- feliam/pysymemu - An intel 64 symbolic emulator
- jakevdp/sklearn_pycon2013 - Files for my scikit-learn tutorial at PyCon 2013
- coderholic/PyWebShot - Command line webpage screenshot and thubnail generator
- nicolas-van/pygreen - A micro web framework/static web site generator.
- enkore/i3pystatus - A complete replacement for i3status
- amccloud/django-project-skel - To use run: django-admin.py startproject --template https://github.com/amccloud/django-project-skel/zipball/master --extension py,md,gitignore yourprojectname
- SirFroweey/PyDark - PyDark is a 2D and Online Multiplayer video game engine written on-top of Python and PyGame.
- selectel/pyte - Simple VTXXX-compatible linux terminal emulator
- bitly/bitly-api-python - python library to the bitly api
- coderanger/pychef - Python library to interact with the Chef server API
- ikotler/pythonect - A general-purpose dataflow programming language based on Python, written in Python
- ammaraskar/pyCraft - Python minecraft client library
- perone/Pyevolve - Pyevolve
- hovel/pybbm - Django forum solution. Tested, documented, shipped with example project.
- lukecyca/pyzabbix - Python Zabbix API
- achillean/shodan-python - The official Python library for Shodan
- Pylons/pyramid_cookbook - Pyramid cookbook recipes (documentation)
- HashNuke/Python-Arduino-Prototyping-API - Helps you to quickly prototype Arduino programs, without having to repeatedly load the program to the Arduino board
- smbaker/pynest - python API for talking to nest thermostat
- Jajcus/pyxmpp2 - The new and shiny XMPP implementation for Python
- warner/python-versioneer - version-string management for VCS-controlled trees
- phunt/zk-smoketest - zk-smoketest.py provides a simple smoketest client for a ZooKeeper ensemble
- nficano/pytube - A simple, yet versatile Python package for downloading YouTube videos.
- nyddle/pystash - Stash command line client
- mne-tools/mne-python - MNE : Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
- mattrobenolt/colors.py - Colors aren't that scary!
- martinp/pysnap - Python library for the Snapchat API
- DanMcInerney/creds.py - Harvest FTP/POP/IMAP/HTTP/IRC creds
- themartorana/python-postmark - Postmark library for Python 2.6 and greater
- picklepete/pyicloud - A Python + iCloud wrapper to access iPhone and Calendar data.
- LumaPictures/pymel - Python in Maya Done Right
- bitly/pynsq - official Python client library for NSQ
- bcambel/pythonhackers - http://pythonhackers.com
- sebp/PyGObject-Tutorial - Tutorial for using GTK+ 3 in Python
- jamesls/fakeredis - Fake implementation of redis API (redis-py) for testing purposes
- pusher/pusher-http-python - Python library for interacting with the Pusher HTTP API
- gratipay/aspen-python - Filesystem dispatch + Simplates + Python. The web framework behind Gratipay.
- dustin/py-github - Python interface for talking to the github API
- shotgunsoftware/python-api - A Python-based API for accessing Shotgun and integrating with other tools
- neovim/python-client - Python client for Neovim
- PredictionIO/PredictionIO-Python-SDK - PredictionIO Python SDK
- tancredi/python-console-snake - Lightweight snake game running in the console
- sangelone/python-hashes - Interesting (non-cryptographic) hashes implemented in pure Python.
- pierrrrrrre/PyGeoIpMap - Little Python script to show where IP addresses are coming from by plotting them on a World map
- jrfonseca/xdot.py - Interactive viewer for graphs written in Graphviz's dot language.
- GeospatialPython/pyshp - This library reads and writes ESRI Shapefiles in pure Python.
- orcasgit/python-fitbit - Fitbit API Python Client Implementation
- gtaylor/paypal-python - Implementation of PayPal APIs in Python
- baijum/selenium-python - Selenium Python Bindings Documentation
- rstacruz/js2coffee.py - JS to CoffeeScript compiler. [DEPRECATED]
- heroku/heroku.py - Heroku API wrapper for Python.
- dadadel/pyment - Format and convert Python docstrings and generates patches
- StartTheShift/pyoauth2 - OAuth 2.0 Library - WE ARE NO LONGER MAINTAINING THIS LIBRARY, PLEASE SEE this fork: https://github.com/NateFerrero/pyoauth2
- ziberna/i3-py - Python based tools for i3 users and developers
- roger-/pyrtlsdr - A Python wrapper for librtlsdr (a driver for Realtek RTL2832U based SDR's)
- lucjon/Py-StackExchange - A Python binding for the StackExchange API
- laurentluce/python-algorithms - Algorithms implemented in Python
- corelan/mona - Corelan Repository for mona.py
- atarola/pyjojo - Expose a directory of bash scripts as an API.
- parente/pyttsx - Cross-platform text-to-speech wrapper
- sloria/pypi-cli - A command-line interface to the Python Package Index (PyPI). Get package info, download statistics, and more.
- princehaku/pyrailgun - Simple And Easy Python Crawl Framework,支持抓取javascript渲染的页面的简单实用高效的python网页爬虫抓取模块
- hamcrest/PyHamcrest - Hamcrest matchers for Python
- doloopwhile/PyExecJS - Run JavaScript code from Python
- JosephSalisbury/python-bittorrent - A simple, clean, and efficient BitTorrent library, written entirely in Python.
- todddeluca/python-vagrant - Python bindings for interacting with Vagrant virtual machines.
- tjfontaine/linode-python - Linode API Python Bindings
- thebeansgroup/smush.py - A lossless image optimiser script for displaying images on the Web. It's a Python command-line tool which is an implementation of Yahoo's smush.it service that can be run over whole directories of images.
- dat/pyner - Python interface to the Stanford Named Entity Recognizer
- rolandshoemaker/CommonMark-py - Pure Python Markdown parser and renderer for the CommonMark spec
- alexis-mignon/python-flickr-api - A python implementation of the Flickr API
- ssut/py-googletrans - Free Unofficial Google Translate API for Python. Translates totally free of charge.
- mjhea0/python-ruby - Should I Learn Python or Ruby?
- chrisclark/PythonForDataScience - PythonForDataScience
- biermeester/Pylinter - A pylint plugin for Sublime Text 2 and 3
- paulnasca/paulstretch_python - Paulstretch python version
- natural/java2python - Simple but effective library to translate Java source code to Python.
- jlafon/PynamoDB - A pythonic interface to Amazon's DynamoDB
- heynemann/pyvows - Python implementation of Vows.js
- dirn/When.py - Friendly Python Dates
- bartdag/pymining - A few data mining algorithms in pure python
- VisualOps/pysa - Pysa scans your system and reverse engineers its configurations for easy replication.
- Murodese/pynab - Newznab-compliant Usenet Indexer written in Python, using PostgreSQL/MySQL-like.
- Grokzen/redis-py-cluster - Python cluster client for the official cluster support targeted for redis 3.0
- venthur/python-ardrone - Python library for the AR.Drone
- savon-noir/python-libnmap - libnmap is a python library to run nmap scans, parse and diff scan results. It supports python 2.6 up to 3.4. It's wonderful.
- braiden/python-ant-downloader - Python Ant Downloader - tools for download from garmin wireless (ANT) devices
- ant4g0nist/lisa.py - -An Exploit Dev Swiss Army Knife.
- vincenting/weChat-python-sdk - 微信公共平台非官方SDK,主要实现主动的消息推送和获取。
- drj11/pypng - Pure Python library for PNG image encoding/decoding
- 7sDream/zhihu-py3 - Zhihu UNOFFICIAL API library in python3, with help of bs4, lxml, requests and html2text.
- warner/python-ecdsa - pure-python ECDSA signature/verification
- shannonturner/python-lessons - Lessons and code snippets to share with my students
- python-otr/pure-python-otr - Off-The-Record Protocol Implementation in Python
- ikreymer/pywb - Python WayBack for web archive replay and url-rewriting HTTP/S web proxy
- enthought/pyql - Cython QuantLib wrappers
- KimiNewt/pyshark - Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
- Itxaka/pyapi-gitlab - pyapi-gitlab is a python wrapper for the Gitlab API.
- wordnik/wordnik-python - Wordnik Python public library
- stefankoegl/python-json-patch - Applying JSON Patches in Python 2.6+ and 3.x
- proycon/pynlpl - Python Natural Language Processing Library -- (Note: pynlpl is pronounced as: pineapple). In addition to generic algorithms and data structures for NLP, PyNLPl also contains modules for a wide variety of NLP tasks, such as parsers for various file formats common in Dutch Computational Linguistics, such as FoLiA, D-Coi, SoNaR, Tadpole/Frog, Timbl.
- chrivers/pyjaco - Python to JavaScript translator
- pymssql/pymssql - The official home for the pymssql source code.
- Azelphur/pyPushBullet - Python library to interface with PushBullet
- viveksjain/pypush - Continuously push local changes to a remote server
- astrand/pyobfuscate - pyobfuscate
- arc90/python-readability-api - Python wrapper for the Readability API.
- pytest-dev/pytest-bdd - BDD library for the py.test runner
- justquick/python-varnish - Simple Python interface for the Varnish management port
- alex/pyvcs - A pure python abstraction layer of multiple VCS, very lightweight.
- rkulla/pydiction - Python Tab-completion for Vim
- issackelly/python-hue - Python client for Philips Hue -- determined via API reverse engineering
- brettviren/python-keepass - Python interface to KeePass file format v3 (used in KeePass V1.x and KeePassX)
- mitsuhiko/python-pbkdf2 - Because pbkdf2 is awesome and bcrypt is overkill
- edsu/pymarc - process MARC records from Python
- sloria/PythonORMSleepy - Python ORM/ODM Examples, For The Sleepy
- jmespath/jmespath.py - JMESPath is a query language for JSON.
- tav/pylibs - A collection of Python packages for use in other projects
- pyatom/pyatom - Python Automated Testing on Mac
- openleap/PyLeapMouse - A Leap Motion based mouse in Python
- kennethreitz/pyandoc - Python wrapper for Pandoc—the universal document converter.
- digitalbazaar/pyld - JSON-LD processor written in Python
- PyMVPA/PyMVPA - MultiVariate Pattern Analysis in Python
- BurntSushi/pytyle3 - An updated (and much faster) version of pytyle that uses xpybutil and is compatible with Openbox Multihead.
- wallix/pylogsparser - Library for Log parsing in Python - get the documentation at http://wallix.github.com/pylogsparser/
- pynag/pynag - Python modules and utilities for Nagios plugins and configuration
- ozgur/python-firebase - Python interface to the Firebase's REST API
- SolidCode/SolidPython - A python frontend for solid modelling that compiles to OpenSCAD
- simplegeo/python-simplegeo - A client interface for SimpleGeo's API.
- kanzure/pyphantomjs - Headless WebKit with JavaScript API .. but reimplemented in python
- facebook/facebook-python-ads-sdk - An SDK built to facilitate application development for Facebook Ads API.
- eigenhombre/PyClojure - Clojure implemented on top of Python
- dclambert/Python-ELM - Extreme Learning Machine implementation in Python
- skyfielders/python-skyfield - Elegant astronomy for Python
- pwaller/pyfiglet - An implementation of figlet written in python
- onelogin/python-saml - Python SAML Toolkit
- mikeboers/PyAV - Pythonic bindings for FFmpeg.
- gregneagle/Xcode4CocoaPythonTemplates - Templates for Cocoa-Python development with Xcode 4
- alejandroautalan/pygubu - A simple GUI designer for the python tkinter module
- skyline75489/pyfm - 使用Python编写的豆瓣FM(douban.fm)命令行播放器
- peterh/pyobd - Fixes to pyobd for modern hardware interfaces
- openstack/python-neutronclient - Python API Library for Quantum
- coderholic/pyradio - Curses based internet radio player
- allfro/pymiproxy - A small and sweet man-in-the-middle proxy capable of doing HTTP and HTTP over SSL.
- Unidata/netcdf4-python - netcdf4-python: python/numpy interface to the netCDF C library
- unitedstates/python-us - US state metadata and other incredible fun stuff
- pinterest/pymemcache - A comprehensive, fast, pure-Python memcached client.
- ionelmc/python-manhole - Debugging manhole for python applications
- disqus/disqus-python - Disqus API bindings for Python
- michaelliao/learn-python - 小白的Python入门教程:部分章节源码
- maxtepkeev/python-redmine - Python Redmine is a library for communicating with a Redmine project management application
- kgaughan/memoize.py - Bill McCloskey's memoize.py, grabbed with archive.org from http://www.eecs.berkeley.edu/~billm/memoize.html
- itissid/pypgTAP - Making Postgres coding and testing fun!
- alastair/python-musicbrainzngs - Python bindings for Musicbrainz' NGS webservice
- tino/pyFirmata - Python interface for the Firmata (http://firmata.org/) protocol. It is compliant with Firmata 2.1. Any help with updating to 2.2 is welcome. The Capability Query is implemented, but the Pin State Query feature not yet.
- stan-dev/pystan - PyStan: Python interface to Stan
- saghul/python-fibers - Lightweight cooperative microthreads for Python
- vmware/pyvmomi-community-samples - A place for community contributed samples for the pyVmomi library.
- unixy/varnishtuner.py - Varnish Cache Tuner
- tals/uber.py - Python client for Uber
- jamescasbon/pypackage - Ship virtualenvs as deb or rpm
- hydralabs/pyamf - AMF for Python
- evernote/evernote-sdk-python3 - Testing the Evernote Cloud API for Python 3
- datadesk/python-elections - A Python wrapper for the Associated Press' U.S. election data service.
- eguven/python3-memcached - Python3 port of the pure python memcache client implementation
- aouyar/PyMunin - Python Module for developing Munin Multigraph Monitoring Plugins. Multigraph Plugins for Apache Web Server, Apache Tomcat, APC PHP Cache, PHP FPM (Fast Process Manager), Asterisk, FreeSWITCH, Lighttpd, Memcached, MySQL Database, Nginx, NTP, PostgreSQL Database, CPU Utilization, Memory Utilization, Disk Usage, Disk I/O, Network Interfaces, Network Connections, Processes and Threads, etc.
- klen/pylama - Code audit tool for python.
- jgarzik/python-bitcoinlib - Bitcoin library
- frenetic-lang/pyretic - The Pyretic language and runtime system
- brendano/tweetmotif - Topical search for Twitter. See twokenize.py, emoticons.py for tokenization.
- bitcraze/crazyflie-clients-python - Host applications and library for Crazyflie written in Python.
- abromberg/sentiment_analysis_python - Working with sentiment analysis in Python.
- vklochan/python-logstash - Python logging handler for Logstash.
- phuslu/pybuild - some python build script
- linkerlin/BlackHolePy - BlackHolePy是一个迷你型的DNS(代理)服务器。它的主要特色:支持TCP DNS并支持白名单,从而在防止DNS污染的同时支持了内部私有域名解析。
- ionelmc/cookiecutter-pylibrary - Enhanced cookiecutter template for Python libraries.
- limist/py-moneyed - Provides Currency and Money classes for use in your Python code.
- fluent/fluent-logger-python - A structured logger for Fluentd (Python)
- eskerda/pybikes - Some python class wrappers to parse info from bike sharing networks across the world. This project is related to CityBikes, as to provide info for the application, thus allowing others to access the same data. It provides the information for the API used by CityBikes
- Shopify/shopify_python_api - ShopifyAPI library allows Python developers to programmatically access the admin section of stores
- z4r/python-coveralls - Python API for http://coveralls.io
- winkidney/weixin2py - weixin2py-腾讯微信公众平台自动消息处理程序+SDK(python+django)
- ponty/PyVirtualDisplay - Python wrapper for Xvfb, Xephyr and Xvnc
- gpocentek/python-gitlab - Python wrapper for the GitLab API
- dropbox/python-zxcvbn - A realistic password strength estimator.
- coreylynch/pyFM - Factorization machines in python
- bjonnh/PyOrgMode - A python class for reading and writing orgmode files
- bitcraft/PyTMX - Python library to read Tiled Map Editor's TMX maps.
- andelf/PyAIML - PyAIML is an interpreter for AIML (Artificial Intelligence Markup Language). cloned from sf.net.
- nikipore/alfred-python - simple Python access to the Alfred workflow API
- mozillazg/baidu-pcs-python-sdk - 百度个人云存储(PCS)Python SDK. 推荐改用百度网盘 API: https://github.com/ly0/baidupcsapi
- manns/pyspread - Pyspread is a spreadsheet application that is based on and written in the programming language Python.
- kcunning/Katie-s-Rougish-PyGame - A learning project!
- ideoforms/python-twitter-examples - Examples of using Python for Twitter social data mining, using the python-twitter-tools framework.
- borntyping/python-colorlog - A colored formatter for the python logging module
- maxmind/GeoIP2-python - Python code for GeoIP2 webservice client and database reader
- locationlabs/mockredis - mock for redis-py
- klen/py-frameworks-bench - Another benchmark for some python frameworks
- strawlab/python-pcl - Python bindings to the pointcloud library (pcl)
- slimkrazy/python-google-places - Simple wrapper around the new 'experimental' Google Places API
- rohe/pysaml2 - Python implementation of SAML2
- lmacken/pyrasite-gui - A graphical interface for monitoring and interacting with running Python processes
- jameslyons/python_speech_features - This library provides common speech features for ASR including MFCCs and filterbank energies.
- hgrecco/pyvisa - A Python package with bindings to the "Virtual Instrument Software Architecture" VISA library, in order to control measurement devices and test equipment via GPIB, RS232, or USB.
- derek73/python-nameparser - A simple Python module for parsing human names into their individual components
- akloster/python-mindwave - Python scripts to interface with the Neurosky Mindwave EEG Headset
- Frozenball/pytest-sugar - a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)
- FelikZ/ctrlp-py-matcher - Fast vim CtrlP matcher based on python
- pmarti/python-messaging - Pure python SMS/MMS encoder/decoder
- lsbardel/python-stdnet - Object-data mapper and advanced query manager for non relational databases
- jim-easterbrook/pywws - Python software for USB Wireless WeatherStations
- jbardin/scp.py - scp module for paramiko
- ianozsvald/EuroPython2011_HighPerformanceComputing - Code for High Performance Computing tutorial for EuroPython 2011
- staale/py-xlsx - Tiny python code for parsing data from an Office Open XML Spreadsheet - xlsx
- neo1691/scorer.py - A simple python script to fetch cricket scores and send notifications.
- liluo/py-oauth2 - A Python wrapper for the OAuth 2.0 specification
- joepie91/python-whois - A python module for retrieving and parsing WHOIS data
- jncraton/PythonDropboxUploader - Uploads a file to Dropbox
- ilius/pyglossary - PyGlossary
- horstjens/ThePythonGameBook - code examples for ThePythonGameBook.com
- softlayer/softlayer-python - A set of Python libraries that assist in calling the SoftLayer API.
- shazow/unstdlib.py - Unstandard Python library of useful and highly-reusable functions.
- scraperwiki/scraperwiki-python - ScraperWiki Python library for scraping and saving data
- miguelgrinberg/flask-pycon2014 - Code for my PyCon 2014 tutorial "Flask By Example"
- lethain/Redis-Python-Datastructures - simple python datastructure wrappings for redis
- keenlabs/KeenClient-Python - Official Python client for the Keen IO API. Build analytics features directly into your Python apps.
- BonsaiDen/twitter-text-python - Twitter text processing library (auto linking and extraction of usernames, lists and hashtags). Based on the Java implementation by Matt Sanford
- pykalman/pykalman - Kalman Filter, Smoother, and EM Algorithm for Python
- luckydonald/pytg - Python package that wraps around Telegram messenger CLI
- ivankorobkov/python-inject - Dependency injection the python way, the good way
- faucamp/python-gsmmodem - Python module to control a GSM modem attached to the system: send/receive SMS messages, handle calls, etc
- kra3/py-ga-mob - PYGA: Python Google Analytics - Data Collection API
- dtcooper/python-fitparse - Python library to parse ANT/Garmin .FIT files
- dropbox/PyHive - Python interface to Hive and Presto.
- brandon-rhodes/pycon-pandas-tutorial - PyCon 2015 Pandas tutorial materials
- vorushin/sublimetext_python_checker - Integration of pep8 and pyflakes checkers for python files in SublimeText 2 editor (Linux/MacOSX only)
- topikachu/python-ev3 - a project to run lego ev3 in python
- lmfit/lmfit-py - Non-Linear Least Squares Minimization, with flexible Parameter settings, based on scipy.optimize.leastsq, and with many additional classes and methods for curve fitting
- ralsina/pyqt-by-example - A tutorial for PyQt focused on showing by doing
- pympler/pympler - Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.
- pycollada/pycollada - A python COLLADA library. Can be used to create, edit and load COLLADA documents.
- metalshark/lesscss-python - lessCSS Python Compiler
- kasun/python-tail - Unix tail follow implementation in python
- jfhbrook/pyee - A port of node.js's EventEmitter to python
- collective/buildout.python - Buildout all the Pythons
- braintree/braintree_python - braintree python client library
- wyplay/pytracemalloc - This project is no longer maintained here, instead, for Python < 3.4, please see 'https://github.com/haypo/pytracemalloc', maintained by Victor Stinner.
- svinota/pyroute2 - Python netlink library — Linux network / netns / wireless / ipset configuration
- poppy-project/pypot - Python library for controlling dynamixel motors. Documentation available here:
- perseas/Pyrseas - Provides a framework and utilities to upgrade and maintain a relational database.
- isislovecruft/python-gnupg - A modified version of python-gnupg, including security patches, extensive documentation, and extra features.
- geier/pycarddav - cli carddav client (for use with mutt etc.)
- dylanninin/blog - blog developed with web.py, posted with raw markdown files
- appium/python-client - Python language bindings for Appium
- zonyl/pytomation - Pytomation is an extensible device communication and automation system written in Python. It's uses include home automation and lighting control but is certainly not limited to that. It is supported on any platform that support Python ( Windows, Mac OS-X, Linux, etc )
- urschrei/pyzotero - A Python wrapper for the Zotero API
- relekang/python-thumbnails - Thumbnails for Django, Flask and other Python projects.
- jacobian-archive/python-cloudservers - Python bindings to Rackspace's Cloud Servers API - DEFUNCT. See openstack.compute instead.
- heynemann/pynq - Python implementation of Microsoft's .Net Language Integrated Query (LINQ)
- wikimedia/pywikibot-core - Github mirror of "pywikibot/core" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing
- twinsant/pyweixin - Python Weixin Library
- r0x0r/pywebview - A lightweight cross-platform native wrapper around a webview component that allows to display HTML content in its own dedicated window
- pydanny/pydanny-event-notes - My notes for the various conferences I attend.
- ponty/pyscreenshot - python screenshot
- mysql/mysql-connector-python - MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. No MySQL libraries are needed, and no compilation is necessary to run this Python DB API v2.0 compliant driver. Documentation & Download: http://dev.mysql.com/doc/connector-python/en
- lord63/pyhipku - Encode any IP address as a haiku, funny and lovely. TRY IT NOW: http://pyhipku.lord63.com
- looly/python-basic - 老齐(qiwsir)的Python基础教程Gitbook版
- loisaidasam/pyslack - A Python wrapper for Slack's API
- lionheart/pinboard.py - A full-featured Python wrapper (and command-line utility) for the Pinboard API. Built by the makers of Pushpin for Pinboard.
- jaysonsantos/python-binary-memcached - A pure python module (thread safe) to access memcached via it's binary protocol with SASL auth support.
- couchbase/couchbase-python-client - Couchbase Python client library (official)
- victorlin/bugbuzz-python - Fall in love with debugging
- HallaZzang/pykakao - simple kakaotalk loco/http protocol wrapper for python
- williballenthin/python-registry - Read access to Windows Registry files.
- sysdream/pysqli - Python SQL injection framework
- seveas/python-hpilo - Accessing the HP iLO XML interface from python
- pepijndevos/PyMouse - Cross-platform Python mouse module
- liato/android-market-api-py - A Python port of the java Android Market API.
- kennknowles/python-jsonpath-rw - A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming.
- jparise/python-reloader - Dependency-based Python Module Reloader
- tito/pymt - A multitouch python framework
- shnode/PyTime - PyTime is a easy-use Python module which aims to operate date/time/datetime by string.
- shichao-an/leetcode-python - LeetCode problems in Python
- pydata/pyrallel - Experimental parallel data analysis toolkit.
- jgeralnik/Pytroj - A tool for infected .pyc files with arbitrary code that spreads out to infect all other .pyc files
- huzhifeng/py12306 - 12306.cn Python 订票程序
- ept/uploadr.py - Command-line Python script to upload photos to Flickr
- django-pylibmc/django-pylibmc - A cache backend for Django using pylibmc
- certifi/python-certifi - (Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.
- acini/autowikibot-py - Reddit bot that replies to comments with excerpt from linked wikipedia article or section.
- pistolero/python-scss - Python bindings for libsass
- pims/retwis-py - Retwis clone in python
- miguelgrinberg/api-pycon2014 - Code for my PyCon talk "Writing RESTful Web Services with Flask"
- kennethreitz-archive/python-github3 - [In Progress] Python wrapper for the new GitHub API.
- ionelmc/python-fields - A totally different take on container boilerplate.
- csawyerYumaed/pyOwnCloud - ownCloud CLI client written in python, more info on owncloud: www.owncloud.org
- PaulMakepeace/refine-client-py - The OpenRefine Python Client Library provides an interface to communicating with an OpenRefine server.
- vascop/Python-Arduino-Proto-API-v2 - A Python-Arduino-Prototyping-API fork gone wild
- renxing/quora-python - Quora clone write in Python + Tornado + MongoDB
- mwilliamson/spur.py - Run commands and manipulate files locally or over SSH using the same interface
- mikeboers/PyHAML - Pythonic implementation of HAML, cross compiling to Mako template syntax.
- marinho/PyNFe - Projeto de biblioteca para fazer interface com o webservice de Nota Fiscal eletrônica para Python, disponível sob LGPL.
- mansam/validator.py - A library for validating that dictionary values meet certain sets of parameters. Much like form validators, but for dicts.
- colinhowe/pyFaceGraph - Python client lib for Facebook's new Graph API
- samth/pycket - A rudimentary Racket implementation using RPython
- rfk/pyenchant - spellchecking library for python
- michaelhelmick/python-tumblpy - A Python Library to interface with Tumblr v2 REST API & OAuth
- madzak/python-json-logger - Json Formatter for the standard python logger
- lukerosiak/pysec - Parse XBRL filings from the SEC's EDGAR in Python
- landscapeio/pylint-django - Pylint plugin for improving code analysis for when using Django
- kencochrane/pypi-mirrors - pypi mirror status
- jonathanslenders/python-deployer - Library for automation of deployments through SSH.
- dsc/pyquery - A jQuery-like library for Python (fork of https://bitbucket.org/olauzanne/pyquery/)
- ask/redish - Pythonic interface to redis-py
- aht/stream.py - Lazily-evaluated, parallelizable Python pipeline.
- Pylons/pyramid_tutorials - Tutorials for Pyramid
- textmate/python.tmbundle - TextMate support for Python
- python-quantities/python-quantities - Quantities package for the python programming language
- ocelma/python-itunes - A simple python wrapper to access iTunes Store API http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
- mogui/pyorient - Orientdb driver for python that uses the binary protocol.
- lupeke/python-firmata - Python bindings for the Firmata protocol
- lionheart/django-pyodbc - An ODBC-powered MS SQL Server DB backend for Django 1.4+
- kurttheviking/python-simple-hipchat - A python module fo the v1 HipChat API
- googleads/googleads-python-lib - The Python client library for Google's Ads APIs
- ematvey/pybacktest - Vectorized backtesting framework in Python / pandas, designed to make your backtesting easier — compact, simple and fast
- awslabs/amazon-kinesis-client-python - Amazon Kinesis Client Library for Python
- web2py/pydal - A pure Python Database Abstraction Layer
- virantha/pypdfocr - Python script to do PDF OCR conversion using Tesseract
- stackforge/pyghmi - A Pure python IPMI library
- pylast/pylast - A Python interface to Last.fm and Libre.fm
- meetup/python-api-client - Python interfaces to the Meetup Web API
- lkiesow/python-feedgen - Python module to generate ATOM feeds, RSS feeds and Podcasts.
- kastnerkyle/PyCon2015 - Material for talk "Machine Learning 101" https://speakerdeck.com/kastnerkyle/pycon2015 https://us.pycon.org/2015/schedule/presentation/367/
- ellisonleao/pyshorteners - 🔌 A Python lib to consume the most used shorteners APIs (WIP)
- bebraw/pypandoc - Thin wrapper for "pandoc" (MIT)
- andelf/pyqqweibo - 腾讯微博 API 的python绑定
- GoogleCloudPlatform/appengine-guestbook-python - Guestbook is an example application showing basic usage of Google App Engine
- terryyin/google-translate-python - Online translation as a Python module & command line tool. No key, no authentication needed.
- saymedia/python-simpledb - Open Source Python library for accessing Amazon SimpleDB API
- pktck/ParsePy - A Python wrapper for the Parse.com API
- jeffbryner/pyioc - Python tools for IOC (Indicator of Compromise) handling
- eduardocereto/pyboleto - A Python module to create Brazilian "Boletos de Cobrança" for multiple banks
- dryan/twitter-text-py - a python port of https://github.com/twitter/twitter-text-rb also available via
pip install twitter_text
- djc/couchdb-python - Python library for working with CouchDB
- cablehead/python-consul - Python client for Consul (http://www.consul.io/)
- blockstack/pybitcoin - Bitcoin python library (private + public keys, addresses, transactions, RPC, etc.)
- akesterson/dpath-python - A python library for accessing and searching dictionaries via /slashed/paths ala xpath
- WoLpH/python-statsd - Python Client for the Etsy NodeJS Statsd Server
- stackforge/python-openstacksdk - Unified SDK for OpenStack. See: https://wiki.openstack.org/wiki/UnifiedSDK
- albertz/PyCParser - C parser and interpreter written in Python with automatic ctypes interface generation
- MicBrain/Python-algo-Module - A cohesive Python Module for Algorithms.
- JetBrains/python-skeletons - Collection of Python files that contain API definitions of third-party libraries extended for Python static analysis tools
- seomoz/simhash-py - Simhash and near-duplicate detection
- samuel/python-gearman - (maintenance transfered to http://github.com/Yelp/python-gearman) Gearman library for Python.
- mdipierro/web2py-book - web2py-book
- juanriaza/python-mega - Wrapper around the Mega API
- dronekit/dronekit-python - The python language bindings and mavproxy module for DroneKit
- dlrust/python-memcached-stats - Python class to gather stats and slab keys from memcached via the memcached telnet interface
- dgorissen/pycel - A library for compiling excel spreadsheets to python code & visualizing them as a graph
- daler/pybedtools - Python wrapper -- and more -- for Aaron Quinlan's BEDTools (bioinformatics tools)
- byroot/pysrt - Python parser for SubRip (srt) files
- bdauvergne/python-oath - Python implementation of HOTP, TOTP and OCRA algorithms from OATH
- yannicklm/pycp - cp and mv with a progress bar
- rdio/rdio-python - A Python library for the Rdio Web Service API
- mynameisfiber/high_performance_python - Code for the book "High Performance Python" by Micha Gorelick and Ian Ozsvald with OReilly
- jasonrbriggs/stomp.py - “stomp.py” is a Python client library for accessing messaging servers (such as Apollo or RabbitMQ) using the STOMP protocol (versions 1.0, 1.1 and 1.2). It can also be run as a standalone, command-line client for testing.
- hymloth/pyredise - A simple and fast search engine
- evanhempel/python-flamegraph - Statistical profiler which outputs in format suitable for FlameGraph (http://www.brendangregg.com/flamegraphs.html)
- ebranca/owasp-pysec - OWASP Python Security Project
- duoshuo/duoshuo-python-sdk - A Python library for using the duoshuo API
- doloopwhile/Python-CoffeeScript - A bridge to the JS CoffeeScript compiler.
- diogobaeder/pycket - Redis/Memcached sessions for Tornado
- datadesk/python-googlegeocoder - A simple Python wrapper for version three of Google's geocoder API
- cvandeplas/pystemon - Monitoring tool for PasteBin-alike sites written in Python. Inspired by pastemon http://github.com/xme/pastemon
- bamos/python-scripts - Short and fun Python scripts.
- badges/pypipins - Badges for your site to display download totals, latest version using PyPI
- scottwoodall/python-pgextras - Unofficial Python port of Heroku's pgextras that provides various statistics for a Postgres instance.
- pradyunsg/Py2C - Py2C — a Python to C++ converter
- liamks/pyitunes - Python Itunes Library parser
- jtriley/pystun - A Python STUN client for getting NAT type and external IP
- jmg/pyfb - A Python Interface for the Facebook Graph API
- jbornschein/mpi4py-examples - mpi4py examples
- hoffmann/PyCharm-Python-Templates - Python Templates for the PyCharm IDE
- hgomersall/pyFFTW - A pythonic python wrapper around FFTW
- fbkarsdorp/python-course - Tutorial and introduction into programming with Python for the humanities
- coderanger/pyzen - A continuous test runner for Python
- ankitaggarwal011/PyCNN - Image Processing in Cellular Neural Networks with Python
- tylertreat/BigQuery-Python - Simple Python client for interacting with Google BigQuery.
- tropo/tropo-webapi-python - A set of Python classes for working with the Tropo WebAPI
- protomouse/python-websocket - a simple Python/asyncore WebSocket client library (primarily maintaining compatibility with the Tornado implementation)
- pbs/pycaption - Python module to read/write popular video caption formats
- mmerickel/pyramid_auth_demo - Demo of Pyramid's authorization capabilities using URL Dispatch.
- mbedmicro/pyOCD - Open source python library for programming and debugging ARM Cortex-M microcontrollers using CMSIS-DAP
- kroo/mobi-python - A library for reading (unencrypted) mobi-reader files in Python
- klen/python-scss - Python scss parser.
- ghewgill/pyqver - Identify the minimum Python version required for a given script
- dfm/triangle.py - Make a corner plot of samples.
- beanstalkd/pybeanstalk - A python client library for the beanstalkd queue server.
- asweigart/pyperclip - Python module for cross-platform clipboard functions.
- STIXProject/python-stix - A Python library for parsing, manipulating, and generating STIX content.
- LightTable/Python - Python language plugin for Light Table
- sarguido/hands-on-analysis-python - PyCon 2015
- mxgxw/MFRC522-python - A small class to interface with the NFC reader Module MFRC522
- mhaller/pyffmpeg - PyFFmpeg - Python FFmpeg wrapper
- jgarzik/pynode - Bitcoin P2P router, in python
- embedly/embedly-python - Python lib for Embedly
- balanced/balanced-python - Balanced API library in python.
- Yubico/python-yubico - Python code to talk to YubiKeys
- whtsky/PyWapFetion - A simple Fetion lib for Python.
- tpaviot/pythonocc-core - A python wrapper for the OCE library
- stamen/modestmaps-py - Modest Maps python port
- segmentio/analytics-python - The hassle-free way to integrate analytics into any python application.
- mutantturkey/PyFeast - A Python interface to the Feature Selection Toolkit, contains JMI, BetaGamma, CMIM, CondMI, DISR, ICAP, and mRMR
- msgpack-rpc/msgpack-rpc-python - MessagePack RPC implementation for Python
- isislovecruft/pyrsync - A pure Python module which implements the rsync algorithm.
- dclambert/pyensemble - An implementation of Caruana et al's Ensemble Selection algorithm in Python, based on scikit-learn
- cjlee112/pygr - Python graph database framework for bioinformatics
- Rabbit52/post_bar - 使用 web.py 开发的仿 V2EX 社区程序
- urbanairship/python-library - A Python library for using the Urban Airship web service API for push notifications and rich app pages
- pwdyson/inflect.py - Correctly generate plurals, ordinals, indefinite articles; convert numbers to words
- perrygeo/python-rasterstats - Summary statistics of geospatial raster datasets values based on vector geometries.
- jhoward/Python-Neural-Network - A pure python implementation of a neural network.
- jedp/python-redis-log - A Python logging handler that publishes to redis pub/sub channels
- houqp/shell.py - shell power for python
- davispuh/MySQL-for-Python-3 - MySQL for Python lib port to python 3
- cool-shark/redimon - redis monitoring tool built with flask and redis-py
- Pylons/pylonsrtd - Pylons Project documentation on RTD
- Paradigm4/SciDB-Py - Python wrapper for SciDB queries
- vsergeev/u-msgpack-python - A portable, lightweight MessagePack serializer and deserializer written in pure Python, compatible with Python 2, Python 3, CPython, PyPy / msgpack.org[Python]
- un33k/python-emailahoy - Checks if an email address is real
- sontek/pyramid_celery - Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your pyramid configuration inside celery tasks.
- rippleblue/Python - Python 3
- pingswept/pysolar - Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
- miguelgrinberg/api-pycon2015 - Code for my PyCon talk "Is Your REST API RESTful?"
- koehlma/pygrooveshark - PyGrooveshark is an implementation of the unofficial Grooveshark API as used by the official clients. It is written in Python and supports searching, stations as well as the popular songs list.
- hharnisc/python-meteor - A meteor client for python
- darcymason/pydicom - Read, modify and write DICOM files with python code
- blaa/PyGene - PyGene project pretty much main repository
- abidrahmank/OpenCV-Python - OpenCV examples in Python
- PacketPerception/pychievements - The Python Achievements Framework!
- MacSysadmin/pymacadmin - Python tools for Mac system administration
- uri-templates/uritemplate-py - Python implementation of URI Template
- timknip/pyswf - A Python library to read and write SWF files
- redneckbeard/python-faker - Generate placeholder data. Port of Ruby port of Perl module.
- portante/pycscope - Cscope database generator for Python source code
- pnegre/python-whiteboard - Linux whiteboard in python
- gtaylor/python-fedex - A light wrapper around FedEx's SOAP API.
- bkjones/pyrabbit - A Python module to communicate w/ the RabbitMQ HTTP Management API
- asweigart/pygcurse - Curses library emulation for Python & Pygame
- JakeWharton/py-videodownloader - [DEPRECATED] Python module and script for downloading video source files from the major online streaming sites (YouTube, Vimeo, etc.)
- DNSPod/dnspod-python - DNSPod for python
- williamh/pybugz - Python interface to Bugzilla.
- wichert/pyrad - Python RADIUS implementation
- trevorturk/pygments - Pygments code highlighting via Google App Engine
- thalesians/pythalesians - Open Source Financial Library
- sibblegp/coinbase_python - Unofficial Coinbase Python Library
- samuel/python-bert - BERT serialization library for Python
- roopeshvaddepally/python-ebay - Python wrapper for eBay API
- reingart/pyfpdf - Simple PDF generation for Python (FPDF PHP port)
- paulsm/pyzeroconf - A pure python implementation of multicast DNS service discovery
- openstack/python-cinderclient - Client library for the Cinder API
- michaelliao/learn-python3 - Learn Python 3 Sample Code
- mdoege/PySynth - A simple music synthesizer in Python
- jesperborgstrup/Py-IBLT - A Python implementation of Invertible Bloom Lookup Tables
- jcrudy/py-earth - A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines
- crs4/pydoop - A Python MapReduce and HDFS API for Hadoop
- bvanheu/pytoutv - TOU.TV client library and user interfaces written in Python 3
- bastienleonard/pysfml-cython - A Python 2/3 binding for SFML 2, written with Cython.
- wiseman/foursquare-python - Python module to interface with the foursquare API.
- svanoort/pyresttest - Python Rest Testing
- peterbe/python-gorun - Using (py)inotify to run commands when files change
- openlabs/Microsoft-Translator-Python-API - The Microsoft Translator services can be used in web or client applications to perform language translation operations.
- niklasf/python-chess - A pure Python chess library with move generation and validation, Polyglot opening book probing, PGN reading and writing, Syzygy tablebase probing and UCI engine communication
- mvillalba/python-ant - Python implementation of the ANT, ANT+, and ANT-FS protocols (http://www.thisisant.com/).
- mverteuil/pytest-ipdb - Provides ipdb on failures for py.test.
- mozilla/pytest-mozwebqa - Mozilla Web QA plugin for py.test.
- mattikus/pygist - python command line client for gist
- kivy/pyobjus - Access Objective-C classes from Python
- digitalreasoning/PyStratus - Python-based utility for managing various distributed services on cloud providers
- cburroughs/pep8.py - Look here: http://github.com/jcrocholl/pep8
- baoboa/pyqt5 - PyQt 5.4 from riverbank
- Maluuba/napi-python - A simple Python wrapper for the Maluuba nAPI.
- ChangeMyUsername/algorithms-sedgewick-python - Algorithms(4th edition) by Robert Sedgewick and Kevin Wayne exercises in python
- pcjericks/py-gdalogr-cookbook - A cookbook full of recipes for using the Python GDAL/OGR bindings.
- openzoom/deepzoom.py - Python Deep Zoom Tools
- kvh/Python-Suffix-Tree - Suffix tree for string searching
- iCHAIT/Python-Scripts - My Python scripts.
- exoscale/python-logstash-formatter - python JSON log formatter with a logstash compatible schema
- ewa/python-webcrawler - Simple web crawler written in Python
- davidcorne/Design-Patterns-In-Python - This is no longer maintained. https://bitbucket.org/davidcorne/design-patterns-in-python is it's new home.
- alexcepoi/pyscale - General purpose Python framework for writing highly scalable applications
- ajinabraham/Xenotix-Python-Keylogger - Xenotix Python Keylogger for Windows.
- adammck/pygsm - Send and receive SMS via a GSM modem in Python
- Psycojoker/pyfmt - automatic code formatter for python following pep8 using baron FST, like gofmt
- viticci/pythonista-scripts - Python scripts to use in Pythonista for iOS. Mostly Markdown-related.
- uber/vertica-python - vertica-python is a native Python adapter for the Vertica (http://www.vertica.com) database.
- rackerlabs/python-clouddns - Python API binding to Rackspace Cloud DNS
- paxan/python-dateutil - Useful extensions to the standard Python datetime features. This repo tracks the upstream and also contains fixes/patches from https://github.com/cozi/python-dateutil
- pankratiev/python-amazon-ses-api - Python API for Amazon Simple Email Service
- jedie/PyLucid - PyLucid is a Open Source web content management system written in Python using the Django Framework.
- enaeseth/python-fp-growth - An implementation of the FP-growth algorithm in pure Python.
- cool-RR/python_toolbox - A collection of useful Python tools
- btbytes/pyofc2 - Python Open Flash Chart Library
- EiNSTeiN-/hexrays-python - Python bindings for the Hexrays Decompiler
- yahoo/yos-social-python - Python SDK
- sciunto-org/python-bibtexparser - Bibtex parser in Python 2.7 and 3.x
- ryanpetrello/python-zombie - A Python driver for Zombie.js (http://zombie.labnotes.org/), a headless browser powered by node.js.
- rbarrois/python-semanticversion - Semantic version comparison for Python (see http://semver.org/)
- paulgirard/pygexf - a python library to generate gexf file format
- nesaro/pydsl - Python Domain Specific Language Tools
- johnpaulett/python-hl7 - A simple library for parsing messages of Health Level 7 (HL7) version 2.x into Python objects.
- fabioz/PyDev.Debugger - Sources for the debugger used in PyDev & PyCharm
- ekampf/pymaybe - A Python implementation of the Maybe pattern
- cenkalti/pypi-notifier - A web service that monitors your requirements.txt files
- bradbeattie/python-vote-core - Python libraries for various electoral methods
- bintoro/overloading.py - Function overloading for Python 3
- alex-sherman/python-jrpc - A Python remote procedure call framework that uses JSON RPC v2.0
- albertz/pydbattach - attach to running Python process
- Element-34/py.saunter - sample framework for using selenium with python and page objects
- shuge/zbox_wiki - A lightweight wiki system implement in web.py
- linkedin/pyexchange - Python wrapper for Microsoft Exchange
- clowwindy/p.py - Fuck GFW with 25 lines of code
- baudm/mplayer.py - Lightweight Python wrapper for MPlayer