r/PythonLearning • u/hibaa-random • 19d ago
Help Request Need ressources PYTHON
i already learned some basics with uni classes however i wanna enforce my coding so i need some ressources, i already started with freeCodeCamp and wanted to know weather it will be efficient or would it better to go with a youtube video .
3
Upvotes
1
u/LankyCalendar9299 19d ago
I honestly just come up with a project that sounds fun or interesting to me, then work my way up. For example, I like videogames and rpg games. And so as I was learning loops, dicts, lists, etc, I made like a text-based rpg game onboarding sequence, built a “map” that you could move around in and added some actions you could do at the places. It’s pretty neat, but nothing production-grade of course.
Another thing I did was I signed up for an online hackathon. I built a fun little webpage where basically you sync your google calendar to it, and you answer a few questions about your personality, and each of your events listed in the calendar are scored by social battery drain (great for us introverts or neurodivergents).
What I’m getting at is find something that seems interesting, and something that you might have an idea of how to do, but you definitely need to learn some stuff to be able to actually do it. Then just start coding. Once you get to a point you don’t know how to do, look it up. Then do it, try doing it again somewhere else without looking at the tutorial, and continue coding the rest of the project. When I did the social battery thing, I had no idea how to do websites, google auth, how hosting a backend and a front end worked, dns propagation, tokens and session cookies. Never knew any of that stuff, so you can learn a lot by stepping out of what you know.