Skip to content

Commit eeb100c

Browse files
committed
Updated TOC.
1 parent 4f95e72 commit eeb100c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ There are two parts. In the first part, we'll cover the fundamental tools you'll
7979

8080
### Part 2: learning Python
8181

82-
* Lesson 6: discovering Python
83-
* Lesson 7: interacting with your operating system
84-
* Lesson 8: looping over things
85-
* Lesson 9: creating functions
86-
* Lesson 10: creating modules
82+
* **Lesson 6: discovering Python**. Your first steps.
83+
* **Lesson 7: interacting with your operating system**. Do useful stuff with Python.
84+
* **Lesson 8: looping over things**. Computers are very good at repeating things over and over.
85+
* **Lesson 9: creating functions**. Reuse your code.
86+
* **Lesson 10: creating modules**. Organize and distribute your code.

0 commit comments

Comments
 (0)