Im 19 and for years my mother has been telling me to use codecademy but most of its locked behind a paywall. Have any of you used this site, what are your thoughts on it? Are there better totally free alternatives that walk you thru everything?

Someday i want to make games or something like that but im unsure what programming language to choose. I like the look of lua but im not sure if i should go with it or what projects to learn from? Everyone here tells me if i i choose to go with gamedev someday, to pick up godot but i feel im not ready to make games and that i need to start learning the basics.

  • VoidJuiceConcentrate@midwest.social
    link
    fedilink
    English
    arrow-up
    10
    ·
    15 hours ago

    A lot of others are commenting some great stuff. I would like to add, knowing how to program is less about knowing the specific syntax of different commands, and is more about knowing how to work with functional groups and logical paths. Once you get that down, moving to another language then becomes learning the syntax and quirks of the new language.

    So, any language is a good starting point, a lot of the skills you learn from it will be applicable to lots of others.

    personally, I started with Basic, then C by way of microcontroller and robotics programming.