# python-cheat-sheet **Repository Path**: as85207/python-cheat-sheet ## Basic Information - **Project Name**: python-cheat-sheet - **Description**: Python Cheat Sheet NumPy, Matplotlib - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-01 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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: * [NumPy](https://github.com/juliangaal/python-cheat-sheet/blob/master/NumPy/) * [Matplotlib](https://github.com/juliangaal/python-cheat-sheet/blob/master/Matplotlib/) ### Installation If you want to install a package individually, go into the corresponding `.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