Added overview

This commit is contained in:
David Beazley
2020-05-26 17:05:02 -05:00
parent 79e91fd7dd
commit 32ec113195

View File

@@ -0,0 +1,17 @@
## 1. Introduction to Python
The goal of this first section is to introduce some Python basics from
the ground up. Starting with nothing, you'll learn how to edit, run,
and debug small programs. Ultimately, you'll write a short script that
reads a CSV data file and performs a simple calculation.
* [1. Introducing Python](01_Python)
* [2. A First Program](02_Hello_world)
* [3. Numbers](03_Numbers)
* [4. Strings](04_Strings)
* [5. Lists](05_Lists)
* [6. Files](06_Files)
* [7. Functions](07_Functions)
[Contents](../Contents)