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.

  • Christov@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    8 days ago

    Like others have said it depends on the field you want to code for and language choice. The field might inform your language choice.

    I’d highly recommend python as your first if you’re just looking to get stuck in. It’ll teach good fundamentals, it doesn’t have a steep learning curve and it has a very wide set of applications plus loads of community support. This website is what I recommend to anyone wanting to learn python: https://futurecoder.io/

    Good luck!