Behind every mouse click and touch-screen tap, there is a computer program that makes things happen. This course introduces the fundamental building blocks of programming and teaches you how to write fun and useful programs using the Python language.
Python Syntax And Semantics, Computer Programming, Python Programming, Idle (Python)
Reviews
4.7 (4,905 ratings)
5 stars
78.87%
4 stars
17.94%
3 stars
2.01%
2 stars
0.59%
1 star
0.57%
CV
Nov 16, 2017
This is a introductory course i would recommend. I especially liked that the instructors took the time to go through the python visualizer and try to unveil some of the background workings in python.
RB
Oct 1, 2017
I didn't know a thing about programming. Now after two weeks I feel I've learned a lot already! The instructors are awesome! I believe this course is very compacted and it needs a good deal of work!
From the lesson
While Loops, Lists, and Mutability
This module introduces another way to repeat code (using a while loop), how to properly document your code to help other programmers understand it, Python's list data type, and the concept of mutation.