152015024128143245168232148039196038240039088173205162105045222218065012141030161162250
The Development Process of Python Programs
At this point, it's presumed that you have already written many Python programs, and that you want more details and material covering development tools that can optimize the development stage of your applications. The next list of topics shows what is introduced in the chapter that can help you along the development process of your programs.
-
How to compile the Python interpreter on Windows and UNIX platforms
-
Available tools for code editing
-
List of example scripts that come as part of the Python distribution
-
How to generate executable Python bytecode files
-
How to start the Python interpreter using different command line options
-
How to debug and profile a Python program
-
How to pack and distribute your Python application
| Last updated on 1/30/2002 Python Developer's Handbook, © 2002 Sams Publishing |
|