Skip to content

richeek45/python-github-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*Top Python Repositories Collection and Classification

####<- Web Framework and Related Tool:

  1. 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/

  2. 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/

  3. 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/

  4. 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/

  5. 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/

  6. django-haystack
    Haystack provides modular search for Django.
    Project Source: https://github.com/toastdriven/django-haystack
    Project Homepage: http://haystacksearch.org/

  7. 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/

  8. 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/

  9. 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/

  10. 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/

  11. 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/

  12. 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/

  13. 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/

  14. 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/

  15. django-devserver
    A drop in replacement for Django's built-in runserver command.
    Project Source: https://github.com/dcramer/django-devserver

  16. 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/

  17. Thumbnails for Django
    Thumbnails for Django.
    Project Source: https://github.com/mariocesar/sorl-thumbnail
    Project Documentation: http://sorl-thumbnail.readthedocs.org/en/latest/

  18. 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/

  19. 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/

  20. 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/

  21. 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/

  22. 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/

  23. 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

  24. 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/

####<- Network:

  1. 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/

  2. 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/

  3. 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/

  4. 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

  5. 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/

  6. 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

  7. 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/

  8. 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

  9. SleekXMPP
    SleekXMPP is an Extensible Messaging and Presence Protocol (XMPP) library.
    Project Source: https://github.com/fritzy/SleekXMPP

####<- Web Mining:

  1. 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/

  2. 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

  3. portia
    Portia is a tool for visually scraping web sites without any programming knowledge.
    Project Source: https://github.com/scrapinghub/portia

  4. httpbin
    HTTP Request & Response Service, written in Python + Flask.
    Project Source: https://github.com/kennethreitz/httpbin
    Project Homepage: http://httpbin.org/

####<- Tool:

  1. docopt
    Pythonic command line arguments parser, that will make you smile.
    Project Source: https://github.com/docopt/docopt
    Project Homepage: http://docopt.org/

  2. 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/

  3. 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/

  4. twitter
    Python Twitter API.
    Project Source: https://github.com/sixohsix/twitter
    Project Homepage: http://mike.verdone.ca/twitter/

  5. 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

  6. 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/

  7. 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/

  8. 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/

  9. macropy
    MacroPy is an implementation of Syntactic Macros in the Python Programming Language.
    Project Source: https://github.com/lihaoyi/macropy

  10. envoy
    A convenience wrapper around the subprocess module.
    Project Source: https://github.com/kennethreitz/envoy

  11. xmltodict
    xmltodict is a module that makes working with XML feel like you are working with JSON.
    Project Source: https://github.com/martinblech/xmltodict

  12. 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/

  13. 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

  14. sshuttle
    Transparent proxy server that works as a poor man's VPN.
    Project Source: https://github.com/apenwarr/sshuttle

  15. 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

  16. ngxtop
    Real-time metrics for nginx server
    Project Source: https://github.com/lebinh/ngxtop

  17. 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

  18. 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/

  19. SublimeCodeIntel
    Full-featured code intelligence and smart autocomplete engine
    Project Source: https://github.com/SublimeCodeIntel/SublimeCodeIntel
    Project Homepage: http://sublimecodeintel.github.io/SublimeCodeIntel/

  20. SocketRocket
    A conforming Objective-C WebSocket client library.
    Project Source: https://github.com/square/SocketRocket

  21. docopt
    Pythonic command line arguments parser, that will make you smile.
    Project Source: https://github.com/docopt/docopt
    Project Homepage: http://docopt.org/

  22. 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/

  23. autojump
    A faster way to navigate your filesystem.
    Project Source: https://github.com/joelthelion/autojump

  24. 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

  25. storm
    Manage your SSH like a boss.
    Project Source: https://github.com/emre/storm
    Project Documentation: http://stormssh.readthedocs.org/en/master/

  26. 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/

  27. 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

  28. 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

  29. 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

  30. 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/

  31. 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

  32. 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

  33. beeswithmachineguns
    A utility for arming many bees to attack targets (web applications).
    Project Source: https://github.com/newsapps/beeswithmachineguns

  34. powerline-shell
    A Powerline like prompt for Bash, ZSH and Fish.
    Project Source: https://github.com/milkbikis/powerline-shell

  35. 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/

  36. fuzzywuzzy
    Fuzzy string matching like a boss.
    Project Source: https://github.com/seatgeek/fuzzywuzzy

  37. 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

  38. yowsup
    The open source cross platform Whatsapp library powering Wazapp.
    Project Source: https://github.com/tgalal/yowsup

  39. 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/

  40. mackup
    Keep your application settings in sync.
    Project Source: https://github.com/lra/mackup
    Project Documentation: https://github.com/lra/mackup/tree/master/doc

  41. cheat
    cheat allows you to create and view interactive cheatsheets on the command-line.
    Project Source: https://github.com/chrisallenlane/cheat

  42. 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

  43. python-docx
    Reads, queries and modifies Microsoft Word 2007/2008 docx files.
    Project Source: https://github.com/mikemaccana/python-docx

  44. 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/

  45. tqdm
    Instantly make your loops show a progress meter.
    Project Source: https://github.com/noamraph/tqdm

  46. CommonRegex
    A collection of common regular expressions bundled with an easy to use interface.
    Project Source: https://github.com/madisonmay/CommonRegex

  47. 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/

  48. 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/

  49. 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/

  50. pip-tools
    A set of tools to keep your pinned Python dependencies fresh.
    Project Source: https://github.com/nvie/pip-tools

  51. 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/

  52. html2text
    Convert HTML to Markdown-formatted text.
    Project Source: https://github.com/aaronsw/html2text
    Project Homepage: http://www.aaronsw.com/2002/html2text/

  53. Wikipedia
    A Pythonic wrapper for the Wikipedia API.
    Project Source: https://github.com/goldsmith/Wikipedia
    Project Homepage: https://wikipedia.readthedocs.org/en/latest/

  54. leapcast
    ChromeCast emulation app for any device
    Project Source: https://github.com/dz0ny/leapcast

  55. rumps
    Ridiculously Uncomplicated Mac os x Python Statusbar apps.
    Project Source: https://github.com/jaredks/rumps

  56. 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/

  57. pep8
    Simple Python style checker in one Python file
    Project Source: https://github.com/jcrocholl/pep8
    Project Documentation: http://pep8.readthedocs.org/en/latest/

  58. 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/

  59. 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

  60. SpoofMAC
    Project Source: https://github.com/feross/SpoofMAC
    Project Homepage: http://feross.org/spoofmac/

  61. xhtml2pdf
    HTML/CSS to PDF converter based on Python
    Project Source: https://github.com/chrisglass/xhtml2pdf
    Project Homepage: http://www.xhtml2pdf.com/

  62. funcy
    A collection of fancy functional tools focused on practicality.
    Project Source: https://github.com/Suor/funcy
    Project Documentation: https://github.com/Suor/funcy

  63. bleach
    An easy, HTML5, whitelisting HTML sanitizer.
    Project Source: https://github.com/jsocol/bleach
    Project Documentation: https://github.com/jsocol/bleach

  64. 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/

  65. pidcat
    Colored logcat script which only shows log entries for a specific application package.
    Project Source: https://github.com/JakeWharton/pidcat

  66. dropship
    Instantly transfer files between Dropbox accounts using only their hashes.
    Project Source: https://github.com/driverdan/dropship

  67. livestreamer
    https://github.com/chrippa/livestreamer
    Project Source: https://github.com/chrippa/livestreamer
    Project Homepage: http://livestreamer.tanuki.se/en/latest/

  68. 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/

  69. 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

  70. everpad
    Evernote client well integrated with linux desktop.
    Project Source: https://github.com/nvbn/everpad

  71. redo
    redo is a competitor to the long-lived, but sadly imperfect, make program.
    Project Source: https://github.com/apenwarr/redo

####<- Big Data and Cloud :

  1. 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/

  2. 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/

  3. aws-cli
    Universal Command Line Interface for Amazon Web Services
    Project Source: https://github.com/aws/aws-cli

  4. mrjob
    Run MapReduce jobs on Hadoop or Amazon Web Services.
    Project Source: https://github.com/Yelp/mrjob
    Project Documentation: https://pythonhosted.org/mrjob/

  5. s3cmd
    Command line tool for managing Amazon S3 and CloudFront services.
    Project Source: https://github.com/s3tools/s3cmd
    Project Homepage: http://s3tools.org/s3cmd

  6. 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/

  7. 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

  8. 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:

  1. python-oauth2
    A fully tested, abstract interface to creating OAuth clients and servers.
    Project Source: https://github.com/simplegeo/python-oauth2

  2. 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/

  3. 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/

  4. 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/

  5. 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:

  1. pip
    A tool for installing Python packages.
    Project Source: https://github.com/pypa/pip
    Project Documentation: https://pip.pypa.io/en/latest/

  2. 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/

  3. 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

####<- Testing:

  1. 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

  2. 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/

  3. speedtest-cli
    Command line interface for testing internet bandwidth using speedtest.net.
    Project Source: https://github.com/sivel/speedtest-cli

  4. buildbot
    Python-based continuous integration testing framework
    Project Source: https://github.com/buildbot/buildbot
    Project Homepage: http://buildbot.net/

####<- Debugging:

  1. 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/

  2. chisel
    Chisel is a collection of LLDB commands to assist in the debugging of iOS apps.
    Project Source: https://github.com/facebook/chisel

  3. 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:

  1. gevent
    gevent is a coroutine-based Python networking library.
    Project Source: https://github.com/surfly/gevent
    Project Homepage: http://www.gevent.org/

####<- Job Scheduler:

  1. 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/

  2. 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

  3. 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

  1. 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/

  2. 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/

  3. 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/

  4. 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/

  5. jieba
    Chinese text segmentation.
    Project Source: https://github.com/fxsjy/jieba
    Online Demo Address: http://jiebademo.ap01.aws.af.cm/

  6. 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/

  7. 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/

  8. Pillow
    Python Imaging Library.
    Project Source: https://github.com/python-imaging/Pillow
    Project Homepage: http://python-imaging.github.io/

  9. 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/

####<- Science:

  1. ipython
    IPython provides a rich architecture for interactive computing.
    Project Source: https://github.com/ipython/ipython
    Project Homepage: http://ipython.org/

  2. 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/

  3. sympy
    A Python library for symbolic mathematics.
    Project Source: https://github.com/sympy/sympy
    Project Homepage: http://sympy.org/en/index.html

  4. scipy
    SciPy is open-source software for mathematics, science, and engineering.
    Project Source: https://github.com/scipy/scipy
    Project Homepage: http://scipy.org/

  5. 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/

  6. 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/

  7. 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/

  8. pybrain
    The Python Machine Learning Library.
    Project Source: https://github.com/pybrain/pybrain

  9. 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/

  10. blaze
    Blaze is NumPy and Pandas for Big Data.
    Project Source: https://github.com/ContinuumIO/blaze
    Project Homepage: http://blaze.pydata.org/

  11. 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:

  1. 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/

  2. 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/

  3. d3py
    A plottling library for python, based on D3.
    Project Source: https://github.com/mikedewar/d3py

  4. 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:

  1. 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

  2. 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

  3. 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

  4. 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

  5. sublime-jsdocs
    DocBlockr is a package for Sublime Text which makes writing documentation a breeze.
    Project Source: https://github.com/spadgos/sublime-jsdocs

  6. gmate
    Set of plugins and improvements to make Gedit a powerfull programmer text editor.
    Project Source: https://github.com/gmate/gmate

  7. 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

  8. SideBarEnhancements
    Enhancements to Sublime Text sidebar. Files and folders.
    Project Source: https://github.com/titoBouzout/SideBarEnhancements

  9. SublimeREPL
    Run an interpreter inside Sublime Text 2.
    Project Source: https://github.com/wuub/SublimeREPL
    Project Documentation: http://sublimerepl.readthedocs.org/en/latest/

  10. 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

  11. BracketHighlighter
    Bracket and tag highlighter for Sublime Text
    Project Source: https://github.com/facelessuser/BracketHighlighter

  12. 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

  13. actualvim
    Sublime Text input mode powered by Vim itself.
    Project Source: https://github.com/lunixbochs/actualvim

  14. MarkdownEditing
    Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
    Proejct Source: https://github.com/SublimeText-Markdown/MarkdownEditing

  15. 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

####<- Devops:

  1. 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

  2. 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/

  3. 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/

  4. 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/

  5. 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/

  6. Watchdog
    Python library and shell utilities to monitor filesystem events.
    Project Source: https://github.com/gorakhargosh/watchdog
    Project Homepage: https://pythonhosted.org/watchdog/

  7. 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

  8. 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

  9. fig
    fig is a Fast, isolated development environments using Docker.
    Project Source: https://github.com/orchardup/fig
    Project Homepage: http://orchardup.github.io/fig/

  10. 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/

  11. 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/

  12. 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/

  13. 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/

  14. 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/

  15. 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/

  16. ajenti
    Ajenti is a Linux & BSD web admin panel.
    Project Source: https://github.com/Eugeny/ajenti
    Project Homepage: http://ajenti.org/

  17. 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/

  18. 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

  19. 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

  20. psdash
    psdash is a system information web dashboard for linux using data mainly served by psutil.
    Project Source: https://github.com/Jahaja/psdash

  21. 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/

  22. 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

  23. amonone
    Modern self-hosted server monitoring.
    Project Source: https://github.com/martinrusev/amonone
    Project Homepage: http://martinrusev.github.io/amonone/

  24. 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/

  25. 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

  26. lettuce
    Lettuce is a Behavior-Driven Development tool.
    Project Source: https://github.com/gabrielfalcao/lettuce
    Project Homepage: http://lettuce.it/

  27. docker-registry
    Registry server for Docker.
    Project Source: https://github.com/dotcloud/docker-registry

  28. 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/

  29. 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/

  30. 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

  31. 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/

  32. 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/

  33. 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/

  34. scales
    Tracks server state and statistics, allowing you to see what your server is doing.
    Project Source: https://github.com/Cue/scales

####<- icon:

  1. 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/

####<- Git:

  1. 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/

  2. git-imerge
    Incremental merge for git.
    Project Source: https://github.com/mhagger/git-imerge

####<- Chat:

  1. 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

####<- Mail:

  1. 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/

  2. 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/

  3. inbox.py
    Python SMTP Server for Humans.
    Project Source: https://github.com/kennethreitz/inbox.py
    Project Documentation: https://pypi.python.org/pypi/inbox/

  4. gmail
    A Pythonic interface to Google's GMail, with all the tools you'll need.
    Project Source: https://github.com/charlierguo/gmail

####<- Audio:

  1. headphones
    Automatic music downloader for SABnzbd.
    Project Source: https://github.com/rembo10/headphones

  2. 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/

  3. 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/

####<- Video:

  1. 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/

  2. 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/

  3. 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/

  4. coursera
    Script for downloading Coursera.org videos and naming them.
    Project Source: https://github.com/coursera-dl/coursera

  5. CouchPotatoServer
    CouchPotato is an automatic NZB and torrent downloader.
    Project Source: https://github.com/RuudBurger/CouchPotatoServer
    Project Homepage: https://couchpota.to/

  6. xunlei-lixian
    xunlei offline download script.
    Project Source: https://github.com/iambus/xunlei-lixian

####<- DataBase and Related Tools:

  1. redis-py
    The Python interface to the Redis key-value store.
    Project Source: https://github.com/andymccurdy/redis-py

  2. 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/

  3. 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/

  4. 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/

  5. 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/

  6. 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

  7. 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/

  8. 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/

####<- Book:

  1. 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/

  2. 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/

  3. 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

  4. djangobook.com
    The Django Book.
    Project Source: https://github.com/jacobian/djangobook.com
    Project Homepage: http://www.djangobook.com/

  5. BuildingMachineLearningSystemsWithPython
    Source Code for the book Machine Learning Systems with Python
    Project Source: https://github.com/luispedro/BuildingMachineLearningSystemsWithPython

####<- Static Web Generator:

  1. pelican
    Static site generator that supports Markdown and reST syntax.
    Project Source: https://github.com/getpelican/pelican
    Project Homepage: http://blog.getpelican.com/

  2. 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

  3. hyde
    A Python Static Website Generator.
    Project Source: https://github.com/hyde/hyde.
    Project Homepage: http://hyde.github.io/

####<- Content Management System:

  1. 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/

  2. 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

  3. wagtail
    A new Django content management system
    Proeject Source: https://github.com/torchbox/wagtail
    Project Homepage: http://wagtail.io/

  4. mezzanine
    Mezzanine is a powerful, consistent, and flexible content management platform.
    Project Source: https://github.com/stephenmcd/mezzanine
    Project Homepage: http://mezzanine.jupo.org/

  5. v2ex
    Project Babel 2 is an open source software package for creating and supporting communities.
    Project Source: https://github.com/livid/v2ex

####<- Cool Application:

  1. 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

  2. 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

  3. 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/

  4. howdoi
    Instant coding answers via the command line.
    Project Source: https://github.com/gleitz/howdoi

  5. pyapns
    A universal Apple Push Notification Service (APNS) provider.
    Project Source: https://github.com/samuraisam/pyapns

  6. 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/

  7. wifijammer
    Continuously jam all wifi clients and access points within range.
    Project Source: https://github.com/DanMcInerney/wifijammer

  8. django-shop
    A Django based shop system.
    Project Source: https://github.com/divio/django-shop
    Project Homepage: https://www.django-cms.org/en/

  9. gitfiti
    Abusing github commit history for the lulz.
    Project Source: https://github.com/gelstudios/gitfiti

  10. osrc
    The Open Source Report Card.
    Project Source: https://github.com/dfm/osrc
    Project Homepage: http://osrc.dfm.io/

  11. 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/

  12. 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

####<- Game:

  1. 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

  2. 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:

  1. reddit
    The code that powers reddit.com.
    Project Source: https://github.com/reddit/reddit
    Project Homepage: http://www.reddit.com/r/redditdev

  2. readthedocs.org The source code to readthedocs.org.
    Project Source: https://github.com/rtfd/readthedocs.org
    Project Homepage: https://readthedocs.org/

  3. 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/

####<- Other:

  1. python-patterns
    A collection of design patterns and idioms in Python.
    Project Source: https://github.com/faif/python-patterns

  2. 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/

  3. fn.py
    Functional programming in Python.
    Project Source: https://github.com/kachayev/fn.py

  4. anim_encoder
    anim_encoder creates small JavaScript+HTML animations from a series on PNG images.
    Project Source: https://github.com/sublimehq/anim_encoder

  5. 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/

  6. 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

About

Collect and classify python projects on Github (deprecated)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors