Skip to content

Instantly share code, notes, and snippets.

@rsubra13
Forked from jookyboi/python_resources.md
Last active August 28, 2015 19:54
Show Gist options
  • Save rsubra13/d521ef8380e1b2eee0a3 to your computer and use it in GitHub Desktop.
Save rsubra13/d521ef8380e1b2eee0a3 to your computer and use it in GitHub Desktop.
Python-related modules and guides.

Packages

  • lxml - Pythonic binding for the C libraries libxml2 and libxslt.
  • boto - Python interface to Amazon Web Services
  • Django - Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
  • Fabric - Library and command-line tool for streamlining the use of SSH for application deployment or systems administration task.
  • PyMongo - Tools for working with MongoDB, and is the recommended way to work with MongoDB from Python.
  • Celery - Task queue to distribute work across threads or machines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment