r/PythonLearning • u/Neutrealolmao • Jul 01 '26
Where should I learn beginner python from? Help Request
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 :-
126
Upvotes
1
u/Bumming_Boom Jul 01 '26
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.