Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 759 Bytes

File metadata and controls

18 lines (11 loc) · 759 Bytes

learning-python

Resources and tutorials for learning Python!

Python Essentials

Code to get you up and running in the Python language.

If you don't know where to start, try Codecademy's Python track.

After that, Learn Python the Hard Way is an awesome resource.

For fun challenges that increase in difficulty, try Code Wars.

And if you dig math puzzles, Project Euler is a great way to learn some Python at the same time.

Finally, there's the infamous Kaggle for machine learning competitions.

Python for Data Science

Data loading and processing using pandas + Machine learning in scikit-learn.