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 (6,004 ratings)
5 stars
79.04%
4 stars
17.73%
3 stars
1.93%
2 stars
0.59%
1 star
0.68%
AG
Dec 15, 2020
Great course for refreshing your python basics, and any beginner looking to pick up Python basics will be in a comfortable spot after completing this course and a bit of practice with the assignments.
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.
From the lesson
Python, Variables, and Functions
This module gives an overview of the course, the editor we will use to write programs, and an introduction to fundamental concepts in Python including variables, mathematical expressions, and functions.