Introduction to Computer Science and Programming in Python Dr. Ana Bell , Prof. Eric Grimson and Prof. John Guttag via MIT
Introduction to Computer Science and Programming in Python free videos and free material uploaded by Massachusetts Institute of Technology Staff .
1What is computation
2Branching
3String Manipulation, Guess and Check,
Approximations, Bisection
4Decomposition, Abstractions, Functions
5Tuples, Lists, Aliasing, Mutability,
CloningPset
6Recursion, Dictionaries
7Testing, Debugging, Exceptions, Assertions
8Object Oriented Programming
9Python Classes and Inheritance
10Understanding Program Efficiency
11Understanding Program Efficiency
12Searching and Sorting
Introduction to Computer Science and Programming in Python is intended for students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems and to help students, regardless of their major, feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class uses the Python 3.5 programming language.
Write a public review