@@ -6,9 +6,9 @@ projects. Fast-forward a decade and I found myself teaching others the
66same fun. The result of that teaching is this course--A no-nonsense
77treatment of Python that has been actively taught to more than 400
88in-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!
1212
1313--David Beazley ([ https://dabeaz.com ] ( https://dabeaz.com ) ), [ @dabeaz ] ( https://twitter.com/dabeaz )
1414
@@ -104,6 +104,13 @@ Yes, as long as appropriate attribution is given.
104104
105105Yes, as long as such works carry the same license terms and provide attribution.
106106
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+
107114### Q: Do you accept pull requests?
108115
109116Bug reports are appreciated and may be filed through the [ issue
0 commit comments