public marks

PUBLIC MARKS from tadeufilippini with tags design & python

January 2008

pyneighborhood sourceforge

pyNeighborhood is GTK+ 2 rewrite of a well-known GTK+ 1 tool LinNeighborhood(using pyGTK), so it is the GUI frontend for samba tools, such as smbclient, smbmount etc. It's written in Python and uses the GTK+ 2 toolkit with pyGTK implementation.

DrPython - SourceForge

DrPython is a highly customizable cross-platform ide to aid programming in Python. It was developed with teaching in mind, and has a clean, simple interface. It is written in Python, using wxPython as the gui.

drpython

by 2 others
DrPython is a highly customizable, extensible editor/environment for developing programs written in the Python programming Language. It is implemented in wxPython. (wxPython is a set of python bindings (and extra widgets) for wxWidgets). It uses Scintilla for the Text Controls.

September 2007

A Byte of Python

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

Python Bibliotheca

Python Books The links below are to freely available books using Python to teach beginning programming: * How to Think Like a Computer Scientist: Learning with Python by Allen B. Downey, Jeffrey Elkner, and Chris Meyers * A Byte of Python by Swaroop C H

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).