Good evening, everyone. I have, but one quick inquiry. What are the best resources in your opinion to learn python by yourself as a complete beginner? Thank you all

  • sugar_in_your_tea
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    I mostly agree, but if OP has little to no programming experience, they should probably read some software engineering books at some point to learn to structure things properly.

    But don’t do that until your project gets big, like 1000 lines or more than 2 files. Get coding, break stuff, and then find something more structured to fill in the gaps.

    • ALERT
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      I cannot agree. books kill motivation. results stimulate motivation.

      • sugar_in_your_tea
        link
        fedilink
        arrow-up
        2
        ·
        6 months ago

        Right, but at some point you need to build the foundation.

        That’s why I said build something first, and then read a book or two to help structure the application better. Rinse and repeat. If you only build stuff, you’ll waste time on debugging spaghetti code and the project will quickly become more frustrating to work on.