thanks that seems to be the recurring answer, what are some cool projects that will make me learn a lotPick a project and make it.
I can't really answer that. It should be a project you really want to do to keep you going. But the best way to learn something is to do - You will start exactly where you need to start and look up exactly what you need to look up!thanks that seems to be the recurring answer, what are some cool projects that will make me learn a lot
alright makes sense, thanksI can't really answer that. It should be a project you really want to do to keep you going. But the best way to learn something is to do - You will start exactly where you need to start and look up exactly what you need to look up!
what bookRead a book
The python website has free ones.what book
Thx I learned the beginner stuff from a popular youtube vid yesterday, I'm mid-way through long vid with more intermediate topics then gonna try some projectsYou can watch a video on youtube, like Traversy Media "Python Crash Course for Beginners"
After that you'll be able to make couple of simple projects, here are some ideas: Make a quiz, Make a simple guess the number game, Password generator etc.
After you've been tinkering and having fun with your projects, google python books and pick one that's beginner friendly.
If you are not into books you can watch more videos and come up with more complex projects (e.g. twitter bot).
Okay, thanks I'll try thatSo, these steps are rough, but they are how I learned Python.
1. Follow a tutorial such as ProgrammingwithMosh or https://youtu.be/rfscVS0vtbw
2. Once you’re finished with a tutorial, YouTube search “Python project ideas”, and start completing little projects in python.
3. Learn advanced Python concepts and incorporate them into your existing projects.
4. Practice, practice, practice. The more often you code, the better you’ll be.
One thing you need to understand is that you won’t be good or understand everything right away. That’s completely normal and happens to every single programmer, so don’t be discouraged.
Good luck!
There are many lists of project ideas for beginners online, once you do that it really depends on what you are interested in, you can start making a simple game in pygame or make a GUI app using PySimpleGUI or tkinter etc.. or make a website using Flask or even Django and many other things you can do. Good luck on your journey!Thx I learned the beginner stuff from a popular youtube vid yesterday, I'm mid-way through long vid with more intermediate topics then gonna try some projects
I'm not sure what would be a good project to start with yet tho