Python
Python is a general-purpose, very high-level programming language. Its design philosophy emphasizes programmer productivity and code readability.
Article

Tutorial: Microsoft text-to-speech in Python (pyTTS)

The pyTTS module wraps the text-to-speech services of the Microsoft Speech API (SAPI) for use in Python. It relies on the win32com library for obtaining and communicating with the SAPI COM interfaces...
Article

Python for Linguists

This short tutorial provides agentle introduction to the Python language. We will focus primarily on features of the language particularly useful for processing in the domain of computational...
Article

CherryPy Tutorial

CherryPy is a pythonic, object-oriented HTTP framework. It provides the foundation over which complex web-based applications can be written, with little or no knowledge of the underlying protocols....
Article

Python Types and Objects

Explains different Python new-style objects, starting with and , and going all the way to user defined classes and instances. New-style implies Python version 2.2 and up. The system described is...
Article

Python Attributes and Methods

Explains the mechanics of attribute access, how functions become methods, descriptors, properties, MRO and the like for new-style Python objects. New-style implies Python version 2.2 and up.
Article

Boost.Python

Welcome to version 2 of Boost.Python, a C++ library which enables seamless interoperability between C++ and the Python programming language. The new version has been rewritten from the ground up,...
Article

Python and XML: An Introduction

The Python programming language provides an increasing amount of support for XML technologies. This document attempts to introduce some basic XML processing concepts to readers who have not yet...
Article

Python and HTML Processing

Various Web surfing tasks that I regularly perform could be made much easier, and less tedious, if I could only use Python to fetch the HTML pages and to process them, yielding the information I...
Article

Writing win32 applications with python and glade

The goal of this article is to build a podcasting tool using Pygtk (Python + Glade + Pygtk). This tool, named BitPodder, is a podcasting tool allowing getting .torrent files from RSS Feeds. By...
Article

The Python DB-API interface

Many people use Python because, like other scripting languages, it is a portable, platform-independent and general-purpose language that can perform the same tasks as the database-centric,...
Article

wxPyWiki - Windows applications

This is a brief sample program and supporting files which builds a small but complete Windows application using Python, wxPython, and py2exe. It demonstrates a number of things that seem to be left...
Article

Python beginners guide

New to programming? Python is free, and easy to learn if you know where to start! This guide will help you to get started quickly.
Article

How-To Guide for Descriptors

Defines descriptors, summarizes the protocol, and shows how descriptors are called. Examines a custom descriptor and several built-in python descriptors including functions, properties, static...
Article

A quick look at Python modules

This article introduces the idea of importing Python modules that manage many common and/or special tasks that you would otherwise have to write programming code for. IDLE is featured in this article...
Article

Django on Windows

This guide covers installing Python (and required modules), Postgres, Apache, mod_python, and Django. Also, it includes steps to confirm that Django is working properly post-install. It does not,...
Article

Using Python Scripts with IIS

Python is an interpreted scripting language similar in concept to Microsoft Visual Basic Script (VBScript), Microsoft JScript, Perl, or other scripting languages. While Internet Information Server...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.