| Home : Web : Python |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Python Listings
|
|
Total:
52 | Displaying: 41 - 50 | Pages: << 1 2 3 4 5 6 >> |
|
|
|
At last month\'s PyCon in Washington D.C. developers of the Twisted network application framework gave presentations. (Papers are available on the Python wiki .) In some ways, it was Twisted\'s big debut. Many attendees have made positive remarked the presentations. Once obscured, Twisted is stepping into the light. The conference also gave Twisted\'s developers a chance to meet in one place. The Twisted project was originally conceived on the OpenProjects.
Updated: 04/29/2005
|
|
|
Source Convention 2002 tutorial, \"Python for [Perl] Programmers/\" However, this article includes more Perl and Python comparison than I\'ve included in the tutorial. My tutorial targets experienced programmers of all sorts, with the non-Python examples drawn from Perl. In this article I\'ll be comparing Python\'s loop constructs to Perl\'s. Perl has two basic looping constructs: while and for/foreach.
Updated: 04/29/2005
|
|
|
Why Use Python Let\'s Write a Program Where Do We Go From Here? Review Preface What you will learn This is the first in a series of online tutorial lessons designed to teach you how to program using the Python scripting language. There is something for just about everyone here. Beginners start at the beginning, and experienced programmers jump in further on.
Updated: 04/29/2005
|
|
|
It\'s now been a year since the first Python and XML article , in which I made a broad survey of all things Python-XML. Since then I have picked various techniques, packages, and other useful resources to examine in detail. I haven\'t, of course, been able to look at every interesting or useful package or technique, but stay tuned for the next year of articles.
Updated: 04/29/2005
|
|
|
Welcome to the first Python-XML column. Every month I\'ll offer tips and techniques for XML processing in Python and close coverage of particular packages. Python is an excellent language for XML processing, and there is a wealth of tools and resources to help the intrepid developer be productive. In what follows I\'ll survey these tools and resources, giving a sense of how broadly Python supports XML technologies and giving you a head start on the more.
Updated: 04/29/2005
|
|
|
An earlier article demonstrated creating an extension for Python. This article focuses on embedding, which is a second way of integrating C and Python. Embedding in Python is where C, or C++, or any program for that matter, is given direct access to the Python interpreter. This gives the program the power to load and execute Python scripts and services. In C, this enables you load in Python-specific modules, call Python functions, and access Python objects.
Updated: 04/29/2005
|
|
|
There are two, standard built-in ways of integrating Python with C/C++. The first is writing an extension, which involves creating a wrapper for C that Python imports, builds, and then can execute. The wrapper extension is the focus of this article. A second built-in way of integrating these languages is called embedding, and is where C and C++ are given direct access to the Python interpreter. Embedding is not part of this article.
Updated: 04/29/2005
|
|
|
Introduction What Is a Dictionary? Sample Program What\'s Next? Review Listing of Sample Program Preface This document is part of a series of online tutorial lessons designed to teach you how to program using the Python scripting language. Viewing tip You may find it useful to open another copy of this lesson in a separate browser window. That will make it easier for you to scroll back and forth among the different listings while you are reading about them.
Updated: 04/27/2005
|
|
|
Introduction What Is a Tuple? Sample Program Listing of Sample Program What\'s Next? Review Preface This document is part of a series of online tutorial lessons designed to teach you how to program using the Python scripting language. Something for everyone Beginners start at the beginning, and experienced programmers jump in further along. Learn to Program using Python: Lesson 1, Getting Started provides an overall description of this online programming.
Updated: 04/27/2005
|
|
|
Introduction Let\'s Program Complex Numbers Programming Errors Review Preface This document is part of a series of online tutorial lessons designed to teach you how to program using the Python scripting language. Something for everyone There is something for just about everyone here. Beginners start at the beginning, and experienced programmers jump in further along.
Updated: 04/27/2005
|
|
|
Python Listings
|
|
Total:
52 | Displaying: 41 - 50 | Pages: << 1 2 3 4 5 6 >> |
|
|