File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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+ 
375383Before 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+ 
399412Assignment
400413********** 
401414
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments