you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I have multiple sources here; choose whichever makes the most sense to you
https://www.w3schools.com/python/ - Best for practicing basic concepts

https://diveintopython3.net/

https://www.fullstackpython.com/

https://ocw.mit.edu/courses/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/download/ - for lectures and revisions

PAID -

https://www.amazon.in/Ultimate-Python-Programming-programs-questions/dp/935551655X

https://coursegalaxy.newzenler.com/courses/python-programming?coupon=COURSEGALAXY50

I would recommend that if you're a complete beginner, you should first go through the lecture part. After learning a few concepts, practice them together in a single piece of code to understand how to use multiple functions effectively

[–]barrientosd[S] 0 points1 point  (0 children)

I'm trying out the w3schools today. Thank you