-
Notifications
You must be signed in to change notification settings - Fork 12
Home
python-cheatsheet is focus on collecting all standard libraries of python. It depends on the latest python official docs. Website for this repo is here.
It is mainly composed of python code and comments. All code is with command line prefix. But you can use GETREADME.py script in the repo to choose with or without command line prefix, Chinese or English. You can find GETREADME.py both in the repo and in the release.
If you want to make the code run on your own computer, you first need to clone the repo:
git clone https://github.com/pynickle/python-cheatsheet.git
Then you can run the code.
WTFPL License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2019 pynickle
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- You just DO WHAT THE FUCK YOU WANT TO.