This methode wil install a simple webserver in The same directory where you apply the python command. The command will read automaticly the index.html page . if there is no index.html will list the contents of the directory
Read more »Start Simple HTTP Server with Python
Category: High End Tags:
- Login to post comments
Seminar on Python and Free Software for Mathematics
"...Department of Mathematics C.K.G.M. College, Perambra is conducting a state level seminar on 17th and 18th sep 2009. The aim of the seminar is to underline the importance of Python and other free software in Mathematics Education..."
Read more »Category: Community Tags:
- Login to post comments
How to monitor your Red Hat Cluster using Python and SNMP
Now that I am done with the implementation of RHE Cluster with GFS2, I now need to setup monitoring. As you all know, monitoring is a vital part of any environment. Even though we have a cluster of nodes setup, we still need to be aware of what is happening. I created two new commands. The first command is to emulate clustat, but through python and SNMP.
Read more »Category: High End Tags:
Python Python Python (aka Python 3)
Just one week shy of Christmas 2008, the Python world saw the release of version 3 of Python. Big deal, eh? Well ... it turns out it was and is, as Python 3 is the first major release of Python designed from the get-go to be incompatible with prior versions of the language.
Read more »Category: High End Tags:
- Login to post comments
Android goes beyond Java, gains native C/C++ dev kit
Google has launched a new native development toolkit for Android that will make it possible for third-party Android application developers to use C and C++. Google has also released an Android scripting environment that supports Python and Lua.
Read more »Category: High End Tags:
- Login to post comments
Introducing Gloss
Everyone knows Pygame is a super-fast way to produce cross-platform games. But its one major flaw is that it's very slow to do simple operations such as scaling, rotating and recoloring. In fact, even making extensive use of transparency can be a bit slow, so I've produced a new graphics toolkit that makes all those things extremely fast, and I've called it Gloss.
Read more »Category: High End Tags:
- Login to post comments
The Programming Language with the Happiest Users
"Which languages make programmers the happiest? It’s clear that some languages are more popular than others, and many of us debate long and hard over the relative merits of Python vs Ruby, C vs Java or Lisp vs everything else. But what’s the general consensus? ..."
Read more »Category: Community Tags:
- Login to post comments
Why Did M.I.T. Switch from Scheme to Python?
"I’ve been seeing mail and blog postings, particularly from people in the Lisp community, why MIT has switched from using Scheme to Python in the freshman core curriculum for the department of Electrical Engineering and Computer Science. At the International Lisp Conference, Prof. Gerry Sussman gave a short impromptu talk explaining the new freshman curriculum.
Read more »Python’s Functional History
"Here is a post of the history of some functional features in Python. It is not exhaustive, but it is interesting to hear the author’s take on things." -- via Wisdom and Wonder
Read more »Category: High End Tags:
- Login to post comments
Writing Plugins for GIMP in Python
Have you ever wished you could automate a few functions in GIMP? Today's article will show you how to use Python to write simple GIMP plug-ins.
Read more »- Login to post comments
The current state and future of Python
So what does python have to offer? It is a nice mix of procedural programming, object oriented and functional. That is what I love about it. It allows you to work in a mix of all three. It also seems that it is made by a bunch of people that understand that while flexibility is important (Perl code) you have to be able to READ and UNDERSTAND something written by another human being.
Read more »Category: High End Tags:
- Login to post comments
Python everywhere: computer games
This is the second article in my Python everywhere series and covers the use of Python in computer games.
Read more »- Login to post comments
GUI Programming in Python For Beginners: Create a Timer in 30 Minutes
Python programming is all the rage, because the language has such simple, clean syntax, is easy to learn and has lots of libraries available. But best of all, you're not limited to writing command-line applications. Python has at least four ways to make graphical apps, but today I'll concentrate on one: TkInter.
Read more »Category: High End Tags:
- Login to post comments
Multiprocessing with Python
Learn to scale your UNIX® Python applications to multiple cores by using the multiprocessing module which is built into Python 2.6. Multiprocessing mimics parts of the threading API in Python to give the developer a high level of control over flocks of processes, but also incorporates many additional features unique to processes.
Read more »Category: High End Tags:
- Login to post comments
Introducing pyttpd
This article introduces pyttpd - a Python webserver. The article is mainly about the basic ideas behind pyttpd, being based on the principle of privilege separation. So far the project is in its early planning phase and there is no code to show, but the article might be still interesting to read.
Read more »- Login to post comments