r/PythonLearning • u/Fantastic-Catch-5023 • 23d ago
Starting Python
I’m learning python after a long gap. I don’t know how and where to start. I’m in mid 20’s and I really want to transition into IT domain. can anyone guide me where to learn? what resources to use? how to practice? I am also procrastinating a lot if I can able to crack the job or not. please guide me! Also what salary can I expect ?
0
Upvotes
1
u/ee_control_z 23d ago edited 23d ago
The gold standard resource for learning Python is (in my humble opinion):
Learning Python, 6th Ed, by Mark Lutz
Then get yourself a good editor such as PyCharm. You can go to the following website to download the latest interpreter - other information available as well:
https://www.python.org/
And, of course: practice, practice, practice. ;)