|
1 | 1 | # Course Setup and Overview |
2 | 2 |
|
3 | | -Welcome to Practical Python Programming! |
| 3 | +Welcome to Practical Python Programming! This page has some important information |
| 4 | +about course setup and logistics. |
| 5 | + |
| 6 | +## Course Duration and Time Requirements |
| 7 | + |
| 8 | +This course was originally given as an instructor-led in-person |
| 9 | +training that spanned 3 to 4 days. To complete the course in its |
| 10 | +entirety, you should plan on committing 25-35 hours of work. |
4 | 11 |
|
5 | 12 | ## Setup and Python Installation |
6 | 13 |
|
@@ -54,18 +61,30 @@ bash % |
54 | 61 | With this option, you just won't be able to commit code changes except |
55 | 62 | to the local copy on your machine. |
56 | 63 |
|
57 | | -## File Layout |
| 64 | +## Coursework Layout |
| 65 | + |
| 66 | +Do all of your coding work in the `Work/` directory. Within that |
| 67 | +directory, there is a `Data/` directory. The `Data/` directory |
| 68 | +contains a variety of datafiles and other scripts used during the |
| 69 | +course. You will frequently have to access files located in `Data/`. |
| 70 | +Course exercises are written with the assumption that you are creating |
| 71 | +programs in the `Work/` directory. |
| 72 | + |
| 73 | +## Course Order |
58 | 74 |
|
59 | | -Do all of your coding work in the `Work/` directory. Within that directory, |
60 | | -there is a `Data/` directory. The `Data/` directory contains a variety of |
61 | | -datafiles and other scripts used during the course. You will frequently have |
62 | | -to access files in `Data/`. Course exercises are written with the assumption |
63 | | -that you are creating programs in the `Work/` directory. |
| 75 | +Course material should be completed in section order, starting with |
| 76 | +section 1. Course exercises in later sections build upon code written in |
| 77 | +earlier sections. |
64 | 78 |
|
65 | | -## Solutions |
| 79 | +## Solution Code |
66 | 80 |
|
67 | 81 | The `Solutions/` directory contains full solution code to selected exercises. |
68 | | -Feel free to look at this if you need a hint. |
| 82 | +Feel free to look at this if you need a hint. To get the most out of the |
| 83 | +course, you should try to create your own solutions first. |
| 84 | + |
| 85 | +[Contents](Contents) |
| 86 | + |
| 87 | + |
69 | 88 |
|
70 | 89 |
|
71 | 90 |
|
|
0 commit comments