6.0001 Introduction to Computer Science and Programming in Python. Fall 2016 (English)

Starting a new Lecture Notes Series on 6.0001 Introduction to Computer Science and Programming in Python. Fall 2016


Youtube Lecture Playlist Credits 
Channel Name: MIT OpenCourseWare

So Let Us Start to This Journey of Learning 
6.0001 Introduction to Computer Science and Programming in Python. Fall 2016 By Lecture Notes together!


Lecture 2: Shell vs. Editor
Lecture 3: Python vs. Math
Lecture 4: Bindings
Lecture 6: Strings
Lecture 7: Comparisons
Lecture 8: Branching
Lecture 9: While Loops
Lecture 10: For Loops
Lecture 15: Function Calls
Lecture 18: Tuples
Lecture 19: Simple Lists
Lecture 20: List Operations
Lecture 25: Errors
Lecture 26: Exceptions
Lecture 28: Class Definition
Lecture 29: Class Instance
Lecture 30: Methods
Lecture 31: Method Call
Lecture 32: Special Methods
Lecture 34: Getters and Setters
Lecture 35: Subclass