funkythings/python-cheat-sheet
Python Cheat Sheet NumPy, Matplotlib
repo name | funkythings/python-cheat-sheet |
repo link | https://github.com/funkythings/python-cheat-sheet |
homepage | |
language | Python |
size (curr.) | 1042 kB |
stars (curr.) | 1628 |
created | 2017-03-01 |
license | MIT License |
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