Got a question for Devs, How did you learn to code? Please be as detailed as possible, trying to learn but not sure where to start. Appreciate the help #AskNostr
Discussion
My mom taught me BASIC. 🤷🏻♂️
Pick one language, i.e python and start with the basics: data and control structures. Use a book or udemy.
Commodore BASIC, then TurboPascal on CP/M, then C and Assembly on MS-DOS 👴🏻👴🏻👴🏻
then all the rest of my life never stopping studying and doing.
I'd suggest to make a mix of:
* formal CS studying (algorithms and data structures)
* studying a programming language (according to what you want to actually do)
* DOING
don't fall into the trap of infinte studying without doing. It might give you the idea of making progress but until you dirty your hands you're not really advancing.