Here's a comprehensive roadmap to transition from a Senior Frontend Engineer to a data or machine learning role. This roadmap outlines the steps to take, the skills to acquire, and the timeline for achieving each goal.
This article we will go through about Python, learning how to create a class
This article we will go through learning the datatypes of Python
This article we will go through learning the operators in Python. Some will be obvious but others will be quite unique for Python
This article we will go through learning functions in Python. Here we will focus on the important parts and what is unique for functions here
This article we will go through learning the input and converters in Python. Simple concepts overall, but we will focus on where to use them and give some real world examples
This article we will go through learning errors in Python. The pattern will be similar to other languages, but Python has ~30 types of errors, so we will take a dive at the most commonly used
This article we will go through learning the conditional (if/while) statements and loops in Python
This article we will go through learning how to handle dates in Python
This article we will go through learning how to manipulate files in Python