Updated Articles and Resources
- Python and HTML - HTML Calendars in Python - How To Create A HTML Ca…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:36:18 EST
Whether you want to develop a web-based diary or just want a calendar for your website, a dynamically created calendar in HTML is a very useful item to have. Creating one is a snap with Python's ca… - PHP and Javascript for CGI - Using PHP and Javascript instead of CGICreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:36:16 EST
So you have moved to a new job in data processing as part of web application development. At your old job, you used CGI for to process forms, but the new server does not allow CGI. The hotshot AJAX… - Python CGI - Accessing CGI Form Data With Python's CGICreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:36:13 EST
This tutorial discusses how to use Python to receive and process data from the Common Gateway Interface (CGI). It assumes that you are familiar with CGI basics. If you are not, you should first wor… - Python Text Editors - Choosing a Text Editor for Python ProgrammingCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:36:08 EST
Before you can start programming in Python, you must ensure you have the right equipment. In addition to having Python installed, you will need a text editor. Here I offer some suggestions on choos… - Executing Python Programs - Python Shell vs Python Program FilesCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:36:08 EST
Programming is pointless if you cannot run, or execute, the program you write. Executing a Python program tells the Python interpreter to convert the Python program into something the computer can … - Programming Python Functions - Decorating Python FunctionsCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:36:08 EST
Decorators help the Python program with maintaining and extending Python programs… - Python Web Clients : Building a Web Client in PythonCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:36:07 EST
Network programming is not Python voodoo when you understand the basics of clients and servers. Here is how to build a basic web client in Python… - Python Web Server: Building a Simple Web Server in PythonCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:35:52 EST
Web servers are an invaluable part of the Internet. But sometimes Apache is over the top for a web service solution. Sometimes all you need is a little program to deliver data upon request. Here is… - Python and PostgreSQL - Inserting Data Into a PostgreSQL DatabaseCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:35:49 EST
In this tutorial, we will program Python to insert data into a PostgreSQL database. Here we see how to open the database using Python's psycopg module… - Reading Python Data From a MySQL Database - Reading from a MySQL Dat…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:35:48 EST
Python comes with "batteries included", as the saying goes. This reference to the Python library also suggests the secret to Python programming in general. It is also the basis for any da… - Python and MySQL - Inserting Data Into a MySQL Database With PythonCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:35:45 EST
If you want to insert data into a MySQL database repeatedly and without worrying about SQL syntax, this tutorial is for you… - Reading PostgreSQL With Python - Reading from a PostgreSQL Database …Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:35:43 EST
This tutorial teaches how to read data from a PostgreSQL database using psycopg… - Python Regular Expressions - Python Regex - Forming a Regular Expres…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-11-16 @ 16:35:40 EST
Every successful Python programmer understands Python's regular expression (regex) system and how to formulate regular expressions for matching. Here is how you can do it… - Learn Python - Moving to 3.0 - Text and Data in Python 3.0Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:32:22 EST
The difference between text and data is critical for programming in Python 3.0. Understanding this all-pervasive difference and how it relates to your programming will save you a lot of debugging t… - Python Graphic Interface - Tkinter - Programming Tkinter - Python GU…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:16:01 EST
Most every modern application has a graphic user interface (GUI). For Python, Tkinter is the most commonly available graphic interface toolkit simply because it comes with every installation of Pyt… - Python Graphic Interface - wxPython - Programming wxPython - Python …Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:16:00 EST
Only so much can happen at the command line. Most every modern application has a graphic user interface (GUI). For Python, wxPython is the most mature, cross-platform graphic interface available. T… - Secure Web Programming - Python Web Applications - Programming Secur…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:56 EST
Programming for security is an imperative for the web programmer. Any sloppy coding can be exploited and amount to significant financial and personal losses. Here are some tips on programming Pytho… - Python and HTML - Creating HTML and XHTML Pages in Python - With and…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:53 EST
This tutorial discusses how to use Python and CGI to create HTML pages on the fly. It covers plain HTML pages as well as HTML forms. It assumes that you are familiar with CGI basics… - RSS Reader in Python - Building an RSS Reader With Python - Laying t…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:52 EST
first step in any software project is understanding the problem and then laying the groundwork. Here we consider the tasks of an RSS Reader and lay the groundwork in HTML, CGI, and PHP… - Python Programming - Retrieving Email - Pop POP3 with poplib - Retri…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:52 EST
Getting your mail through POP3 is easy with Python's poplib library. Here is how to use getpass and poplib to script your mail retrieval and to make a local backup of your mailbox… - RSS Reader in Python - Building an RSS Reader With Python - Getting …Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:48 EST
The first step in any software project is understanding the problem and then laying the groundwork. Here we consider the tasks of an RSS Reader and lay the groundwork in HTML, CGI, and PHP… - RSS Reader in Python - Building an RSS Reader With Python - Creating…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:47 EST
The first step in any software project is understanding the problem and then laying the groundwork. Here we build a Python program that fetches RSS feeds and presents them in HTML via CGI or via PH… - RSS Reader in Python - Building an RSS Reader With Python - Handling…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:46 EST
A Python program is not fully-functional until it crashes the way you want, handling errors. Here we look at error checking for the Python-powered RSS Reader… - RSS Reader in Python - Building an RSS Reader With Python - Multilin…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:38 EST
Multilingual processing in Python is important for Python web application development. This tutorial shows how to process multilingual texts for a Python-powered RSS Reader… - Python CGI Testing: Testing CGI With PythonCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:35 EST
Testing CGI scripts can be a tedious task, especially when you do not know the environmental variables under which you are programming. Here is a simple script that gives you the information you ne… - Beginning Python: Python EncodingsCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:31 EST
Python's encoding functions offer a means of encoding ASCII in Unicode and vice versa. Any program that might be used on the internet someday will need to work with multiple character sets. Here is… - Python Exceptions - Beginning Python: Exceptions, Errors, and Warnin…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:27 EST
This tutorial is part of a series designed to help you learn to program in Python. This tutorial looks specifically at the errors, exceptions, and warnings within Python… - Importing Modules and Assigning ValuesCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:26 EST
The purpose of this tutorial is to take a simple program and build upon it in silly ways to illustrate the various elements of the Python language. You would never write a program like this in real… - Learn Python 3.0 - Python 3.0 Tutorials - Python 3.0 Transition GuideCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:25 EST
With the release of Python 3.0, the number of projects that are built on a 3.x interpreter and that break compatibility with the 2.x series and before will only increase. The points of incompatibli… - Python "Hello World" Tutorial - "Hello, World!": A Quick Tutorial on…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:25 EST
The purpose of this Hello World tutorial is to take a simple program and build upon it to illustrate the various elements of the Python language… - Python Programming - What is Python?Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:24 EST
This series of pages discusses what Python is, why one would want to use it, and how it differs from other programming languages… - Python Networking: Peer-to-Peer Networking: Types of P2P NetworksCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:22 EST
One of the more avant-garde forms of network programming is peer-to-peer networking. Here is an introduction to what peer-to-peer entails and what it looks like in general terms… - Learn Python - Network Programming - Port Scanning - Python-Powered …Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:18 EST
Port scanning is a valuable facility for network programming as well as security testing for your network. Here is how to build a port scanner in Python… - Python Networking - FTP in Python - Building an FTP Client in PythonCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:15:15 EST
FTP is a critical protocol for a host of networking solutions. Here is how to use Python's ftplib module to interact with FTP servers over an open connection… - Python Programming - Email Whitelist for Spam Filters - Building an …Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:14:57 EST
Training a spam filter can take a good deal of time and effort. Use an email whitelist to jumpstart the spam filter process. Here's how to create a whitelist of good email addresses for your spam f… - Python Modules - Python Library - System Programming With the os Mod…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:14:53 EST
Python's os module handles much of the language's portability with respect to the local operating system. Here is how to do cross-platform system programming with Python… - Python Programming - Python Library - Python's os Module - Process M…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:14:53 EST
Python's os module provides a convenient interface for many system-level operations. This overview of the module shows how to interact dynamically with the operating system and runtime environment … - Python Programming - Python Library - poplib Module - Accessing POP3…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:14:50 EST
Whether you are coding for the Web, the desktop, or for handheld communication devices (PDAs, smartphones, etc.), being able to collect email is an important part of network programming. Here is ho… - Python Programming - Backup Gmail - Archive Google Mail - Backup You…Created: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:14:45 EST
Getting your Google mail through POP3 is easy with Python's poplib library. Here is how to use getpass and poplib to script your Gmail retrieval and to make a local backup of your mailbox… - Programming Basics - How a Computer Reads a ProgramCreated: 2010-02-17 @ 17:14:38 EST Updated: 2010-02-17 @ 17:14:44 EST
Are you clueless about what a computer actually does with a program? If so, this tutorial is for you. It will tell you the basic parts of a program's composition and how the computer "sees&quo;… - Beginning Python - Data Types in PythonCreated: 2010-02-17 @ 17:13:29 EST Updated: 2010-02-17 @ 17:32:21 EST
This beginning tutorial is part of a series for learning the fundamentals of Python. It covers the data types used in Python… - Beginning Python: OperatorsCreated: 2010-02-17 @ 17:13:29 EST Updated: 2010-02-17 @ 17:13:37 EST
This tutorial is part of a series designed to help you learn to program in Python. This tutorial looks specifically at the operators within Python… - Forming ConditionsCreated: 2010-02-17 @ 17:13:29 EST Updated: 2010-02-17 @ 17:13:37 EST
This tutorial is part of a series on the fundamentals of Python. It covers the control tools used in Python. If you are new to Python, this tutorial is for you. If you are new to programming, you s… - IndentationCreated: 2010-02-17 @ 17:13:29 EST Updated: 2010-02-17 @ 17:13:36 EST
This tutorial is part of a series on the fundamentals of Python. It covers the syntax used in Python programming. If you are new to Python, this tutorial is for you. If you are completely new to pr… - Created: 2010-01-15 @ 21:01:44 EST Updated: 2010-01-15 @ 21:01:44 EST
- Python Modules - socket Module - DNS Checking - Checking URLs and IP…Created: 2008-02-16 @ 06:49:40 EST Updated: 2010-04-16 @ 11:05:18 EDT
In the Wild World of the Web, checking the DNS entry of a URL or IP address is increasingly necessary. Here is how to do it with the Python socket module… - Python Objects and Persistence: Using Shelve to Save Objects in Pyth…Created: 2007-08-15 @ 06:16:31 EDT Updated: 2010-04-16 @ 11:05:10 EDT
Python's shelve module is a powerful way to include persistence and to save objects in an easy-access database format. Here is how to open, assign value to, restore value from, and close shelve di… - Python Objects and Persistance: Using Pickle to Save Objects in Pyth…Created: 2007-08-15 @ 06:07:59 EDT Updated: 2010-04-16 @ 11:05:10 EDT
Python's pickle module is a quick and easy way to save Python objects in a standard format. Here is how to save and restore Python objects with pickle… - Python String Module - Python's Template Strings and Template String…Created: 2007-06-27 @ 12:21:00 EDT Updated: 2010-04-16 @ 11:05:11 EDT
Python's string module provides a Template class to process strings powerfully and en masse. Here is a description of the methods and the single attribute of this class and an example of how to us… - Python String Methods: Built-in Methods for Handling Strings in Pyth…Created: 2007-06-14 @ 11:02:50 EDT Updated: 2010-04-16 @ 11:05:10 EDT
Python's built-in string methods are incredibly powerful. As the name implies, each of the following methods are available through class String. Every string object is an instance of that … - Python RegEx - Python Regular Expressions - Examples - Escaped Z ('\…Created: 2007-02-24 @ 16:11:51 EST Updated: 2010-04-16 @ 11:05:12 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - Escaped W ('\…Created: 2007-02-24 @ 16:10:11 EST Updated: 2010-04-16 @ 11:05:15 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the use of '\W'… - Python RegEx - Python Regular Expressions - Examples - Escaped w ('\…Created: 2007-02-24 @ 16:08:58 EST Updated: 2010-04-16 @ 11:05:12 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the use of '\w'… - Python RegEx - Python Regular Expressions - Examples - Escaped S ('\…Created: 2007-02-24 @ 16:07:31 EST Updated: 2010-04-16 @ 11:05:15 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - Escaped s ('\…Created: 2007-02-24 @ 16:06:13 EST Updated: 2010-04-16 @ 11:05:12 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - Escaped A ('\…Created: 2007-02-24 @ 16:04:59 EST Updated: 2010-04-16 @ 11:05:15 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - Escaped d ('\…Created: 2007-02-24 @ 16:03:40 EST Updated: 2010-04-16 @ 11:05:14 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the use of an escaped 'd.'… - Python RegEx - Python Regular Expressions - Examples - Escaped B ('\…Created: 2007-02-24 @ 16:02:22 EST Updated: 2010-04-16 @ 11:05:15 EDT
Python's regular expression (regex) engine is very powerful. This page discusses escaped 'B.'… - Python RegEx - Python Regular Expressions - Examples - Escaped A ('\…Created: 2007-02-24 @ 15:58:39 EST Updated: 2010-04-16 @ 11:05:15 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - Disorder…Created: 2007-02-24 @ 15:56:40 EST Updated: 2010-04-16 @ 11:05:13 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - Order…Created: 2007-02-24 @ 15:55:42 EST Updated: 2010-04-16 @ 11:05:13 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - Inequality…Created: 2007-02-24 @ 15:52:37 EST Updated: 2010-04-16 @ 11:05:13 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - Equality…Created: 2007-02-24 @ 15:51:13 EST Updated: 2010-04-16 @ 11:05:13 EDT
Python's regular expression (regex) engine is very powerful. This page shows how to express equality… - Python RegEx - Python Regular Expressions - Examples - Comments and …Created: 2007-02-24 @ 15:50:03 EST Updated: 2010-04-16 @ 11:05:12 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - Calling Regul…Created: 2007-02-24 @ 15:47:44 EST Updated: 2010-04-16 @ 11:05:14 EDT
Python's regular expression (regex) engine is very powerful. This page discusses how to call regular expressions by name… - Python RegEx - Python Regular Expressions - Examples - Naming Regula…Created: 2007-02-24 @ 15:46:09 EST Updated: 2010-04-16 @ 11:05:13 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - the Colon…Created: 2007-02-24 @ 15:44:43 EST Updated: 2010-04-16 @ 11:05:14 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the use of the colon… - Python RegEx - Python Regular Expressions - Examples - Flags…Created: 2007-02-24 @ 15:42:17 EST Updated: 2010-04-16 @ 11:05:13 EDT
Python's regular expression (regex) engine is very powerful. This page discusses regular expression flags… - Python RegEx - Python Regular Expressions - Examples - Parenthesis a…Created: 2007-02-24 @ 15:37:19 EST Updated: 2010-04-16 @ 11:05:12 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - Square Braces…Created: 2007-02-24 @ 15:32:43 EST Updated: 2010-04-16 @ 11:05:15 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - the Dot, Full…Created: 2007-02-24 @ 15:30:53 EST Updated: 2010-04-16 @ 11:05:13 EDT
Python's regular expression (regex) engine is very powerful. This page discusses square braces or brackets… - Python RegEx - Python Regular Expressions - Examples - the Escape Ch…Created: 2007-02-24 @ 15:24:49 EST Updated: 2010-04-16 @ 11:05:13 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the escape character or backslash… - Python RegEx - Python Regular Expressions - Examples - Curly Braces …Created: 2007-02-24 @ 15:22:52 EST Updated: 2010-04-16 @ 11:05:15 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the use of curly braces with question marks… - Python RegEx - Python Regular Expressions - Examples - More Complex …Created: 2007-02-24 @ 15:21:22 EST Updated: 2010-04-16 @ 11:05:15 EDT
Python's regular expression (regex) engine is very powerful. This page discusses more complex uses of curly braces… - Python RegEx - Python Regular Expressions - Examples - the Simple Cu…Created: 2007-02-24 @ 15:19:30 EST Updated: 2010-04-16 @ 11:05:15 EDT
Python's regular expression (regex) engine is very powerful. This page discusses curly braces… - Python RegEx - Python Regular Expressions - Examples - Compound RegE…Created: 2007-02-24 @ 15:17:13 EST Updated: 2010-04-16 @ 11:05:14 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the compound regex: '??.'… - Python RegEx - Python Regular Expressions - Examples - Compound RegE…Created: 2007-02-24 @ 15:15:47 EST Updated: 2010-04-16 @ 11:05:14 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the compound regex: '+?.'… - Python RegEx - Python Regular Expressions - Examples - Compound RegE…Created: 2007-02-24 @ 15:14:30 EST Updated: 2010-04-16 @ 11:05:14 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the compound regex: '*?.'… - Python RegEx - Python Regular Expressions - Examples - the Pipe…Created: 2007-02-24 @ 15:11:38 EST Updated: 2010-04-16 @ 11:05:12 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the dot symbol… - Python RegEx - Python Regular Expressions - Examples - the Plus Sign…Created: 2007-02-24 @ 15:09:59 EST Updated: 2010-04-16 @ 11:05:12 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the dot symbol… - Python RegEx - Python Regular Expressions - Examples - the Asterisk…Created: 2007-02-24 @ 15:08:48 EST Updated: 2010-04-16 @ 11:05:12 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the asterisk… - Python RegEx - Python Regular Expressions - Examples - the Dollar Si…Created: 2007-02-24 @ 15:05:54 EST Updated: 2010-04-16 @ 11:05:13 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the dollar symbol… - Python RegEx - Python Regular Expressions - Examples - the Carat…Created: 2007-02-24 @ 15:03:46 EST Updated: 2010-04-16 @ 11:05:14 EDT
Python's regular expression (regex) engine is very powerful. This page discusses the carat symbol… - Python Regular Expressions - Python Regex - What is a Regular Expres…Created: 2007-02-13 @ 06:19:20 EST Updated: 2010-11-16 @ 16:19:37 EST
Regular expressions are a Python programmer's best friend. Understanding what they are and how to use them will help you leap tall programming tasks in a single bound… - Python Regular Expressions (regex): Order of Matching ('(?<!)')…Created: 2007-01-31 @ 10:07:19 EST Updated: 2010-03-03 @ 16:11:13 EST
Python's regular expression (regex) engine is very powerful. This page discusses ordered negation… - Python Regular Expressions (regex): Order of Matching ('(?<=)')…Created: 2007-01-31 @ 10:05:27 EST Updated: 2010-03-03 @ 16:11:13 EST
Python's regular expression (regex) engine is very powerful. This page discusses ordered matching… - Python Regular Expressions (regex): Regex Negation ('(?!)')…Created: 2007-01-31 @ 10:04:02 EST Updated: 2010-03-03 @ 16:11:13 EST
Python's regular expression (regex) engine is very powerful. This page discusses regex negation… - Python Regular Expressions (regex): Two-Part Regexes ('(?=)')…Created: 2007-01-31 @ 10:02:37 EST Updated: 2010-03-03 @ 16:11:14 EST
Python's regular expression (regex) engine is very powerful. This page discusses equality in two-part expressions… - Rapid Web Applications with TurboGearsCreated: 2007-01-23 @ 17:17:51 EST Updated: 2010-11-16 @ 16:07:23 EST
TurboGears is one of the main web application [i]frameworks [/i]written for Python programmers. This book will help you use it to its fullest… - Reading a Single Line from a File With Python…Created: 2006-11-21 @ 19:53:11 EST Updated: 2010-11-16 @ 16:11:15 EST
Getting a line from a file is easy with Python. This tip shows you how… - Python 2.5's 'with' StatementCreated: 2006-10-29 @ 18:09:11 EST Updated: 2010-11-16 @ 16:11:17 EST
One of the new features that was released with Python 2.5 last month is the 'with' statement. For those of you who are used to Python's try...except statement, you may find this to be the&… - Moving Around in a FileCreated: 2006-08-30 @ 15:40:03 EDT Updated: 2010-11-16 @ 16:11:16 EST
If you are familiar with reading a file into memory but still wonder how to move around inside it after that, this ScripTip will help you. Using the code from the earlier tip, this discussion show… - HTML and CSS Preamble For Creating a Calendar in Python…Created: 2006-07-23 @ 18:37:33 EDT Updated: 2010-04-16 @ 11:05:10 EDT
This page contains the HTML and CSS needed for the tutorial on creating calendars in Python… - How to Analyze a File All-At-Once Using a Dictionary…Created: 2006-07-22 @ 12:37:38 EDT Updated: 2010-11-16 @ 16:11:16 EST
This tip gives advice on analyzing one or more files simultaneously using Python's dictionary data types. This type of analysis is useful for local analysis (as opposed to network server usage) wh… - How to Analyze a File Line-By-Line With Python…Created: 2006-07-22 @ 07:01:10 EDT Updated: 2010-11-16 @ 16:11:16 EST
This tip gives advice on analyzing a file one line at a time. This type of analysis is particularly useful when writing a program that will be run several times simultaneously (e.g., CGI scripts)…
