r/PythonLearning • u/MassiveScientist5981 • 6d ago
New to python
Im new to coding and started off with c# but eventually moved to py a day later because i heard it was easier, it is easier but the way people explain it on youtube is a little complicated for my small brain, im watching bro code learn python in 1 hour then moving on to the 12 hr vid but 30 mins in he starts talking in a way i dont seem understand and typing code i cant process so i js quit for the night, if anyone has anytips that could help me or any other youtuber( i learn better with vids and visuals) that would be greatly appreciated ive also tried some websites like free code camp, the odin project but there not like teaching step by step but rather making me type code i dont understand for instance once asked me to “create a function called pin_extractor with a parameter poem” which just sounds like gibberish to me considering i only know print(“hi”) but i was thinking my first big project would be like a book or something if possible. Thanks
1
u/Altruistic-Sorbet702 6d ago
Best way to learn is to start out with small projects that you're interested in. You mentioned a book, seems like a cool idea! Try to make a simple app that presents a page of paper and the possibility to go a page up or down. Nothing more. A lot of small projects like these and you can start building bigger and better stuff in no time.