You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# python-adv-slides
2
2
3
-
This is a set of slides for a 2-day course on Python intended for existing programmers who want to learn the joy that is the Zen of Python.
3
+
This is a set of slides for a 3-day course on Python intended for existing programmers who want to learn the joy that is the Zen of Python.
4
4
5
5
It does not waste time teaching the basics of programming -- instead, it dives right into what makes Python special. The first day is spent exploring common Python idioms and ways of doing things.
6
6
7
7
The second day is spent on advanced Python features and techniques that make the language such a joy to use.
8
8
9
+
The final day is spent on learning the Python standard library and all its wonders.
10
+
9
11
I have given this presentation at places like BarCamp, HackNY, and other smaller conferences and gatherings.
0 commit comments