Skip to content

Instantly share code, notes, and snippets.

@kamilchm
Forked from jookyboi/python_resources.md
Created October 24, 2013 15:06
Show Gist options
  • Save kamilchm/7138876 to your computer and use it in GitHub Desktop.
Save kamilchm/7138876 to your computer and use it in GitHub Desktop.
Python-related modules and guides.

Conventions

Architecture

  • Py4J - A Bridge between Python and Java

Frameworks

  • Pulsar - Concurrent framework for Python

Building CLI

  • cliff - Command Line Interface Formulation Framework
  • click - Command Line Interface Creation Kit

CMS

  • Tarbell - very simple content management system
  • Wagtail - new Django CMS

Libraries

Databases

  • dataset - databases for lazy people

Date and Time

  • arrow - better dates and times for Python

Text Processing

Packaging

  • wheel - A built-package format for Python

TDD

  • doublex - Powerful test doubles framework for Python
  • Chai - Mocking framework for Python
  • ensure - Literate assertions in Python
  • Contexts - Descriptive testing for Python

Guides

  • The Django Book - A free book about the Django Web framework for the Python programming language.
  • The Hitchhiker's Guide to Python - This opinionated 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment