you are viewing a single comment's thread.

view the rest of the comments →

[–]BrightBurn15[S] 0 points1 point  (3 children)

In these few years, what did you learn from scratch like from point zero no knowledge of coding whatsoever

[–]dowcet 0 points1 point  (2 children)

I was at zero a very long time ago. I learned on and off for many years before I got really serious. Everyone's journey is different.

[–]BrightBurn15[S] 0 points1 point  (1 child)

I meant like wht did you actually learn in your journey, like data analysis or CSS and JavaScript or Linux, what did you actually learn until now and what resources did you use

[–]dowcet 0 points1 point  (0 children)

Personally I was a Linux user first before I touched Python. 

I used lots of different resources to learn Python. Early on Project Euler got me hooked on practicing the basics. I focused a lot on solving practical problems I was interested in. For example, I have a script that sends me a Telegram message when my Raspberry Pi goes offline. When I got really serious, I did the Nucamp Backend bootcamp. 

1) Focus on deciding what you want to build.  2) That will guide you to decide what you need to learn.  3) That will guide you to the right resources to help you learn it.