“Everyone Talks About How They’d Learn Python If They Started Over — I Actually Got to Do It”
After a 2-year break from coding, I decided to refresh my Python skills. I didn’t forget everything ⇾ but I needed to rebuild confidence and get back in the groove. What Helped Me Bounce Back? To dip myself back again into the realms of Python Basics I first had to craft a well-structured and detailed plan that would help me do the task way faster. This approach involves some rules and steps to be followed. Rules ⚖ I should always learn by doing, in the sense that while learning a topic I should practice along by just typing and testing the code and the changes it cause. I must adhere the pathway suggested by a roadmap throughout the journey of relearning. For this I used the roadmap from roadmap.sh. Every concept must be learnt in detail in order to fill the knowledge gaps that I had when I first learnt Python. Tips for you

After a 2-year break from coding, I decided to refresh my Python skills. I didn’t forget everything ⇾ but I needed to rebuild confidence and get back in the groove.
What Helped Me Bounce Back?
To dip myself back again into the realms of Python Basics I first had to craft a well-structured and detailed plan that would help me do the task way faster.
This approach involves some rules and steps to be followed.
Rules ⚖
- I should always learn by doing, in the sense that while learning a topic I should practice along by just typing and testing the code and the changes it cause.
- I must adhere the pathway suggested by a roadmap throughout the journey of relearning. For this I used the roadmap from roadmap.sh.
- Every concept must be learnt in detail in order to fill the knowledge gaps that I had when I first learnt Python.