How do I go about this? Are there any free resources that’ll help me get started?

I see people advising to start with a small project, but you need to get some basics down right? What language? How to develop it and stuff?

My only experience is some very basic C programming classes I took during school.

  • Python
    link
    fedilink
    arrow-up
    3
    ·
    16 hours ago

    I personally really liked https://learnjavascript.online/ when I was just getting started with JS. I use the knowledge from that course like every day at work now. The same guy also made a general programming course for beginners, I bet it’s good as well: https://learnprogramming.online

    What I especially liked about the course was that you got little assignments between each lesson, that you could just solve in their web IDE. So there’s no fiddling around to set up an external IDE. Big big plus for me, I hate setting up stuff like that