juliangaal / python-cheat-sheet

Python Cheat Sheet NumPy, Matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python Cheat Sheet NumPy, Matplotlib

License:MIT License


Languages

Language:Python 100.0%