I can use an existing class, and I kinda grasp the basics, but I am shaky whenever I have to sit down and create one from scratch that is more than just a bit of data or a couple of functions.

Would love to find a clear video tutorial.

  • crunchpaste@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    What I did at the beginning of learning Python, after learining the basics was just to think of a project that is interesting to me and start implementing it.

    For example, you want to create a web login system. You’ll have to read up on web frameworks, databases, hashing.

    You want to create a simple game, you’ll have to familiarize yourself with pyglet, maybe multiprocessing, maybe opengl.

    You just want to crunch some numbers? You’ll quickly find the need for numpy and numba so that you don’t have to watch the paint dry.

    I don’t know if that’s the correct way, but go ahead, experiment and learn along the way. Maybe you’ll find out you enjoy it better that following steps of a tutorial.

    • ChrisLicht@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      I’m a learner who likes to experiment, as I have, then go back and study the conceptual and applied frameworks for a thing.

    • ChrisLicht@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      Hey, have watched all of Corey’s Class series in the past day. Really fantastic; thank you!!!

      Any other folks on YT you’d recommend for Python stuff?

      • Lazycog@sopuli.xyz
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        Glad you enjoyed them as much as I did! Corey’s videos are amazing!

        Sadly I don’t know any other great python content creators which go beyond basics. I started my whole programming career with Chuck Severance’s PY4E python videos (he is also awesome content creator) and he does have some videos that teach other stuff beyond the basics of Python: Django, PostgreSQL and Web applications, but that’s it as far as I remember. You could check out his playlists:

        https://www.youtube.com/@ChuckSeverance/playlists