Skip to content
Python Cheat Sheet
Python Makefile
Branch: master
Clone or download

Latest commit

crazyguitar Merge pull request #195 from crazyguitar/dependabot/pip/pycodestyle-2…
….6.0

Bump pycodestyle from 2.5.0 to 2.6.0
Latest commit cc01499 May 12, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Create FUNDING.yml Feb 2, 2020
docs Fix typo Feb 29, 2020
.coveragerc make Coverage.py ignore several lines Mar 20, 2018
.gitignore Update gitignore Dec 2, 2017
.travis.yml support python 3.8 Nov 26, 2019
LICENSE Add LICENSE file Nov 10, 2016
Makefile Bump black from 19.3b0 to 19.10b0 Nov 10, 2019
Procfile modify Procfile :octocat: Nov 29, 2017
README.rst rename to python-concurrent.rst Feb 28, 2020
app.py use 301 redirect Dec 21, 2018
app_test.py using flask-talisman feature-policy Oct 10, 2018
requirements.txt Bump pycodestyle from 2.5.0 to 2.6.0 May 11, 2020
runtime.txt Bump python from 3.6.8 to 3.6.10 Feb 2, 2020

README.rst


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
You can’t perform that action at this time.