diff --git a/Notes/01_Introduction/00_Overview.md b/Notes/01_Introduction/00_Overview.md new file mode 100644 index 0000000..830c0ef --- /dev/null +++ b/Notes/01_Introduction/00_Overview.md @@ -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) +