Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

All-inclusive Python cheatsheet

License

NotificationsYou must be signed in to change notification settings

flymemoryRPA/python-cheatsheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

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.

Contribute

All contributions are welcome!

Running the project locally

  1. 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 | iex
  2. Clone the project, change to thenext branch and install the dependencies.

    git clone https://github.com/wilfredinni/python-cheatsheet.gitcd python-cheatsheetgit checkout nextpnpm install
  3. Create a new branch fromnext.

    git branch fix_buggit checkout fix_bug
  4. Change/upgrade/add the changes you want.

  5. Update theREADME if needed.

  6. Add,commit andpush your changes to Github.

    git add .git commit -m 'Add succinct explanation of what changed'git push origin fix_bug
  7. Open apull request.

Code of Conduct

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue62.0%
  • CSS18.3%
  • TypeScript16.6%
  • JavaScript2.2%
  • HTML0.9%

[8]ページ先頭

©2009-2025 Movatter.jp