python noob help

cteddy72

Registered Member
Joined
Aug 22, 2021
Messages
83
Reaction score
6
i'm a noob, what is the best/fastest route to become proficient in python
 
thanks that seems to be the recurring answer, what are some cool projects that will make me learn a lot
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!
 
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!
alright makes sense, thanks :)
 
You 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).
 
You 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).
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
 
So, these steps are rough, but they are how I learned Python.

1. Follow a tutorial such as ProgrammingwithMosh or Free Code Camp
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!
 
So, 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!
Okay, thanks I'll try that
 
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
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!
 
Hi, I think books are great. but in the start of your journey maybe youtube is easier.
you can also try codecademy.
 
Start freelancing, you will get real world experience and learn to google.
 
Back
Top