Skip to content
chrism edited this page Feb 15, 2018 · 8 revisions

Welcome to the python_tutorials wiki!

Check out these pages:

Lesson 1: Defining a Function

How to define a function in Python.

Lesson 2: Passing an Argument to a Function

Making functions more useful by passing them arguments.

Lesson 3: Basic Arithmetic:

Adding things.

Lesson 4: For Loops:

Doing stuff, and stuff, and stuff, and stuff.

Lesson 5: If-Else Statements:

If something: do this thing; otherwise: do this other thing.

Lesson 6: Exception Handling:

How to handle when things don't go quite as expected.

Lesson 7: Variables:

All about variables.

Lesson 8: List, Dictionaries, Sets:

All about some of the core data structures, lists, dictionaries and sets. What they are and how awesome they are.