Skip to content

okeke-prince/python-cheat-sheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%