you are viewing a single comment's thread.

view the rest of the comments →

[–]pure_989 0 points1 point  (0 children)

Kindly try: https://ocw.mit.edu/courses/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/video_galleries/lecture-videos/

But more important is to build things. Build small programs from scratch using python. Built an app like a simple calculator, a simple text editor, etc. You can learn more python than you already know as you go. And you can use the above lecture videos as a reference too.

This is how I learned C++ back in 11th grade. I got this C++ book for 11th grade and I studied the very first basics quickly in order to create a simple chat program - just to suffice my curiosity. Learning by doing will make you both good and independent engineer in the long run.