Skip to content

Commit 9235e13

Browse files
committed
updates
1 parent 1602e9b commit 9235e13

File tree

1 file changed

+10
-32
lines changed

1 file changed

+10
-32
lines changed

source/presentations/session01.rst

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Class presentations are available online for your use
2020

2121
http://github.com/cewing/training.python_web
2222

23-
Use the ``week-long-format`` branch for this class
24-
2523
Licensed with Creative Commons BY-NC-SA
2624

2725
* You must attribute the work
@@ -31,34 +29,14 @@ Licensed with Creative Commons BY-NC-SA
3129
Find mistakes? See improvements? Make a pull request.
3230

3331

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-
5432
But First
5533
---------
5634

5735
Classroom Protocol
5836

5937
.. class:: incremental
6038

61-
Question to ask:
39+
Questions to ask:
6240

6341
.. class:: incremental
6442

@@ -75,17 +53,17 @@ Classroom Protocol
7553

7654
.. class:: incremental
7755

78-
Question **not** to ask:
56+
Questions **not** to ask:
7957

8058
.. class:: incremental
8159

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!
8967

9068

9169
But First
@@ -537,7 +515,7 @@ prefixed by ``IPPROTO_``::
537515
.. class:: incremental
538516

539517
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``?
541519

542520

543521
Test your skills

0 commit comments

Comments
 (0)