Skip to content

Instantly share code, notes, and snippets.

@stefankoegl
Last active December 15, 2015 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefankoegl/5245568 to your computer and use it in GitHub Desktop.
Save stefankoegl/5245568 to your computer and use it in GitHub Desktop.
My Python toolbox

Python Toolbox

Random list of projects to keep in mind.

HTTP and REST

http://httpbin.org/ http://echohttp.com/ https://github.com/kadirpekel/hammock http://python-requests.org/ https://github.com/jkbr/httpie

General Guides

http://docs.python-guide.org/ -- The Hitchhiker’s Guide to Python!

Subprocesses

https://github.com/kennethreitz/envoy -- Python Subprocesses for Humans

DevOps

https://github.com/benoitc/gaffer

Data Formats

https://github.com/kennethreitz/tablib - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.

Videos

http://pyvideo.org/

Parsing

http://github.com/washort/parsley http://parsley.readthedocs.org/en/latest/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment