Skip to content

crazyguitar/pysheeet

Repository files navigation


pysheeet

Build Status Coverage License MIT DOI

Introduction

This project was started to bring together useful Python code snippets that make coding faster, easier, and more enjoyable. You can explore all the cheat sheets at Pysheeet. Contributions are always welcome—feel free to fork the repo and submit a pull request to help it grow!

What’s New In Python 3

This part only provides a quick glance at some important features in Python 3. If you're interested in all of the most important features, please read the official document, What’s New in Python.

Cheat Sheet

Advanced Cheat Sheet

Appendix

PDF Version

pdf

How to run the server

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

# URL: localhost:5000

Sponsor this project

 

Packages

No packages published

Contributors 44