| prev | Version 1103 (Mon Nov 27 20:46:11 2006) | next |
![[Branching and Merging]](./img/summary/branch_and_merge.png)
Figure 28.1: Branching and Merging
patch program to do thisdiff and applies it to the original file to produce the modified fileMake has turned into a clumsy programming languageSCons combines the most useful features of Make with the full power of Python# 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![[]](./img/summary/pickle.png)
Figure .:
SQLObject![[]](./img/summary/orm.png)
Figure .:
Ruby on Rails is another popular choiceRuby is a scripting language with similarities to both Python and PerlRuby on Rails automatically handles object/relational mapping, constructs stubs of unit tests, etc.Django and TurboGearsparam1 and param2Seamonkey Code Reviewer's Guide for example guidelinesmain)Internet Groupware for Scientific Collaboration talks about how much more the web could do for scientists| prev | Copyright © 2005-06 Python Software Foundation. | next |