GithubHelp home page GithubHelp logo

markhorsfield / python-cheatsheet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wilfredinni/python-cheatsheet

0.0 1.0 0.0 17.92 MB

All-inclusive Python cheatsheet

Home Page: https://www.pythoncheatsheet.org

License: MIT License

JavaScript 2.18% TypeScript 16.62% CSS 18.27% HTML 0.93% Vue 62.00%

python-cheatsheet's Introduction

Python Cheatsheet

Netlify Status

This Python Cheatsheet is based on the book Automate the Boring Stuff with Python and many other sources.

Anyone can forget how to make character classes for a regex, slice a list or do a for 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. Install pnpm 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 the next branch and install the dependencies.

    git clone https://github.com/wilfredinni/python-cheatsheet.git
    cd python-cheatsheet
    git checkout next
    pnpm install
    
  3. Create a new branch from next.

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

  5. Update the README if needed.

  6. Add, commit and push your changes to Github.

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

Code of Conduct

This project and everyone who participates in it is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

python-cheatsheet's People

Contributors

wilfredinni avatar sonatrix avatar mat1g3r avatar samithamphk avatar gsemet avatar flymemoryrpa avatar sztheory avatar ckartchner avatar matteodem avatar azanbinzahid avatar rbuzzell avatar michaelbaluja avatar aloklal99 avatar arham-fox avatar codewithbishal avatar gaura avatar unixorn avatar hacktron95 avatar richardscottoz avatar roopeshvs avatar senlog avatar vishesh-dd4723 avatar ehmsu avatar gulu42 avatar omerts avatar paulwongx avatar qudongfang avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.