So I’m an on/off noobie but have been focusing on actually sticking with programming what I’ve been working on is Python but this question is for programming in general. For me it’s hard but I want to see how I can get better

Like are these good ways to get good:

Follow tutorials, then work on ways of adding your own twists or changes? Or trying to code it in something else?

Work on assignments from a resource you’re using like in my case Python Crash Course and attempt to redo the assignments without looking back?

Experiment with multiple libraries and library methods or built in methods?

Please share any other ways especially ones that helped you

Also when would be good to start a new language after learning one

  • david_@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    9 hours ago

    The real problem is that programmers have spent far too much time worrying about efficiency in the wrong places and at the wrong times; premature optimization is the root of all evil (or at least most of it) in programming.

    — Classic quote by Donald E. Knuth is classic.

    But you speak of liking programming, and I emphatically agree with your assessment that that’s necessary to get good at it, and I like that you point out that obsession with efficiency quickly becomes an impediment to that.