Added overview
This commit is contained in:
17
Notes/01_Introduction/00_Overview.md
Normal file
17
Notes/01_Introduction/00_Overview.md
Normal 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)
|
||||||
|
|
||||||
Reference in New Issue
Block a user