[Tutor] BrainBench Python1.5 test outline

kromag@nsacom.net kromag@nsacom.net
Wed, 27 Jun 2001 17:13:59 -0700 (PDT)


Since you asked so nice! 

The following is guffed from brainbench (http://www.brainbench.com/
It picks out a random group of questions from a large database, YMMV.


Test Outline 

Built-In Functions 
 Applicative Functions 
 File Handling 
 Introspective Functions 
 Magic Methods, Functions and Attributes 
 Meta-functions 
 Numeric Functions 

Conversions 
 ConfigParser, getopt 
 Internet Formats 
 md5, crypt, gzip 
 sgmllib,xmllib 

Core Language 
 Comparison and Boolean Operators 
 Defining Functions and Classes 
 Dictionary Operators and Methods 
 Exception Handling 
 Flow Control Statements 
 Formatting strings 
 Namespaces 
 Numeric Operators  
 Sequence Operators and Methods 
 Syntax  

Internet Modules 
 CGI 
 htmllib 
 Other Protocols 
 Servers 
 urllib, urlparse 

Process Management 
 os, posix, win32 
 pstats, profile 
 thread, threading 

Python Environments 
 Environment Variables 
 Idle 
 Interactive Mode 

Storage and Persistence 
 *dbm 
 Pickle, shelve, marshal 

String-related Modules 
 re 
 String 
 StringIO/cStringIO