Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Email:

Dave Kuhlman

Company: Rexx.com

Author Bio:

Dave Kuhlman has worked for many years on a variety of software
development projects, in several programming languages, and on
more than one platform. Because of Python's clear syntax,
developer friendliness, and broad utility, Dave focuses his energy
on the Python language, on systems built with Python, and on
developing documentation and training materials for those systems.
Dave's current work involves XML processing in Python as well as
the development of tools and documentation for Zope and the CMSs
(content management systems) that run on top of Zope, Dave's
current platform is Debian GNU/Linux; he has installed and
administers a small network composed of several Linux boxes behind
a Linux router/gateway.  More information about Dave's work can be
found at http://www.rexx.com/~dkuhlman.

Copyright Information For Dave Kuhlman's Tutorials:

Copyright (c) 2003 Dave Kuhlman

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



Tutorials written by Dave Kuhlman:

Python 101 - Introduction to Python
Python is a high-level general purpose programming language. Because code is automatically compiled to byte code and executed, Python is suitable for use as a scripting language, Web application implementation language, etc. Because Python can be extended in C and C++, Python can provide the speed needed for even compute intensive tasks.
Saturday, 2nd July 2005

Python 201 - (Slightly) Advanced Python Topics
This document is intended as notes for a course on (slightly) advanced Python topics that are of interest to Python programmers.
Wednesday, 6th July 2005