python

Top 10 Software Development Articles of 2008

Linux Today  Tue, 12/02/2008 - 17:01

Linux Magazine: "We covered a lot of ground this past year -- from Python to MPI, GPUs to NUMA -- so without further ado, here are the 10 best software development articles posted to Linux Magazine in 2008."


 

ZODB3 3.9.0a6

Topix - Linux  Sun, 11/30/2008 - 18:55

The Zope Object Database provides an object-oriented database for Python that provides a high-degree of transparency.


 

minitage.core 0.4.24

Topix - Unix  Wed, 11/26/2008 - 04:41

A meta package-manager to install projects on UNIX Systemes. minitage Installation instructions Python You need a python with setuptools, zlib, bz2 and ssl support.


 

Debian and Python naming convention conflict and Youtube Cache p...

Debian-News.net  Sun, 11/23/2008 - 04:17

After almost a hard work of two hours and proof reading all the files, when I tried to run the plugin, it refused to run with some python traceback.

Well, python said that hyphens are not allowed in module names.


 

noor 1.1

Topix - Linux  Sat, 11/22/2008 - 02:07

For using the GTK interface you need to install Python and PyGTK . You can start it by running noorgtk.pyw script either from the command line or by double clicking it in the extracted folder.


 

Creating a Daemon With Python

Linux Today  Thu, 11/20/2008 - 18:03

Enterprise IT Planet: "If you are an average internet user, then you interact with daemons every day. This article will describe what daemons do, how to create them in Python, and what you can use them for."


 

How To: Create a Daemon with Python

Digg Linux/Unix upcoming  Thu, 11/20/2008 - 12:07

Learn how to 'daemonize' your Linux and UNIX system monitoring and management utilities.


 

Python plugin paves the way for many more Compiz plugins

Digg Linux/Unix upcoming  Sun, 11/16/2008 - 06:38

A new plugin for Compiz allows developers to write Compiz plugins using Python, meaning they can quickly develop simple plugins with fewer lines of code.

Other new plugins are available too, such as a "Throw" plugin that allows you to, well, throw windows around.


 

RPyC 3.00

Topix - Linux  Wed, 11/12/2008 - 22:55

RPyC makes use of object-proxying, a technique that employs Python's dynamic nature, to be able to easily overcome the physical boundaries between computers and processes, so that remote objects can be ...


 

Building Command Line Utilities with Python

Linux Today  Tue, 11/11/2008 - 15:34

Enterprise IT Planet: "When you write code, whether in Python or some other language, you probably have a goal that you or someone else will one day run it.

A very common, useful, and powerful option for running your code is to call it from a command line. Writing your code so that it runs from the command line is easy.

In fact, you don't have to do anything special to get it working on the command line."