Wednesday, October 31, 2018

Python

Having already worked on C++, my Python self learning crash course was as below -

1.
The 43 min youtube by Derek Banas : over 2 days, doing simple basic programs

Python Programming by Derek Banas

2.
To understand some advanced concepts like OO, we have this playlist by Coray Schafer
Python OOP Tutorial
There are 6 short videos of all less than 20 mins.

2 days, with some practice programs on pycharm, and revisiting each video multiple times to grasp all the concepts.

3.
Next comes this entire text based tutorial to revisit and to practice some simple examples/exercises by w3schools - here

2 days

4.
A day spent on various random videos about python programs. My videos are -
Socrates Python Videos Playlist
List Comprehension
Python Playlists by Corey Schafer

Exercises and Programs - stay tuned.