Skip to content
Python Cheat Sheet NumPy, Matplotlib
Python
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Matplotlib Delete examples.ipynb May 11, 2019
NumPy Update README.md Feb 4, 2020
img temp final version Apr 3, 2017
pdfs Add pdfs with working TOC Apr 10, 2017
.gitignore add plot customization - partial Apr 3, 2017
License.md Create License.md Mar 5, 2017
README.md Update README.md Feb 11, 2020
requirements.txt Add installation guide for all packages and/or individual packages. Apr 17, 2017

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
You can’t perform that action at this time.