The Wayback Machine - https://web.archive.org/web/20201004215702/https://github.com/juliangaal/python-cheat-sheet
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.

README.md

Python Cheat Sheet

This rep is a growing list of Python cheat sheets.

Found any typos or have a suggestion? Fork, contribute and tune it to your taste!

Currently includes:

Installation

If you want to install a package individually, go into the corresponding <package-name>.md file for instructions on how to install.

From the project root directory:

via Pip:

$ pip install -r requirements.txt

via Anaconda:

$ conda install --yes --file requirements.txt

This will install all the packages to your environment.

Future additions:

  • Basic Python syntax
  • (Probably) Pandas
  • PyBind

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.