@@ -6,9 +6,9 @@ projects. Fast-forward a decade and I found myself teaching others the
6
6
same fun. The result of that teaching is this course--A no-nonsense
7
7
treatment of Python that has been actively taught to more than 400
8
8
in-person groups since 2007. Traders, systems admins, astronomers,
9
- tinkerers, and even a few rocket scientists who used Python to help
10
- land a rover on Mars--they've all taken this course. Now, I'm pleased
11
- to make it freely available under a Creative Commons license. Enjoy!
9
+ tinkerers, and even a few hundred rocket scientists who used Python to
10
+ help land a rover on Mars--they've all taken this course. Now, I'm
11
+ pleased to make it available under a Creative Commons license. Enjoy!
12
12
13
13
--David Beazley ([ https://dabeaz.com ] ( https://dabeaz.com ) ), [ @dabeaz ] ( https://twitter.com/dabeaz )
14
14
@@ -104,6 +104,13 @@ Yes, as long as appropriate attribution is given.
104
104
105
105
Yes, as long as such works carry the same license terms and provide attribution.
106
106
107
+ ### Q: Why wasn't topic X covered?
108
+
109
+ There is only so much material that you can cover in a 3-4 days. If
110
+ it wasn't covered, it was probably because it was once covered and it
111
+ caused everyone's head to explode or there was never enough time to
112
+ cover it in the first place.
113
+
107
114
### Q: Do you accept pull requests?
108
115
109
116
Bug reports are appreciated and may be filed through the [ issue
0 commit comments