prev | Version 1103 (Mon Nov 27 20:46:11 2006) | next |
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
moduleFigure .:
SQLObject
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 TurboGears
param1
and param2
Seamonkey Code Reviewer's Guide
for example guidelinesmain
)Internet Groupware for Scientific Collaboration
talks about how much more the web could do for scientistsprev | Copyright © 2005-06 Python Software Foundation. | next |