@@ -20,8 +20,6 @@ Class presentations are available online for your use
20
20
21
21
http://github.com/cewing/training.python_web
22
22
23
- Use the ``week-long-format `` branch for this class
24
-
25
23
Licensed with Creative Commons BY-NC-SA
26
24
27
25
* You must attribute the work
@@ -31,34 +29,14 @@ Licensed with Creative Commons BY-NC-SA
31
29
Find mistakes? See improvements? Make a pull request.
32
30
33
31
34
- But First
35
- ---------
36
-
37
- Daily Schedule
38
-
39
- * 9:00 am to 10:30 am - Session 1a
40
-
41
- * 15 minute break
42
-
43
- * 10:45 am to 12:30 pm - Session 1b
44
-
45
- * 1 hour lunch
46
-
47
- * 1:30 pm to 3:00 pm - Session 2a
48
-
49
- * 15 minute break
50
-
51
- * 3:15 pm to 5:00 pm - Session 2b
52
-
53
-
54
32
But First
55
33
---------
56
34
57
35
Classroom Protocol
58
36
59
37
.. class :: incremental
60
38
61
- Question to ask:
39
+ Questions to ask:
62
40
63
41
.. class :: incremental
64
42
@@ -75,17 +53,17 @@ Classroom Protocol
75
53
76
54
.. class :: incremental
77
55
78
- Question **not ** to ask:
56
+ Questions **not ** to ask:
79
57
80
58
.. class :: incremental
81
59
82
- * Hypotheticals: What happens if I do X?
83
- * Research: Can Python do Y?
84
- * Syllabus: Are we going to cover Z in class?
85
- * Marketing questions: please just don't.
86
- * Performance questions: Is Python fast enough?
87
- * Unpythonic: Why doesn't Python do it some other way?
88
- * Show off: Look what I just did!
60
+ * ** Hypotheticals ** : What happens if I do X?
61
+ * ** Research ** : Can Python do Y?
62
+ * ** Syllabus ** : Are we going to cover Z in class?
63
+ * ** Marketing questions ** : please just don't.
64
+ * ** Performance questions ** : Is Python fast enough?
65
+ * ** Unpythonic ** : Why doesn't Python do it some other way?
66
+ * ** Show off ** : Look what I just did!
89
67
90
68
91
69
But First
@@ -537,7 +515,7 @@ prefixed by ``IPPROTO_``::
537
515
.. class :: incremental
538
516
539
517
The choice of which protocol to use for a socket is determined by the
540
- communications protocol you intend to use. ``IP ``? ``ICMP ``? ``UDP ``?
518
+ * internet layer * protocol you intend to use. ``IP ``? ``ICMP ``? ``IGMP ``?
541
519
542
520
543
521
Test your skills
0 commit comments