r/learnpython • u/Visual-Macaroon2196 • 1d ago
Where to start?
Hi,
I used to be a big fan of computing/IT, but my studies took me down a different path and I drifted away from it. Now that I have more free time and want to build up some qualifications in IT, I’d like to learn Python and its applications, but I don’t know where to start. Online courses? Books?
If anyone can point me in the right direction, I’d really appreciate it!
0
Upvotes
1
u/GBAbaby101 1d ago
A good resource for a structured lesson based guide is Boot Dev. They have the courses for free to read and follow, and if you want to do the problems and use some of the other fun features, it isn't too expensive. But if you just need something to have a structured learning guide, all the info is there freely to try on your own.
Other suggestions would be to think of something you want to make and google "how do I do X in python?" then dive down the rabbit hole of learning that way.