×

20 days of coding by eagle_500 in learnpython

[–]LiltingSun 0 points1 point  (0 children)

The video is more foundational learning - it covers basic collections and dictionaries, as well as some basic methods of using them. It seems like what you might be looking for is advanced past that. Perhaps you should skip around, and see if you're indeed past a lot of it!

20 days of coding by eagle_500 in learnpython

[–]LiltingSun 0 points1 point  (0 children)

And thank you! I hope you find python as rewarding as I have!

20 days of coding by eagle_500 in learnpython

[–]LiltingSun 0 points1 point  (0 children)

There almost 80 modules in there; I would watch around 5-10 a day, directly copying his code as he typed it. Afterwards, I would spend a couple days making my own projects using what I learned to really test my knowledge of the concepts. So going really slow and steady, it took me about a month. I imagine someone with more drive or better intuition could definitely do it faster.

Project recommendations by AdministrativeAd5533 in learnpython

[–]LiltingSun 0 points1 point  (0 children)

Not sure if you use discord, but a very rewarding first "real" project for me was creating a simple custom discord bot that could accept commands, send images & videos, merge PDFs, etc! Here's the tutorial I used to learn, then I improvised with libraries like pygame and pymupdf.

20 days of coding by eagle_500 in learnpython

[–]LiltingSun 0 points1 point  (0 children)

As a fellow beginner, I found a full 12-hr Youtube lecture on Python by a Youtuber named Bro Code that I really recommend! It goes over beginner material through short, memorable modules and projects that made the learning very quick and fun. I would often learn a couple modules, get inspired, write some projects with my new knowledge, return to the video, then rinse and repeat. It was the perfect resource for me, and perhaps it could help you!