/pysheeet

Python Cheat Sheet

Primary LanguagePythonMIT LicenseMIT

Development Status

https://travis-ci.org/crazyguitar/pysheeet.svg?branch=master https://coveralls.io/repos/github/crazyguitar/pysheeet/badge.svg?branch=master

Introduction

Pysheeet was created with intention of collecting python code snippets for reducing coding hours and making life easier. Any contributions are welcome. Please feel free to fork and send a pull request to this project.

How to run the server

$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ make
$ python app.py

# URL: localhost:5000

PDF Version

pdf

Cheat Sheets