public marks

PUBLIC MARKS from tadeufilippini with tags language & python

July 2008

Python Tutorial

by 3 others
Python Tutorial Guido van Rossum Python Software Foundation Email: [email protected] Fred L. Drake, Jr., editor Release 2.5.2 21st February, 2008

June 2008

wxpython

by 7 others
News * (23-June-2008) wxPython 2.8.8.0 is now available. This release had a number of further refinements and enhancements on the stable 2.8 source tree since the previous release. On Mac OS X 10.5 (Leopard) the Python 2.5 binaries of wxPython are able to be used with either Apple's system Python, or with the Python.org version. More details are in the Recent Changes document. * (29-Nov-2007) wxPython 2.8.7.1 is now available. This release has had some bugs fixed, some minor patches applied, and also incorporates the Google Summer of Code 2007 version of XRCed, and adds the Editra source code editor. NOTE: On Mac OS X 10.5 (Leopard) the Python 2.5 binaries of wxPython expect to be used with the user-installed version of MacPython, not the Apple installed version. A fix for this issue is being worked on for the next release. In the meantime you can either install MacPython 2.5.1 and adjust your paths so that that Python is used, or you can stick with Apple's Python and the wxPython 2.8.4.0 that comes with Leopard. * (26-Oct-2007) wxPython 2.8.6.1 is now available. This release has some important bug fixes and is a general improvement over 2.8.6.0. * (27-Sept-2007) wxPython 2.8.6.0has been released. This release is mostly about fixing a number of bugs and inconsistencies in wxWidgets and wxPython. * (13-Sept-2007) The mail lists are up and are working on processing all the queued messages. This was definitely a "when it rains it pours" kind of situation, see the DotSrc news archive for more details. * (10-Sept-2007) Yes, the mail lists are down and have been since the 8th. There were multiple disk failures in RAID5 array of the machine that hosts the mail lists. The hardware has been replaced and data is being restored from tape backups. * (8-Aug-2007) wxPython 2.8.4.2has been released. This release includes several fixes and a few additions and improvements, as well as new build features for Debian/Ubuntu and OS X. * (14-May-2007) wxPython 2.8.4.0 has been released, with lots of updates, fixes and improvements. * (22-Mar-2007) wxPython 2.8.3.0 has been released. This release includes a number of bug fixes and also some new enhancements, including updates to the XRCed tool and the new InspectionTool. * (20-Jan-2007) wxPython 2.8.1.1 has been released. This release adds a few minor enhancements and a number of bug fixes designed to further stabalize the 2.8.x release series.

python.org DOCUMENTATION

by 1 other
Python Documentation Python's standard documentation is substantial; download your own copy or browse it online! * Download Current Documentation (many formats are available, including typeset versions for printing.) * Search the docs with pyhelp.cgi * Browse Current Documentation - (Module Index) o Tutorial o Library Reference o Macintosh Reference o Language Reference o Extending and Embedding o Python/C API See also previous versions of these documents Future versions of these documents (currently under development): * Python 2.6 * Python 3.0 A variety of additional documentation is available as well: * Beginner's Guide to Python * Quick Reference Guide (off-site) * New-style classes (aka descrintro) * HOWTO documents (off-site) * Topic guides * Other documentation collections * Python Books * Python book reviews (off-site) * Python Periodicals * Guido's essays and presentations * Non-English documents * PEPs (Python Enhancement Proposals) as well as collections of audio/visual materials and reusable slideshows: * Audio/Visual talks * 5-minute Get-Acquainted screencasts * Slideshow collections

March 2008

Aprenda Computacao com Python

Bem vindo ao site do mutirão de tradução do livro "How to Think Like a Computer Scientist: Learning with Python", de Allen Downey, Jeffrey Elkner e Chris Meyers. Todo o conteúdo deste site pode ser reproduzido livremente, nos termos da licença GNU FDL (Free Documentation License)

September 2007

A Byte of Python

A Byte of Python Swaroop C H www.byteofpython.info

Python Bibliotheca

Poetry The Zen of Python (by Tim Peters) Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless explicitly silenced. In the face of ambiguity, refuse the temptation to guess. There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch. Now is better than never. Although never is often better than *right* now. If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. Namespaces are one honking great idea -- let's do more of those!

August 2007

pynetfilter_conntrack - INL software - Trac

by 1 other
pynetfilter_conntrack is a Python binding of libnetfilter_conntrack. The binding is the file pynetfilter_conntrack.py and you have also a clone of conntrack program: conntrack.py. See also pyctd project. What's this? ¶ This python library is based on libnetfilter_conntrack, which lets you manipulate conntrack objects. In other words, pynetfilter_conntrack lets you deal with Netfilter's stateful inspection objects from the Python world. Practically, for the administrator, this means you can now easily close connections of your choice on your Linux [2.6] firewall. You can also receive informations about all connections (how many packets have gone through, how many bytes, etc.). You will even be able to create new objects in the Connection Tracking (this means that complex protocols such as FTP, P2P, etc. can have Python dealing with them rather than complex kernel modules).