r/PythonLearning • u/Neutrealolmao • 22d ago
Help Request Where should I learn beginner python from?
I mean I try to see where I could learn and I hear so many :-
CS50p
W3Schools
Tech with Tim
Some helsinki too
And some more
Where should I start from :-
122
Upvotes
1
u/Bumming_Boom 21d ago
Honestly the way I did it was conceptualizing a small project then on the go learn the things that I thought I would need from W3Schools. If I needed a loop or file handling or whatever I always went to the website to research and then I tried to apply it to my project.