batnasan / pysheeet

Python Cheat Sheet

Home Page:https://www.pythonsheets.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


pysheeet

Build Status Coverage License MIT

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.

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

About

Python Cheat Sheet

https://www.pythonsheets.com

License:MIT License


Languages

Language:Python 93.1%Language:Makefile 6.9%