Education
Python for Everybody (py4e.com)
Dr. Charles Russell Severance
These are the lectures to supplement the textbook 'Python for Everybody: Exploring Information' and its associated web site py4e.com
- 20 episodes
- Updated Oct 1, 2016
Episodes20
- Oct 1, 2016 · 12 min
1.2 Hardware Architecture
Oct 1, 2016 · 12 min1.3 Python as a Language
Oct 1, 2016 · 7 min1.4 What do we Say to Python?
Oct 1, 2016 · 12 minInstalling Python 3 on a Macintosh
Sep 30, 2016 · 4 minCode Walkthrough: Hello World
Sep 30, 2016 · 5 min2.1 Building Blocks of Python
Sep 30, 2016 · 9 min2.2 Expressions
Sep 30, 2016 · 19 minCode Walkthrough: Exercise 2.2
Sep 30, 2016 · 6 minCode Walkthrough: Exercise 2.3
Sep 30, 2016 · 7 min3.1 If-Then-Else
Sep 30, 2016 · 11 min3.2 More Conditional Statements
Sep 30, 2016 · 13 minCode Walkthrough: Exercise 3.1
Sep 30, 2016 · 12 minCode Walkthrough: Exercise 3.2
Sep 30, 2016 · 9 min4.1 Using Pre-Defined Functions
Sep 30, 2016 · 10 min4.2 Building our Own Functions
Sep 30, 2016 · 12 minCode Walkthrough: Exercise 4.6
Sep 30, 2016 · 10 min5.1 The Basics of Loops
Sep 30, 2016 · 9 min5.2 Definite Loops
Sep 30, 2016 · 6 min5.3 Patterns for Making Loops
Sep 30, 2016 · 8 min