Learning Python for fun... Where do I start?

Robzino

Registered Member
Joined
Sep 22, 2021
Messages
69
Reaction score
83
Could anyone recommend me some resources (a roadmap for example) for learning Python?
 
You can search on YouTube. I hope you find many quality full tutorial
 
Uh-huh, and the next thing you know - you're a black hat hacker, injecting websites in order to steal and sell databases.

Check out freecodecamp.com, you'll love it.
 
Uh-huh, and the next thing you know - you're a black hat hacker, injecting websites in order to steal and sell databases.

Check out freecodecamp.com, you'll love it.
This resource looks really good, but the 300 hours looks pretty intimidating haha.
Try Udemy courses, some courses are very good on udemy.
I'll check it out, thank you.
 
Watch 1 video where they explain all the basics. After that learn with real-life tasks. Everything else is a waste of time.
 
youtube, codeacademy, lots of free ebooks and courses, especially on udemy.
 
,There Python anyone recommend me some ,resources (a roadmap for example) for learning PThere?
Their is so many Teachers on Youtube or Udemy who teach Code Languages in details everything you can check them out. Most importantly, Pythan is one of the Coding languages which is easy to Learn for anyone
 
While there are plenty of resources out there, I'm going to tell you how I did it and had success.

I gave myself a project. At that time, it was a website crawler, Amazon to be more specific.
As I had no idea where to start, I started using StackOverflow for questions regarding functions.

An example would be "StackOverflow python selenium visit page"
As your code is being put slowly together, you will need to use a huge variety of functions, a lot of the basic ones like string search, concatenation, etc.

By the time you finish your project, you will have a decent amount of basic knowledge in python.
I'm not saying it's a good way of learning. But it's how I did it ( 6 years ago ) and has worked great for me.
 
Back
Top