learn-python/README
2023-06-07 17:58:34 -04:00

35 lines
701 B
Plaintext

+--------------+
| Learn Python |
+--------------+
Short exercises I made while teaching my friend how to program
+------------+
| How to use |
+------------+
Each lesson is contained in a file (for instance, lesson 1 is contained in l1.py).
Read through each file, then think about what it would output.
Run the file and see if you were correct.
Exercises are contained in files as well (for instance, exercise 1 is contained in e1.py).
Read the comment and do what it instructs you to do.
Run the exercise.
+---------------+
| Prerequisites |
+---------------+
The following must be downloaded and installed:
- Python
- Git
+------+
| Plan |
+------+
Day 1 {
Lessons 1-5
Exercises 1-5
}