72
How did you get into coding/programming?
(sh.itjust.works)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
I had my start with Python, albeit as a kid and I didn't actually understand too much about the principles at the time. Still, I think that was a good place to start learning about the concepts of instructions and variables.
I learned more about the ideas underpinning it all later, and most of my understanding came when actually working in software development on a live and in-development codebase. I think that's a good progression: start small, then learn some theory just so you've heard the terms once, then try to make sense of actual code using that.
Edit: definitely work on some goal though. Don't code in a vacuum, think of something small you want to achieve and learn to do that.