April 24, 2010: We are pleased to announce that Version 4 of this course is now under development. For updates and an early peek at the content, please check out the Software Carpentry blog at http://www.software-carpentry.org/blog/.
Figure 27.1: Branching and Merging
patch program to do this
diff and applies it to the original file to produce the modified file# What does the program depend on?
dependencies = ['file1.c', 'file2.c']
if os.platform == 'win32':
dependencies.append('win32.c')
# Which version are we building?
if 'debug' in COMMAND_LINE_TARGETS:
Program('hello_dbg', dependencies)
else:
Program('hello', dependencies)
pickle module
Figure 27.3: Object-Relational Mapping
param1 and param2main)Copyright © 2005-09 Python Software Foundation.
Created Thu Aug 6 21:56:06 2009 UTC