76
Is there any use in learning an "easy" programming language?
(sh.itjust.works)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Yeah, I'd like to add that there's something to being dedicated to one language, especially if you're self taught. I could certainly cobble something together in C, but having coded in python for nearly a decade I've built up an intuition for it. I know where things fail. I know what to do when things fail. I know what packages are common. I've built up a collection of utility functions. I know common patterns. Despite never having been taught algorithms or data structures, being committed to one language has led me to learn how to write efficient code in that language (rather than hoping switching to C will magically solve bad algorithms).
My code is still weird as hell and offends professional programmers, but it'd be hard to deny that I know what I'm doing.