- Notifications
You must be signed in to change notification settings - Fork0
All-inclusive Python cheatsheet
License
andrewcchoi/python-cheatsheet
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ThisPython Cheatsheet is based on the bookAutomate the Boring Stuff with Python and many other sources.
Anyone can forget how tomake character classesfor a regex,slice a list or do afor loop. This Python cheatsheet tries to provide basic reference for beginner and advanced developers, lower the entry barrier for newcomers and help veterans refresh the old tricks.
bute
All contributions are welcome!
Installpnpm package manager.
Linux/macOS
curl -fsSL https://get.pnpm.io/install.sh | sh -On Windows (PowerShell)
iwr https://get.pnpm.io/install.ps1 -useb | iexClone the project, change to the
nextbranch and install the dependencies.git clone https://github.com/wilfredinni/python-cheatsheet.gitcd python-cheatsheetgit checkout nextpnpm installCreate a new branch from
next.git branch fix_buggit checkout fix_bugChange/upgrade/add the changes you want.
Update the
READMEif needed.Add,commitandpushyour changes to Github.git add .git commit -m 'Add succinct explanation of what changed'git push origin fix_bugOpen apull request.
This project and everyone who participates in it is governed by theContributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior toservices@github.com.
About
All-inclusive Python cheatsheet
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- Vue62.0%
- CSS18.3%
- TypeScript16.6%
- JavaScript2.2%
- HTML0.9%