@@ -53,20 +53,20 @@ in some other programming language or Python itself.
53
53
54
54
This is not a course on web development. That's a different
55
55
circus. However, if you stick around for this circus, you'll still see
56
- some interesting acts--just nothing involving animals.
56
+ some interesting acts--just nothing involving animals.
57
57
58
58
This is not a course for software engineers on how to write or
59
59
maintain a one-million line Python application. I don't write programs
60
60
like that, nor do most companies who use Python, and neither should
61
- you. Delete something already!
61
+ you. Delete something already!
62
62
63
63
## Take me to the Course Already!
64
64
65
- Ok, ok. Point your browser [ HERE] ( Notes/Contents ) !
65
+ Ok, ok. Point your browser [ HERE] ( Notes/Contents.md ) !
66
66
67
67
## Community Discussion
68
68
69
- Want to discuss the course? You can join the conversation on
69
+ Want to discuss the course? You can join the conversation on
70
70
[ Gitter] ( https://gitter.im/dabeaz-course/practical-python ) . I can't
71
71
promise an individual response, but perhaps others can jump in to help.
72
72
@@ -94,7 +94,7 @@ No. This course is about you writing Python code, not watching someone else.
94
94
95
95
### Q: How is this course licensed?
96
96
97
- Practical Python Programming is licensed under a Creative Commons Attribution ShareAlike 4.0 International License.
97
+ Practical Python Programming is licensed under a Creative Commons Attribution ShareAlike 4.0 International License.
98
98
99
99
### Q: May I use this material to teach my own Python course?
100
100
@@ -116,5 +116,5 @@ cover it in the first place.
116
116
Bug reports are appreciated and may be filed through the [ issue
117
117
tracker] ( https://github.com/dabeaz-course/practical-python/issues ) .
118
118
Pull requests are not accepted except by invitation. Please file an
119
- issue first.
119
+ issue first.
120
120
0 commit comments