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."
pythonTop 10 Software Development Articles of 2008Linux 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.0a6Topix - 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.24Topix - 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. Tags:
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. noor 1.1Topix - 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. Tags:
Creating a Daemon With PythonLinux 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 PythonDigg 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 pluginsDigg 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. Tags:
RPyC 3.00Topix - 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 PythonLinux 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. |