Python for Everybody

Python for Everybody

Series from 2016

Series from 2016

Broadcast info
Genres: Special Interest

This is a set of lectures covering 16 chapters of the textbook Python for Everybody (PY4E). The textbook is available on Amazon and Kindle and there is a supporting web site with exercises and materials.

Share on
Share on Facebook
Facebook
X
Share on E-mail
E-mail

1.1 Why Program

1.2 Hardware Architecture

1.3 Python as a Language

1.4 What do we Say to Python?

2.1 Building Blocks of Python

2.2 Expressions

3.1 If-Then-Else

3.2 More Conditional Statements

4.1 Using Pre-Defined Functions

4.2 Building our Own Functions

5.1 The Basics of Loops

5.2 Definite Loops

5.3 Patterns for Making Loops

5.4 Loop Techniques

6.1 Storing Text Data in Strings

6.2 String Operations

7.1 Reading Files

7.2 Processing Data in Files

8.1 Creating and Using Lists

8.2 Manipulating Lists

8.3 Strings and Lists

9.1 Python Dictionaries

9.2 Building Histograms

9.3 Counting Words in Text

10.1 Understanding Tuples