Skip to content

Commit 4789368

Browse files
committed
* add reading notes for week05
1 parent c661b74 commit 4789368

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/main/outline.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,14 @@ Reading
372372
<http://docs.python.org/2.6/library/unittest.html>`_ - We will be writing
373373
tests from here forward. Start learning how.
374374

375+
Please also skim this:
376+
377+
* `sqlite3 - DB API for sqlite3
378+
<http://www.doughellmann.com/PyMOTW/sqlite3/index.html>`_ - We'll need a bit
379+
of familiarity with the sqlite3 module. How to open connections, execute
380+
queries, and read the results from a cursor. Just read the first two
381+
sections ('Creating a Database' and 'Retrieving Data').
382+
375383
Before Class
376384
************
377385

@@ -396,6 +404,11 @@ specifically in class.
396404

397405
* `Python Web Frameworks <http://wiki.python.org/moin/WebFrameworks>`_
398406

407+
You may also want to do more reading on the unittest module:
408+
409+
* `PyMOTW - unittest
410+
<http://www.doughellmann.com/PyMOTW/unittest/index.html>`_
411+
399412
Assignment
400413
**********
401414

0 commit comments

Comments
 (0)