@@ -110,105 +110,153 @@ Fluent Python
110110Week 1: Jan 9 -- Iterators and Generators, Packaging
111111....................................................
112112
113- :ref: `iterators_generators `
113+ :ref: `session_2_01 `
114114
115- :ref: `packaging `
116115
117- Homework: make an proper package of mailroom: :ref: `exercise_mailroom_package `
116+ .. :ref:`iterators_generators`
117+
118+ .. :ref:`packaging`
119+
120+ .. Homework: make an proper package of mailroom:
121+ .. :ref:`exercise_mailroom_package`
118122
119123 Week 2: Jan 16
120124..............
121125
122- * Code Reviews
126+ :ref: `session_2_02 `
127+
128+ :ref: `notes_session12 `
129+
130+ .. * Code Reviews
123131
124- * Closures and Currying
132+ .. * Closures and Currying
125133
126- :ref: `decorators `
134+ .. :ref:`decorators`
127135
128136
129137 Week 3: Jan 23
130138..............
131139
132- :ref: `context_managers `
140+ :ref: `session_2_03 `
133141
134- * Itertools
142+ :ref: ` notes_session13 `
135143
136- * Functools
144+ .. :ref:`context_managers`
145+
146+ .. * Itertools
147+
148+ .. * Functools
137149
138150
139151 Week 4: Jan 30 -- Advanced Testing
140152..................................
141153
142- * ``unittest ``
154+ :ref: `session_2_04 `
155+
156+ :ref: `notes_session14 `
143157
144- * Linting
145158
146- * Coverage
159+ .. * ``unittest``
147160
148- * Fixtures
161+ .. * Linting
149162
150- * Mocking
163+ .. * Coverage
151164
152- * Hypothesis Testing
165+ .. * Fixtures
166+
167+ .. * Mocking
168+
169+ .. * Hypothesis Testing
153170
154171
155172 Week 5: Feb 6 -- Debugging and Logging
156173......................................
157174
158- * Logging module
175+ :ref: `session_2_05 `
176+
177+ :ref: `notes_session15 `
178+
159179
160- * Syslog
180+ .. * Logging module
161181
162- * Debugging techniques
182+ .. * Syslog
163183
164- * pdb/ipdb
184+ .. * Debugging techniques
185+
186+ .. * pdb/ipdb
165187
166188 Week 6: Feb 13 -- Metaprogramming
167189.................................
168190
169- * Metprogramming tools
191+ :ref: `session_2_06 `
192+
193+ :ref: `notes_session16 `
194+
170195
171- * Class Decorators
196+ .. * Metprogramming tools
197+
198+ .. * Class Decorators
199+
200+ .. * Metaclasses
172201
173- * Metaclasses
174202
175203 Week 7: Feb 20 -- Relational Databases
176204......................................
177205
178- * SQL
179- * ORMs
180- * Normalization
181- * Schema
182- * Sqlite
183- * Postgresql
206+ :ref: `session_2_07 `
207+
208+ :ref: `notes_session17 `
209+
210+
211+ .. * SQL
212+ .. * ORMs
213+ .. * Normalization
214+ .. * Schema
215+ .. * Sqlite
216+ .. * Postgresql
184217
185218 Week 8: Feb 27 -- Object/Document, Key/Value and Graph Databases
186219................................................................
187220
188- * Persistence and Serialization: pickle, json, csv, ...
189- * Schema vs “Schemaless”
190- * No-Sql
191- * Mongo
192- * Redis
193- * Neo4j
221+ :ref: `session_2_08 `
222+
223+ :ref: `notes_session18 `
224+
225+
226+
227+ .. * Persistence and Serialization: pickle, json, csv, ...
228+ .. * Schema vs “Schemaless”
229+ .. * No-Sql
230+ .. * Mongo
231+ .. * Redis
232+ .. * Neo4j
194233
195234 Week 9: Mar 6 -- Concurrency & Async Programming
196235................................................
197236
198- * Concurrency
199- * Threading and Multiprocessing
200- * Message Queues
201- * Coroutines
202- * Async
203- * Celery
237+ :ref: `session_2_09 `
238+
239+ :ref: `notes_session19 `
240+
241+
242+ .. * Concurrency
243+ .. * Threading and Multiprocessing
244+ .. * Message Queues
245+ .. * Coroutines
246+ .. * Async
247+ .. * Celery
204248
205249 Week 10: Mar 13 -- Profiling & Performance
206250..........................................
207251
208- * Timing
209- * Profiling
210- * PyPy
211- * Cython
252+ :ref: `session_2_10 `
253+
254+ :ref: `notes_session20 `
255+
256+ .. * Timing
257+ .. * Profiling
258+ .. * PyPy
259+ .. * Cython
212260
213261
214262 Lightning Talks
0 commit comments