All Projects → juliangaal → Python Cheat Sheet

juliangaal / Python Cheat Sheet

Licence: mit
Python Cheat Sheet NumPy, Matplotlib

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Cheat Sheet

Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+26.34%)
Mutual labels:  data-science, pandas, scikit-learn, numpy
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+357.91%)
Mutual labels:  data-science, pandas, scikit-learn, numpy
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+81.25%)
Mutual labels:  data-science, pandas, scikit-learn, numpy
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-97.99%)
Mutual labels:  data-science, pandas, scikit-learn, numpy
Pymc Example Project
Example PyMC3 project for performing Bayesian data analysis using a probabilistic programming approach to machine learning.
Stars: ✭ 90 (-94.82%)
Mutual labels:  data-science, pandas, scikit-learn, numpy
Data Science Projects With Python
A Case Study Approach to Successful Data Science Projects Using Python, Pandas, and Scikit-Learn
Stars: ✭ 198 (-88.61%)
Mutual labels:  data-science, pandas, scikit-learn, numpy
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+1167.86%)
Mutual labels:  data-science, pandas, scikit-learn, numpy
Machine Learning Alpine
Alpine Container for Machine Learning
Stars: ✭ 30 (-98.27%)
Mutual labels:  pandas, scikit-learn, numpy
Data Science Complete Tutorial
For extensive instructor led learning
Stars: ✭ 1,027 (-40.94%)
Mutual labels:  pandas, scikit-learn, numpy
Iml
Курс "Введение в машинное обучение" (ВМК, МГУ имени М.В. Ломоносова)
Stars: ✭ 46 (-97.35%)
Mutual labels:  pandas, scikit-learn, numpy
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (-12.82%)
Mutual labels:  data-science, pandas, scikit-learn
Python for ml
brief introduction to Python for machine learning
Stars: ✭ 29 (-98.33%)
Mutual labels:  data-science, pandas, scikit-learn
Crime Analysis
Association Rule Mining from Spatial Data for Crime Analysis
Stars: ✭ 20 (-98.85%)
Mutual labels:  data-science, pandas, scikit-learn
Skoot
A package for data science practitioners. This library implements a number of helpful, common data transformations with a scikit-learn friendly interface in an effort to expedite the modeling process.
Stars: ✭ 50 (-97.12%)
Mutual labels:  data-science, pandas, scikit-learn
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (-92.7%)
Mutual labels:  data-science, pandas, numpy
Pythondatasciencehandbook
The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases.
Stars: ✭ 31,995 (+1739.85%)
Mutual labels:  pandas, scikit-learn, numpy
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (-96.78%)
Mutual labels:  data-science, pandas, scikit-learn
Docker Alpine Python Machinelearning
Small Docker image with Python Machine Learning tools (~180MB) https://hub.docker.com/r/frolvlad/alpine-python-machinelearning/
Stars: ✭ 76 (-95.63%)
Mutual labels:  pandas, scikit-learn, numpy
Credit Risk Modelling
Credit Risk analysis by using Python and ML
Stars: ✭ 91 (-94.77%)
Mutual labels:  pandas, scikit-learn, numpy
Studybook
Study E-Book(ComputerVision DeepLearning MachineLearning Math NLP Python ReinforcementLearning)
Stars: ✭ 1,457 (-16.22%)
Mutual labels:  pandas, scikit-learn, numpy

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].