Starting with Python
Following my post on Python versus Matlab, I have started to use Python to solve various machine learning problems.
To start with Python, I recommend several resources:
- https://thenewboston.com/ Nice and fun video lessons
- The pycon talks (2014, 2015, 2016, 2017) To understand the subtilities of python
- Hackerrank A website to train and see examples.
- A Python Tour of Data Science A course oriented toward data science
More resources to come…
Enjoy your Python learning