Vim Python development | Peter's Blog - 0 views
-
mdb/
Eight tips to start with Python " Carpet Python - 1 views
Index of /~matloff/Python - 0 views
Manning: wxPython in Action - 0 views
Swiginac Homepage - 0 views
GiNaC is Not a CAS - 0 views
pyPdf - 0 views
-
A Pure-Python library built as a PDF toolkit. It is capable of: extracting document information (title, author, ...), splitting documents page by page, merging documents page by page, cropping pages, merging multiple pages into a single page, encrypting and decrypting PDF files. By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs.
The Xapian Project - 0 views
Introduction To New-Style Classes in Python - 0 views
-
Here's what new-style classes have to offer: Properties: Attributes that are defined by get/set methods Static methods and class methods The new __getattribute__ hook, which, unlike __getattr__, is called for every attribute access, not just when the attribute can't be found in the instance Descriptors: A protocol to define the behavior of attribute access through objects Overriding the constructor __new__ Metaclasses (not discussed)
Agile Testing: Running a Python script as a Windows service - 0 views
PyGPU - Python for the GPU - 1 views
pydev for eclipse - 0 views
Python Patterns - Implementing Graphs - 0 views
-
Few programming languages provide direct support for graphs as a data type, and Python is no exception. However, graphs are easily built out of lists and dictionaries. For instance, here's a simple graph (I can't use drawings in these columns, so I write down the graph's arcs):
« First
‹ Previous
341 - 360 of 540
Next ›
Last »
Showing 20▼ items per page