*Top Python Repositories Collection and Classification
- Web Framework and Related Tool
- Network
- Web Mining
- Tool and Utilities
- Big Data and Cloud
- Authentication
- Package Manager
- Testing
- Debugging
- Concurrency
- Job Scheduler
- Data Processing
- Science
- Visualization
- Editor and Editor Enhancements
- Devops
- Icon
- Git
- Chat
- Audio
- Video
- DataBase and Related Tools
- Book
- Static Web Generator
- Content Management System
- Cool Application
- Game
- Web Site Source
- Algorithm
- Other
####<- Web Framework and Related Tool:
-
django
Django is a Python high-level Web framework that encourages rapid development and clean, pragmatic design.
Project Source: https://github.com/django/django
Project Homepage: https://www.djangoproject.com/ -
django-tastypie
Tastypie is a webservice API framework for Django. It provides a convenient, yet powerful and highly customizable abstraction for creating REST-style interfaces.
Project Source: https://github.com/toastdriven/django-tastypie
Project Homepage: http://tastypieapi.org/ -
django-rest-framework
Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs
Project Source: https://github.com/tomchristie/django-rest-framework
Project Homepage: http://www.django-rest-framework.org/ -
django-extensions
Django Extensions is a collection of custom extensions for the Django Framework.
Project Source: https://github.com/django-extensions/django-extensions
Project Documentation: http://django-extensions.readthedocs.org/en/latest/ -
django-crispy-forms
The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.
Project Source: https://github.com/maraujop/django-crispy-forms
Project Documentation: http://django-crispy-forms.readthedocs.org/en/latest/ -
django-haystack
Haystack provides modular search for Django.
Project Source: https://github.com/toastdriven/django-haystack
Project Homepage: http://haystacksearch.org/ -
django-compressor
Django Compressor combines and compresses linked and inline Javascript or CSS in a Django template into cacheable static files by using the compress template tag.
Project Source: https://github.com/django-compressor/django-compressor
Project Documentation: http://django-compressor.readthedocs.org/en/latest/ -
django-reversion
django-reversion is an extension to the Django web framework that provides comprehensive version control facilities.
Project Source: https://github.com/etianen/django-reversion
Project Documentation: http://django-reversion.readthedocs.org/en/latest/ -
django-taggit
django-taggit a simpler approach to tagging with Django.
Project Source: https://github.com/alex/django-taggit
Project Documentation: http://django-taggit.readthedocs.org/en/latest/ -
django-oscar
Oscar is an e-commerce framework for Django designed for building domain-driven sites.
Project Source: https://github.com/tangentlabs/django-oscar
Project Homepage: http://oscarcommerce.com/ -
django-basic-apps
Simple apps for Django projects.
Project Source: https://github.com/nathanborror/django-basic-apps
Project Homepage: https://code.google.com/p/django-basic-apps/ -
django-xadmin
Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.
Project Source: https://github.com/sshwsfc/django-xadmin
Project Homepage (Chinese): http://sshwsfc.github.io/django-xadmin/ -
django-filter
Django-filter is a reusable Django application for allowing users to filter querysets dynamically.
Project Source: https://github.com/alex/django-filter
Project Documentation: https://django-filter.readthedocs.org/en/latest/ -
django-mptt
Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances.
Project Source: https://github.com/django-mptt/django-mptt
Project Documentation: http://django-mptt.github.io/django-mptt/ -
django-devserver
A drop in replacement for Django's built-in runserver command.
Project Source: https://github.com/dcramer/django-devserver -
django-admin2
Extendable, adaptable rewrite of django.contrib.admin.
Project Source: https://github.com/pydanny/django-admin2
Proeject Documentation: http://django-admin2.readthedocs.org/en/latest/ -
Thumbnails for Django
Thumbnails for Django.
Project Source: https://github.com/mariocesar/sorl-thumbnail
Project Documentation: http://sorl-thumbnail.readthedocs.org/en/latest/ -
flask
Flask is a microframework for Python based on Werkzeug and Jinja2.
Project Source: https://github.com/mitsuhiko/flask
Project Homepage: http://flask.pocoo.org/ -
flask-restful
Flask-RESTful provides the building blocks for creating a great REST API.
Project Source: https://github.com/twilio/flask-restful
Project Documentation: http://flask-restful.readthedocs.org/en/latest/ -
eve
Eve is an out-of-the-box, highly customizable and fully featured RESTful Web API framework that you can use to effortlessly build and deploy your own APIs.
Project Source: https://github.com/nicolaiarocci/eve
Project Homepage: http://python-eve.org/ -
tornado
Tornado is a Python web framework and asynchronous networking library. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
Project Source: https://github.com/tornadoweb/tornado
Project Documentation: http://www.tornadoweb.org/en/stable/ -
webpy
web.py is a web framework for Python that is as simple as it is powerful.
Project Source: https://github.com/webpy/webpy
Project Homepage: http://webpy.org/ -
bootle
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python.
Project Source: https://github.com/defnull/bottle
Project Documentation: http://bottlepy.org/docs/dev/index.html -
pyramid
Pyramid is a small, fast, down-to-earth, open source Python web framework.
Project Source: https://github.com/Pylons/pyramid
Project Homepage: http://www.pylonsproject.org/
1.play1
Play framework makes it easier to build Web applications with Java. It is a clean alternative to bloated Enterprise Java stacks.
Project Source: https://github.com/playframework/play1
Project Homepage: http://www.playframework.com/
-
requests
Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way.
Project Source: https://github.com/kennethreitz/requests
Project Documentation: http://docs.python-requests.org/en/latest/ -
mitmproxy
mitmproxy is an interactive, SSL-capable man-in-the-middle proxy for HTTP with a console interface.
Project Source: https://github.com/mitmproxy/mitmproxy
Project Homepage: http://mitmproxy.org/ -
gunicorn
gunicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
Project Source: https://github.com/benoitc/gunicorn
Project Homepage: http://gunicorn.org/ -
shadowsocks
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls.
Project Source: https://github.com/clowwindy/shadowsocks
Project Homepage: https://pypi.python.org/pypi/shadowsocks -
werkzeug
Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules.
Project Source: https://github.com/mitsuhiko/werkzeug
Project Homepage: http://werkzeug.pocoo.org/ -
PyBitmessage
Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers.
Project Source: https://github.com/Bitmessage/PyBitmessage
Project Homepage: https://bitmessage.org/wiki/Main_Page -
paramiko
paramiko is a module for python 2.6+ that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines.
Project Source: https://github.com/paramiko/paramiko
Project Homepage: http://www.paramiko.org/ -
bunny
Bunny is intended to act as a layer 1/2 technology that attempts to hide its wireless mesh communication traffic.
Project Source: https://github.com/mothran/bunny -
SleekXMPP
SleekXMPP is an Extensible Messaging and Presence Protocol (XMPP) library.
Project Source: https://github.com/fritzy/SleekXMPP
####<- Web Mining:
-
scrapy
Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing.
Project Source: https://github.com/scrapy/scrapy
Project Homepage: http://scrapy.org/ -
Pattern
Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
Project Source: https://github.com/clips/pattern
Project Homepage: http://www.clips.ua.ac.be/pages/pattern -
portia
Portia is a tool for visually scraping web sites without any programming knowledge.
Project Source: https://github.com/scrapinghub/portia -
httpbin
HTTP Request & Response Service, written in Python + Flask.
Project Source: https://github.com/kennethreitz/httpbin
Project Homepage: http://httpbin.org/
-
docopt
Pythonic command line arguments parser, that will make you smile.
Project Source: https://github.com/docopt/docopt
Project Homepage: http://docopt.org/ -
sh
sh is a full-fledged subprocess replacement for Python that allows you to call any program as if it were a function.
Project Source: https://github.com/amoffat/sh
Project Documentation: http://amoffat.github.io/sh/ -
tweepy
An easy-to-use Python library for accessing the Twitter API.
Project Source: https://github.com/tweepy/tweepy
Project Homepage: http://www.tweepy.org/ -
twitter
Python Twitter API.
Project Source: https://github.com/sixohsix/twitter
Project Homepage: http://mike.verdone.ca/twitter/ -
twython
Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.
Project Source: https://github.com/ryanmcgrath/twython
Project Documentation: https://github.com/ryanmcgrath/twython -
facebook-sdk
A set of essential tools for working with Facebook in Python.
Project Source: https://github.com/pythonforfacebook/facebook-sdk
Project Homepage: http://www.pythonforfacebook.com/ -
Django-facebook
Facebook open graph api implementation using the Django web framework in python.
Project Source: https://github.com/tschellenbach/Django-facebook
Project Homepage: http://www.mellowmorning.com/ -
clint
Clint is a module filled with a set of awesome tools for developing command line applications.
Project Source: https://github.com/kennethreitz/clint
Projcet Homepage: https://pypi.python.org/pypi/clint/ -
macropy
MacroPy is an implementation of Syntactic Macros in the Python Programming Language.
Project Source: https://github.com/lihaoyi/macropy -
envoy
A convenience wrapper around the subprocess module.
Project Source: https://github.com/kennethreitz/envoy -
xmltodict
xmltodict is a module that makes working with XML feel like you are working with JSON.
Project Source: https://github.com/martinblech/xmltodict -
click
click is a package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary.
Project Source: https://github.com/mitsuhiko/click
Project Homepage: http://click.pocoo.org/ -
httpie
HTTPie is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible.
Project Source: https://github.com/jakubroztocil/httpie -
sshuttle
Transparent proxy server that works as a poor man's VPN.
Project Source: https://github.com/apenwarr/sshuttle -
huxley
Huxley is a test-like system for catching visual regressions in Web applications. It watches you browse, takes screenshots, and tells you when they change.
Project Source: https://github.com/facebook/huxley -
ngxtop
Real-time metrics for nginx server
Project Source: https://github.com/lebinh/ngxtop -
GateOne
Gate One is an HTML5 web-based terminal emulator and SSH client.
Project Source: https://github.com/liftoff/GateOne
Project Homepage: http://liftoffsoftware.com/Products/GateOne -
powerline Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Project Source: https://github.com/Lokaltog/powerline
Project Documentation: https://powerline.readthedocs.org/en/latest/ -
SublimeCodeIntel
Full-featured code intelligence and smart autocomplete engine
Project Source: https://github.com/SublimeCodeIntel/SublimeCodeIntel
Project Homepage: http://sublimecodeintel.github.io/SublimeCodeIntel/ -
SocketRocket
A conforming Objective-C WebSocket client library.
Project Source: https://github.com/square/SocketRocket -
docopt
Pythonic command line arguments parser, that will make you smile.
Project Source: https://github.com/docopt/docopt
Project Homepage: http://docopt.org/ -
glue
Glue is a simple command line tool to generate sprites.
Project Source: https://github.com/jorgebastida/glue
Project Documentation: http://glue.readthedocs.org/en/latest/ -
autojump
A faster way to navigate your filesystem.
Project Source: https://github.com/joelthelion/autojump -
bup
Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication.
Project Source: https://github.com/bup/bup -
storm
Manage your SSH like a boss.
Project Source: https://github.com/emre/storm
Project Documentation: http://stormssh.readthedocs.org/en/master/ -
jinja2
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.
Project Source: https://github.com/mitsuhiko/jinja2
Project Homepage: http://jinja.pocoo.org/ -
q
q allows direct SQL-like queries on CSVs/TSVs (and any other tabular text files), including joins and any other SQL construct, and supports automatic detection of column types and names.
Project Source: https://github.com/harelba/q -
thumbor
thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images.
Project Source: https://github.com/thumbor/thumbor
Project Homepage: https://github.com/thumbor/thumbor/wiki -
sparkup
Sparkup lets you write HTML code faster. You can write HTML in a CSS-like syntax, and have Sparkup handle the expansion to full HTML code.
Project Source: https://github.com/rstacruz/sparkup
Online Demo Address: https://github.com/rstacruz/sparkup -
arrow
Arrow is a Python library that offers a sensible, human-friendly approach to creating, manipulating, formatting and converting dates, times, and timestamps.
Project Source: https://github.com/crsmithdev/arrow
Project Homepage: http://crsmithdev.com/arrow/ -
logster
Logster is a utility for reading log files and generating metrics in Graphite or Ganglia or Amazon CloudWatch.
Project Source: https://github.com/etsy/logster -
LANs.py
Automatically find the most active WLAN users then spy on one of them and/or inject arbitrary HTML/JS into pages they visit
Project Source: https://github.com/DanMcInerney/LANs.py -
beeswithmachineguns
A utility for arming many bees to attack targets (web applications).
Project Source: https://github.com/newsapps/beeswithmachineguns -
powerline-shell
A Powerline like prompt for Bash, ZSH and Fish.
Project Source: https://github.com/milkbikis/powerline-shell -
jedi
Jedi is an autocompletion tool for Python that can be used in IDEs/editors. Jedi works. Jedi is fast.
Project Source: https://github.com/davidhalter/jedi
Project Documentation: http://jedi.jedidjah.ch/en/latest/ -
fuzzywuzzy
Fuzzy string matching like a boss.
Project Source: https://github.com/seatgeek/fuzzywuzzy -
fuckitpy
FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not.
Project Source: https://github.com/ajalt/fuckitpy -
yowsup
The open source cross platform Whatsapp library powering Wazapp.
Project Source: https://github.com/tgalal/yowsup -
gmvault
Gmvault is a tool for backing up your gmail account and never lose email correspondence.
Project Source: https://github.com/gaubert/gmvault
Project Website: http://gmvault.org/ -
mackup
Keep your application settings in sync.
Project Source: https://github.com/lra/mackup
Project Documentation: https://github.com/lra/mackup/tree/master/doc -
cheat
cheat allows you to create and view interactive cheatsheets on the command-line.
Project Source: https://github.com/chrisallenlane/cheat -
virtualenv
virtualenv is a tool to create isolated Python environments.
Project Source: https://github.com/pypa/virtualenv
Project Documentation: https://virtualenv.pypa.io/en/latest/virtualenv.html#installation -
python-docx
Reads, queries and modifies Microsoft Word 2007/2008 docx files.
Project Source: https://github.com/mikemaccana/python-docx -
webkit2png
webkit2png is a command line tool that creates screenshots of webpages.
Project Source: https://github.com/paulhammond/webkit2png
Project Homepage: http://www.paulhammond.org/webkit2png/ -
tqdm
Instantly make your loops show a progress meter.
Project Source: https://github.com/noamraph/tqdm -
CommonRegex
A collection of common regular expressions bundled with an easy to use interface.
Project Source: https://github.com/madisonmay/CommonRegex -
A command-line utility that creates projects from cookiecutters (project templates).
Project Source: https://github.com/audreyr/cookiecutter
Project Documentation: http://cookiecutter.readthedocs.org/en/latest/ -
jasper-client
Client code for the Jasper voice computing platform. Jasper is an open source platform for developing always-on, voice-controlled applications.
Project Source: https://github.com/jasperproject/jasper-client
Project Homepage: http://jasperproject.github.io/ -
baseimage-docker
A minimal Ubuntu base image modified for Docker-friendliness.
Project Source: https://github.com/phusion/baseimage-docker
Project Homepage: http://phusion.github.io/baseimage-docker/ -
pip-tools
A set of tools to keep your pinned Python dependencies fresh.
Project Source: https://github.com/nvie/pip-tools -
autopep8
autopep8 automatically formats Python code to conform to the PEP 8 style guide.
Project Source: https://github.com/hhatto/autopep8
Project Homepage: https://pypi.python.org/pypi/autopep8/ -
html2text
Convert HTML to Markdown-formatted text.
Project Source: https://github.com/aaronsw/html2text
Project Homepage: http://www.aaronsw.com/2002/html2text/ -
Wikipedia
A Pythonic wrapper for the Wikipedia API.
Project Source: https://github.com/goldsmith/Wikipedia
Project Homepage: https://wikipedia.readthedocs.org/en/latest/ -
leapcast
ChromeCast emulation app for any device
Project Source: https://github.com/dz0ny/leapcast -
rumps
Ridiculously Uncomplicated Mac os x Python Statusbar apps.
Project Source: https://github.com/jaredks/rumps -
colout
colout is a simple command to add colors to a text stream in your terminal.
Project Source: https://github.com/nojhan/colout Project Homepage: http://nojhan.github.io/colout/ -
pep8
Simple Python style checker in one Python file
Project Source: https://github.com/jcrocholl/pep8
Project Documentation: http://pep8.readthedocs.org/en/latest/ -
raven-python
Raven is a Python client for Sentry.
Project Source: https://github.com/getsentry/raven-python
Project Documentation: http://raven.readthedocs.org/en/latest/ -
mongol
A simple python tool to pinpoint the IP addresses of machines working for the Great Firewall of China.
Project Source: https://github.com/mothran/mongol -
SpoofMAC
Project Source: https://github.com/feross/SpoofMAC
Project Homepage: http://feross.org/spoofmac/ -
xhtml2pdf
HTML/CSS to PDF converter based on Python
Project Source: https://github.com/chrisglass/xhtml2pdf
Project Homepage: http://www.xhtml2pdf.com/ -
funcy
A collection of fancy functional tools focused on practicality.
Project Source: https://github.com/Suor/funcy
Project Documentation: https://github.com/Suor/funcy -
bleach
An easy, HTML5, whitelisting HTML sanitizer.
Project Source: https://github.com/jsocol/bleach
Project Documentation: https://github.com/jsocol/bleach -
pystache
Pystache is a Python implementation of Mustache. Mustache is a framework-agnostic, logic-free templating system inspired by ctemplate and et.
Project Source: https://github.com/defunkt/pystache
Project Homepage: http://mustache.github.com/ -
pidcat
Colored logcat script which only shows log entries for a specific application package.
Project Source: https://github.com/JakeWharton/pidcat -
dropship
Instantly transfer files between Dropbox accounts using only their hashes.
Project Source: https://github.com/driverdan/dropship -
livestreamer
https://github.com/chrippa/livestreamer
Project Source: https://github.com/chrippa/livestreamer
Project Homepage: http://livestreamer.tanuki.se/en/latest/ -
HTTPretty
HTTP client mocking tool for Python, it's like ruby's FakeWeb for python.
Project Source: https://github.com/gabrielfalcao/HTTPretty
Project Homepage: http://falcao.it/HTTPretty/ -
node-gyp
node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js.
Project Source: https://github.com/TooTallNate/node-gyp -
everpad
Evernote client well integrated with linux desktop.
Project Source: https://github.com/nvbn/everpad -
redo
redo is a competitor to the long-lived, but sadly imperfect, make program.
Project Source: https://github.com/apenwarr/redo
-
nova
OpenStack Nova provides a cloud computing fabric controller, supporting a wide variety of virtualization technologies, including KVM, Xen, LXC, VMware, and more.
Project Source: https://github.com/openstack/nova
Project Homepage: http://www.openstack.org/ -
boto
Boto is a Python package that provides interfaces to Amazon Web Services.
Project Source: https://github.com/boto/boto
Project Documentation: http://docs.pythonboto.org/en/latest/ -
aws-cli
Universal Command Line Interface for Amazon Web Services
Project Source: https://github.com/aws/aws-cli -
mrjob
Run MapReduce jobs on Hadoop or Amazon Web Services.
Project Source: https://github.com/Yelp/mrjob
Project Documentation: https://pythonhosted.org/mrjob/ -
s3cmd
Command line tool for managing Amazon S3 and CloudFront services.
Project Source: https://github.com/s3tools/s3cmd
Project Homepage: http://s3tools.org/s3cmd -
dumbo
Python module that allows one to easily write and run Hadoop programs.
Project Source: https://github.com/klbostee/dumbo
Project Homepage: http://klbostee.github.io/dumbo/ -
dpark
DPark is a Python clone of Spark, MapReduce alike computing framework supporting iterative computation.
Project Source: https://github.com/douban/dpark
Project Documentation (Chinese): https://github.com/jackfengji/test_pro/wiki -
Hue
Hue is an open source Web UI for doing big data with Hadoop.
Project Source: https://github.com/cloudera/hue
Project Homepage: http://gethue.com/
####<- Authentication:
-
python-oauth2
A fully tested, abstract interface to creating OAuth clients and servers.
Project Source: https://github.com/simplegeo/python-oauth2 -
rauth
A simple Python OAuth 1.0/a, OAuth 2.0, and Ofly consumer library built on top of Requests.
Project Source: https://github.com/litl/rauth
Project Homepage: https://rauth.readthedocs.org/en/latest/ -
django-social-auth
Django Social Auth is an easy way to setup social authentication/authorization mechanism for Django projects.
Project Source: https://github.com/omab/django-social-auth
Project Documentation: http://django-social-auth.readthedocs.org/en/latest/ -
django-allauth
ntegrated set of Django applications addressing authentication, registration, account management as well as 3rd party account authentication.
Project Source: https://github.com/pennersr/django-allauth
Project Homepage: http://www.intenct.nl/projects/django-allauth/ -
python-social-auth
Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.
Project Source: https://github.com/omab/python-social-auth
Project Homepage: http://psa.matiasaguirre.net/
####<- Package Manager:
-
pip
A tool for installing Python packages.
Project Source: https://github.com/pypa/pip
Project Documentation: https://pip.pypa.io/en/latest/ -
sublime_package_control
A Sublime Text 2/3 package manager for easily discovering, installing, upgrading and removing packages.
Project Source: https://github.com/wbond/sublime_package_control
Project Homepage: https://sublime.wbond.net/ -
package_control_channel
Default channel file for Package Control.
Project Source: https://github.com/wbond/package_control_channel
Project Homepage: https://sublime.wbond.net/docs/developers
-
python_koans
Python Koans is a port of ¡°Ruby Koans¡± it is an interactive tutorial for learning Python by practicing TDD and making tests pass.
Project Source: https://github.com/gregmalcolm/python_koans
Online Demo Address: http://www.youtube.com/watch?v=e2WXgXEjbHY&list=PL5Up_u-XkWgNcunP_UrTJG_3EXgbK2BQJ&index=1 -
sqlmap
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.
Project Source: https://github.com/sqlmapproject/sqlmap
Project Homepage: http://sqlmap.org/ -
speedtest-cli
Command line interface for testing internet bandwidth using speedtest.net.
Project Source: https://github.com/sivel/speedtest-cli -
buildbot
Python-based continuous integration testing framework
Project Source: https://github.com/buildbot/buildbot
Project Homepage: http://buildbot.net/
####<- Debugging:
-
django-debug-toolbar
The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content.
Project Source: https://github.com/django-debug-toolbar/django-debug-toolbar
Project Documentation: http://django-debug-toolbar.readthedocs.org/en/1.2/ -
chisel
Chisel is a collection of LLDB commands to assist in the debugging of iOS apps.
Project Source: https://github.com/facebook/chisel -
SublimeWebInspector
Web Inspector allow you debug Javascript right in the editor.
Project Source: https://github.com/sokolovstas/SublimeWebInspector
Project Homepage: http://sokolovstas.github.io/SublimeWebInspector/
####<- Concurrency:
- gevent
gevent is a coroutine-based Python networking library.
Project Source: https://github.com/surfly/gevent
Project Homepage: http://www.gevent.org/
####<- Job Scheduler:
-
rq
RQ is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry.
Project Source: https://github.com/nvie/rq
Project Homepage: http://python-rq.org/ -
luigi
Luigi is a package that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization, handling failures, command line integration, and much more.
Project Source: https://github.com/spotify/luigi
Prject Documentation: http://luigi.readthedocs.org/en/latest/api/luigi.html -
celery
Task queues are used as a mechanism to distribute work across threads or machines.
Project Source: https://github.com/celery/celery
Project Homepage: http://www.celeryproject.org/
####<- Data Processing
-
pandas
pandas is a package providing fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python.
Project Source: https://github.com/pydata/pandas
Project Homepage: http://pandas.pydata.org/ -
Faker
Faker is a package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.
Project Source: https://github.com/joke2k/faker
Project Documentation: http://fake-factory.readthedocs.org/en/latest/ -
tablib
Tablib is a format-agnostic tabular dataset library, written in Python.
Project Source: https://github.com/kennethreitz/tablib
Project Documentation: http://docs.python-tablib.org/en/latest/ -
TextBlob
TextBlob is a Python library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more.
Project Source: https://github.com/sloria/TextBlob
Project Homepage: http://textblob.readthedocs.org/en/dev/ -
jieba
Chinese text segmentation.
Project Source: https://github.com/fxsjy/jieba
Online Demo Address: http://jiebademo.ap01.aws.af.cm/ -
nltk
NLTK is a suite of open source Python modules, data sets and tutorials supporting research and development in Natural Language Processing.
Project Source: https://github.com/nltk/nltk
Project Homepage: http://www.nltk.org/ -
newspaper
News extraction, article extraction and content curation in python.
Project Source: https://github.com/codelucas/newspaper
Project Homepage: http://newspaper.readthedocs.org/en/latest/ -
Pillow
Python Imaging Library.
Project Source: https://github.com/python-imaging/Pillow
Project Homepage: http://python-imaging.github.io/ -
gensim
Gensim is a Python library for topic modelling, document indexing and similarity retrieval with large corpora.
Project Source: https://github.com/piskvorky/gensim
Project Homepage: http://radimrehurek.com/gensim/
-
ipython
IPython provides a rich architecture for interactive computing.
Project Source: https://github.com/ipython/ipython
Project Homepage: http://ipython.org/ -
nupic
NuPIC is a library that provides the building blocks for online prediction and anomaly detection systems.
Project Source: https://github.com/numenta/nupic
Project Homepage: http://numenta.org/ -
sympy
A Python library for symbolic mathematics.
Project Source: https://github.com/sympy/sympy
Project Homepage: http://sympy.org/en/index.html -
scipy
SciPy is open-source software for mathematics, science, and engineering.
Project Source: https://github.com/scipy/scipy
Project Homepage: http://scipy.org/ -
SimpleCV
SimpleCV is a framework for Open Source Machine Vision, using OpenCV and the Python programming language.
Project Source: https://github.com/sightmachine/SimpleCV
Project Homepage: http://simplecv.org/ -
hebel
Hebel is a library for deep learning with neural networks in Python using GPU acceleration with CUDA through PyCUDA.
Project Source: https://github.com/hannes-brt/hebel
Project Documentation: http://hebel.readthedocs.org/en/latest/ -
networkx
NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
Project Source: https://github.com/networkx/networkx
Project Homepage: http://networkx.github.io/ -
pybrain
The Python Machine Learning Library.
Project Source: https://github.com/pybrain/pybrain -
pylearn2
Pylearn2 is a library designed to make machine learning research easy.
Project Source: https://github.com/lisa-lab/pylearn2
Project Documentation: http://deeplearning.net/software/pylearn2/ -
blaze
Blaze is NumPy and Pandas for Big Data.
Project Source: https://github.com/ContinuumIO/blaze
Project Homepage: http://blaze.pydata.org/ -
pymc
PyMC is a python module for Bayesian statistical modeling and model fitting which focuses on advanced Markov chain Monte Carlo fitting algorithms.
Project Source: https://github.com/pymc-devs/pymc/tree/master
Project Documentation: http://pymc-devs.github.io/pymc/
####<- Visualization:
-
matplotlib
matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.
Project Source: https://github.com/matplotlib/matplotlib
Project Homepage: http://matplotlib.org/ -
vincent
Python to vega translator, built for making visualizations with D3.js.
Project Source: https://github.com/wrobstory/vincent
Project Documentation: https://vincent.readthedocs.org/en/latest/ -
d3py
A plottling library for python, based on D3.
Project Source: https://github.com/mikedewar/d3py -
seaborn
Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics.
Project Source: https://github.com/mwaskom/seaborn
Project Homepage: http://stanford.edu/~mwaskom/software/seaborn/
####<- Editor and Editor Enhancements:
-
GitGutter
A sublime text 2/3 plugin to show an icon in the gutter area indicating whether a line has been inserted, modified or deleted.
Project Source: https://github.com/jisaacks/GitGutter
Porject Homepage: http://www.jisaacks.com/gitgutter -
python-mode
Python-mode is a vim plugin that helps you to create python code very quickly.
Project Source: https://github.com/klen/python-mode#requirements -
sublime-text-git
Plugin for some git integration into sublime text
Project Source: https://github.com/kemayo/sublime-text-git
Project Homepage: https://github.com/kemayo/sublime-text-git/wiki -
PlainTasks
An opinionated todo-list plugin for Sublime Text editor.
Project Source: https://github.com/aziz/PlainTasks
Online Demo Address: http://courses.tutsplus.com/courses/perfect-workflow-in-sublime-text-2 -
sublime-jsdocs
DocBlockr is a package for Sublime Text which makes writing documentation a breeze.
Project Source: https://github.com/spadgos/sublime-jsdocs -
gmate
Set of plugins and improvements to make Gedit a powerfull programmer text editor.
Project Source: https://github.com/gmate/gmate -
sublimetext-markdown-preview
Preview and build your markdown files quickly in your web browser from sublime text.
Project Source: https://github.com/revolunet/sublimetext-markdown-preview -
SideBarEnhancements
Enhancements to Sublime Text sidebar. Files and folders.
Project Source: https://github.com/titoBouzout/SideBarEnhancements -
SublimeREPL
Run an interpreter inside Sublime Text 2.
Project Source: https://github.com/wuub/SublimeREPL
Project Documentation: http://sublimerepl.readthedocs.org/en/latest/ -
clang_complete
Vim plugin that use clang for completing C/C++ code.
Project Source: https://github.com/Rip-Rip/clang_complete
Project Homepage: http://www.vim.org/scripts/script.php?script_id=3302 -
BracketHighlighter
Bracket and tag highlighter for Sublime Text
Project Source: https://github.com/facelessuser/BracketHighlighter -
ultisnips
UltiSnips is the ultimate solution for snippets in Vim. It has tons of features and is very fast.
Project Source: https://github.com/SirVer/ultisnips -
actualvim
Sublime Text input mode powered by Vim itself.
Project Source: https://github.com/lunixbochs/actualvim -
MarkdownEditing
Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
Proejct Source: https://github.com/SublimeText-Markdown/MarkdownEditing -
AngularJS-sublime-package
AngularJS code completion, snippets, go to definition, quick panel search, and more.
Project Source: https://github.com/angular-ui/AngularJS-sublime-package
-
ansible
Ansible is a radically simple configuration-management, application deployment, task-execution, and multinode orchestration engine.
Project Source: https://github.com/ansible/ansible
Project Homepage: http://www.ansible.com/home -
sentry
Sentry is a realtime event logging and aggregation platform. It specializes in monitoring errors and extracting all the information needed to do a proper post-mortem without any of the hassle of the standard user feedback loop.
Project Source: https://github.com/getsentry/sentry
Project Homepage: https://getsentry.com/welcome/ -
salt
Salt is a new approach to infrastructure management. Easy enough to get running in minutes, scalable enough to manage tens of thousands of servers, and fast enough to communicate with them in seconds.
Project Source: https://github.com/saltstack/salt
Project Homepage: http://www.saltstack.com/ -
fabric
Fabric is a library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.
Project Source: https://github.com/fabric/fabric
Project Homepage: http://www.fabfile.org/ -
Glances
Glances is a cross-platform curses-based monitoring tool written in Python.
Project Source: https://github.com/nicolargo/glances
Project Homepage: http://nicolargo.github.io/glances/ -
Watchdog
Python library and shell utilities to monitor filesystem events.
Project Source: https://github.com/gorakhargosh/watchdog
Project Homepage: https://pythonhosted.org/watchdog/ -
iOS-Universal-Framework
An XCode project template to build universal (arm6, arm7, and simulator) frameworks for iOS.
Project Source: https://github.com/kstenerud/iOS-Universal-Framework -
murder
Murder is a method of using Bittorrent to distribute files to a large amount of servers within a production environment.
Project Source: https://github.com/lg/murder
Online Demo Address: http://vimeo.com/11280885 -
fig
fig is a Fast, isolated development environments using Docker.
Project Source: https://github.com/orchardup/fig
Project Homepage: http://orchardup.github.io/fig/ -
pinax
Pinax is an open-source platform built on the Django Web Framework. By integrating numerous reusable Django apps and providing starter projects and infrastructure tools, Pinax takes care of the things that many sites have in common so you can focus on what makes your site different.
Project Source: https://github.com/pinax/pinax
Project Homepage: http://pinaxproject.com/ -
shipyard
shipyard shows you which docker instances are running on a given machine. It also allows you delete and create new instances and much more.
Project Source: https://github.com/shipyard/shipyard
Project Homepage: http://shipyard-project.com/ -
kivy
Kivy is a Python framework for the development of multi-touch enabled media rich applications.
Project Source: https://github.com/kivy/kivy
Projecy Homepage: http://kivy.org/ -
deis
Deis is an open source PaaS that makes it easy to deploy and manage applications on your own servers.
Projecy Source: https://github.com/deis/deis
Project Homepage: http://deis.io/ -
blueprint
Blueprint is a simple configuration management tool that reverse-engineers servers. It figures out what you've done manually, stores it locally in a Git repository, generates code that's able to recreate your efforts, and helps you deploy those changes to production.
Project Source: https://github.com/devstructure/blueprint
Project Homepage: http://devstructure.com/blueprint/ -
treeio
Tree.io is a powerful business management platform with tons of great features including integrated Project Management, Help Desk (support ticketing) and CRM modules.
Project Source: https://github.com/treeio/treeio
Project Homepage: http://www.tree.io/ -
ajenti
Ajenti is a Linux & BSD web admin panel.
Project Source: https://github.com/Eugeny/ajenti
Project Homepage: http://ajenti.org/ -
appscale
AppScale is a platform that allows users to deploy and host their own Google App Engine applications.
Project Source: https://github.com/AppScale/appscale
Project Homepage: http://www.appscale.com/ -
selfspy
Selfspy is a daemon for Unix/X11, Mac OS X and Windows, that continuously monitors and stores what you are doing on your computer.
Project Source: https://github.com/gurgeh/selfspy -
cuisine
Cuisine is a small set of functions that sit on top of Fabric, to abstract common administration operations.
Project Source: https://github.com/sebastien/cuisine -
psdash
psdash is a system information web dashboard for linux using data mainly served by psutil.
Project Source: https://github.com/Jahaja/psdash -
supervisor
Supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems.
Project Source: https://github.com/Supervisor/supervisor
Project Documentation: http://supervisord.org/ -
skyline
Skyline is a real-time anomaly detection system, built to enable passive monitoring of hundreds of thousands of metrics.
Project Source: https://github.com/etsy/skyline
Project Homepage: https://github.com/etsy/skyline/wiki -
amonone
Modern self-hosted server monitoring.
Project Source: https://github.com/martinrusev/amonone
Project Homepage: http://martinrusev.github.io/amonone/ -
stashboard
Stashboard was written by Twilio to provide status information on our phone, SMS, and Communication APIs.
Project Source: https://github.com/twilio/stashboard
Project Homepage: http://stashboard.org/ -
Diamond
Diamond is a python daemon that collects system metrics and publishes them to Graphite or one of many other supported stats dashboards/collectors.
Project Source: https://github.com/BrightcoveOS/Diamond -
lettuce
Lettuce is a Behavior-Driven Development tool.
Project Source: https://github.com/gabrielfalcao/lettuce
Project Homepage: http://lettuce.it/ -
docker-registry
Registry server for Docker.
Project Source: https://github.com/dotcloud/docker-registry -
graph-explorer
A highly interactive dashboard to satisfy varying ad-hoc information needs across a multitude of metrics in a very powerful way.
Project Source: https://github.com/vimeo/graph-explorer
Project Homepage: http://vimeo.github.io/graph-explorer/ -
flower
Flower is a web based tool for monitoring and administrating Celery clusters.
Project Source: https://github.com/mher/flower
Project Documentation: http://flower.readthedocs.org/en/latest/ -
pyinotify
Monitoring filesystems events with inotify on Linux.
Project Source: https://github.com/seb-m/pyinotify
Project Homepage: https://github.com/seb-m/pyinotify/wiki -
circus
Circus is a program that runs and watches processes and sockets. Circus can be used as a library or through the command line.
Project Source: https://github.com/mozilla-services/circus
Project Documentation: http://circus.readthedocs.org/en/latest/ -
cobbler
Cobbler is a Linux installation server that allows for rapid setup of network installation environments.
Project Source: https://github.com/cobbler/cobbler
Project Webpage: http://www.cobblerd.org/ -
dpxdt
Make continuous deployment safe by comparing before and after webpage screenshots for each release.
Project Source: https://github.com/bslatkin/dpxdt
Project Homepage: https://dpxdt-test.appspot.com/ -
scales
Tracks server state and statistics, allowing you to see what your server is doing.
Project Source: https://github.com/Cue/scales
- Iconic
A minimal set of icons in raster, vector and font formats
Project Source: https://github.com/somerandomdude/Iconic
Project Homepage: https://useiconic.com/open/
-
legit
Legit is a complementary command-line interface for Git, optimized for workflow simplicity.
Project Source: https://github.com/kennethreitz/legit
Project Homepage: http://www.git-legit.org/ -
git-imerge
Incremental merge for git.
Project Source: https://github.com/mhagger/git-imerge
- quietnet
Simple chat program using near ultrasonic frequencies. Works without Wifi or Bluetooth and won't show up in a pcap.
Project Source: https://github.com/Katee/quietnet
-
Mailpile
Mailpile is a modern, fast web-mail client with user-friendly encryption and privacy features.
Project Source: https://github.com/pagekite/Mailpile
Project Homepage: https://www.mailpile.is/ -
kite
Kite is a webmail designed to look a lot like gmail and to be easily deployable on a single server.
Project Source: https://github.com/khamidou/kite
Project Homepage: http://kiteapp.io/ -
inbox.py
Python SMTP Server for Humans.
Project Source: https://github.com/kennethreitz/inbox.py
Project Documentation: https://pypi.python.org/pypi/inbox/ -
gmail
A Pythonic interface to Google's GMail, with all the tools you'll need.
Project Source: https://github.com/charlierguo/gmail
-
headphones
Automatic music downloader for SABnzbd.
Project Source: https://github.com/rembo10/headphones -
Unofficial-Google-Music-API
A client library for an unofficial Google Music api.
Project Source: https://github.com/simon-weber/Unofficial-Google-Music-API
Project Documentation: http://unofficial-google-music-api.readthedocs.org/en/latest/ -
mopidy
Mopidy is a music server which can play music both from multiple sources, like your local hard drive, radio streams, and from Spotify and SoundCloud.
Project Source: https://github.com/mopidy/mopidy
Project Homepage: http://www.mopidy.com/
-
youtube-dl
Download videos from youtube.com or other video platforms.
Project Source: https://github.com/rg3/youtube-dl
Project Homepage: http://rg3.github.io/youtube-dl/ -
Sick-Beard
PVR & episode guide that downloads and manages all your TV shows.
Project Source: https://github.com/midgetspy/Sick-Beard
Project Homepage: https://code.google.com/p/sickbeard/ -
moviepy MoviePy is a Python module for script-based movie editing.
Project Source: https://github.com/Zulko/moviepy
Project Homepage: http://zulko.github.io/moviepy/ -
coursera
Script for downloading Coursera.org videos and naming them.
Project Source: https://github.com/coursera-dl/coursera -
CouchPotatoServer
CouchPotato is an automatic NZB and torrent downloader.
Project Source: https://github.com/RuudBurger/CouchPotatoServer
Project Homepage: https://couchpota.to/ -
xunlei-lixian
xunlei offline download script.
Project Source: https://github.com/iambus/xunlei-lixian
####<- DataBase and Related Tools:
-
redis-py
The Python interface to the Redis key-value store.
Project Source: https://github.com/andymccurdy/redis-py -
mongo-python-driver
The PyMongo distribution contains tools for interacting with MongoDB database from Python.
Project Source: https://github.com/mongodb/mongo-python-driver
Project Homepage: http://api.mongodb.org/python/ -
sandman
Sandman frees the data in your existing database. Search and edit your data right in your browser using Sandman's beautiful admin interface.
Project Source: https://github.com/jeffknupp/sandman Project Homepage: http://www.sandman.io/ -
peewee
A small, expressive orm -- supports postgresql, mysql and sqlite.
Project Source: https://github.com/coleifer/peewee
Project Documentation: http://peewee.readthedocs.org/en/latest/ -
dataset
Easy-to-use data handling for SQL data stores in Python with support for implicit table creation, bulk loading, and transaction.
Project Source: https://github.com/pudo/dataset
Project Homepage: https://dataset.readthedocs.org/en/latest/ -
redis-rdb-tools
Rdbtools is a parser for Redis' dump.rdb files. The parser generates events similar to an xml sax parser, and is very efficient memory wise.
Proejct Source: https://github.com/sripathikrishnan/redis-rdb-tools -
swift
A distributed object storage system designed to scale from a single machine to thousands of servers.
Project Source: https://github.com/openstack/swift
Project Homepage: http://openstack.org/ -
BayesDB
A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
Project Source: https://github.com/mit-probabilistic-computing-project/BayesDB
Project Homepage: http://probcomp.csail.mit.edu/bayesdb/
-
python-guide
This guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.
Project Source: https://github.com/kennethreitz/python-guide
Project Homepage: http://docs.python-guide.org/en/latest/ -
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view.
Project Source: https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
Project Homepage: http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/ -
nginx-book
The Nginx development from entry to the master
Project Source: https://github.com/taobao/nginx-book
Online Book (Chinese): http://tengine.taobao.org/book/index.html -
djangobook.com
The Django Book.
Project Source: https://github.com/jacobian/djangobook.com
Project Homepage: http://www.djangobook.com/ -
BuildingMachineLearningSystemsWithPython
Source Code for the book Machine Learning Systems with Python
Project Source: https://github.com/luispedro/BuildingMachineLearningSystemsWithPython
-
pelican
Static site generator that supports Markdown and reST syntax.
Project Source: https://github.com/getpelican/pelican
Project Homepage: http://blog.getpelican.com/ -
cactus
Cactus is a simple but powerful static website generator using Python and the Django template system.
Project Source: https://github.com/koenbok/Cactus
Online Demo Address: http://vimeo.com/46999791 -
hyde
A Python Static Website Generator.
Project Source: https://github.com/hyde/hyde.
Project Homepage: http://hyde.github.io/
####<- Content Management System:
-
django-cms
Open source enterprise content management system based on the django framework.
Project Source: https://github.com/divio/django-cms
Project Homepage: https://www.django-cms.org/en/ -
django-blog-zinnia
Simple yet powerful and really extendable application for managing a blog within your Django Web site.
Project Source: https://github.com/Fantomas42/django-blog-zinnia -
wagtail
A new Django content management system
Proeject Source: https://github.com/torchbox/wagtail
Project Homepage: http://wagtail.io/ -
mezzanine
Mezzanine is a powerful, consistent, and flexible content management platform.
Project Source: https://github.com/stephenmcd/mezzanine
Project Homepage: http://mezzanine.jupo.org/ -
v2ex
Project Babel 2 is an open source software package for creating and supporting communities.
Project Source: https://github.com/livid/v2ex
####<- Cool Application:
-
webcam-pulse-detector
A application that detects and highlights the heart-rate of an individual (using only their own webcam) in real-time.
Project Source: https://github.com/thearn/webcam-pulse-detector -
zipline
Zipline is a Pythonic algorithmic trading library. The system is fundamentally event-driven and a close approximation of how live-trading systems operate.
Project Source: https://github.com/quantopian/zipline -
beets
Beets is the media library management system for obsessive-compulsive music geeks.
Project Source: https://github.com/sampsyo/beets
Projcet Homepage: http://beets.radbox.org/ -
howdoi
Instant coding answers via the command line.
Project Source: https://github.com/gleitz/howdoi -
pyapns
A universal Apple Push Notification Service (APNS) provider.
Project Source: https://github.com/samuraisam/pyapns -
edx-platform
The edX learning management system (LMS) and course authoring tool.
Project Source: https://github.com/edx/edx-platform
Project Homepage: http://code.edx.org/ -
wifijammer
Continuously jam all wifi clients and access points within range.
Project Source: https://github.com/DanMcInerney/wifijammer -
django-shop
A Django based shop system.
Project Source: https://github.com/divio/django-shop
Project Homepage: https://www.django-cms.org/en/ -
gitfiti
Abusing github commit history for the lulz.
Project Source: https://github.com/gelstudios/gitfiti -
osrc
The Open Source Report Card.
Project Source: https://github.com/dfm/osrc
Project Homepage: http://osrc.dfm.io/ -
merchant
A Django app to accept payments from various payment processors via Pluggable backends.
Project Source: https://github.com/agiliq/merchant
Project Homepage: https://django-merchant.readthedocs.org/en/latest/ -
bitcoin-arbitrage
It gets order books from supported exchanges and calculate arbitrage opportunities between each markets. It takes market depth into account.
Project Source: https://github.com/maxme/bitcoin-arbitrage
-
Minecraft
Simple Minecraft-inspired demo written in Python and Pyglet.
Project Source: https://github.com/fogleman/Minecraft
Online Demo Address: http://www.youtube.com/watch?v=kC3lwK631X8 -
Mario-Level-1
The first level of Super Mario Bros made with Python and Pygame.
Project Source: https://github.com/justinmeister/Mario-Level-1
Online Video Address: http://www.youtube.com/watch?v=HBbzYKMfx5Y
####<- Web Site Source:
-
reddit
The code that powers reddit.com.
Project Source: https://github.com/reddit/reddit
Project Homepage: http://www.reddit.com/r/redditdev -
readthedocs.org The source code to readthedocs.org.
Project Source: https://github.com/rtfd/readthedocs.org
Project Homepage: https://readthedocs.org/ -
pinry
The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format.
Project Source: https://github.com/pinry/pinry
Project Homepage: http://getpinry.com/
-
python-patterns
A collection of design patterns and idioms in Python.
Project Source: https://github.com/faif/python-patterns -
numba
Numba is an Open Source NumPy-aware optimizing compiler for Python. It uses the remarkable LLVM compiler infrastructure to compile Python syntax to machine code.
Project Source: https://github.com/numba/numba
Project Homepage: http://numba.pydata.org/ -
fn.py
Functional programming in Python.
Project Source: https://github.com/kachayev/fn.py -
anim_encoder
anim_encoder creates small JavaScript+HTML animations from a series on PNG images.
Project Source: https://github.com/sublimehq/anim_encoder -
Topaz
Topaz is an implementation of the Ruby programming language, written in Python, using the RPython VM toolchain.
Project Source: https://github.com/topazproject/topaz
Project Documentation: http://topazruby.com/ -
cython
Cython s a language that makes writing C extensions for the Python language as easy as Python itself.
Project Source: https://github.com/cython/cython
Project Homepage: http://cython.org/
1.clojure-py
A implementation of Clojure in pure dynamic Python.
Project Source: https://github.com/halgari/clojure-py