python

0

Start Simple HTTP Server with Python

http://www.unixmen.com

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 »
muffinman's picture
Created by muffinman 14 years 29 weeks ago – Made popular 14 years 29 weeks ago
Category: High End   Tags:
0

Seminar on Python and Free Software for Mathematics

http://pramode.net

"...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 »
can.axis's picture
Created by can.axis 14 years 31 weeks ago – Made popular 14 years 30 weeks ago
Category: Community   Tags:
0

How to monitor your Red Hat Cluster using Python and SNMP

http://www.linuxdynasty.org

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 »
bolony_and_cheese's picture
Created by bolony_and_cheese 14 years 33 weeks ago – Made popular 14 years 33 weeks ago
Category: High End   Tags:
0

Python Python Python (aka Python 3)

http://www.linuxjournal.com

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 »
yantramosi's picture
Created by yantramosi 14 years 36 weeks ago – Made popular 14 years 36 weeks ago
Category: High End   Tags:
0

Android goes beyond Java, gains native C/C++ dev kit

http://arstechnica.com

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 »
Mr. Psychopath's picture
Created by Mr. Psychopath 14 years 42 weeks ago – Made popular 14 years 42 weeks ago
Category: High End   Tags:
0

Introducing Gloss

http://www.tuxradar.com

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 »
john.brubrick's picture
Created by john.brubrick 14 years 45 weeks ago – Made popular 14 years 45 weeks ago
Category: High End   Tags:
0

The Programming Language with the Happiest Users

http://blog.doloreslabs.com

"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 »
can.axis's picture
Created by can.axis 14 years 49 weeks ago – Made popular 14 years 49 weeks ago
Category: Community   Tags:
0

Why Did M.I.T. Switch from Scheme to Python?

http://danweinreb.org

"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 »
can.axis's picture
Created by can.axis 14 years 49 weeks ago – Made popular 14 years 49 weeks ago
Category: Industry   Tags:
0

Python’s Functional History

http://python-history.blogspot.com

"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 »
can.axis's picture
Created by can.axis 14 years 51 weeks ago – Made popular 14 years 51 weeks ago
Category: High End   Tags:
0

Writing Plugins for GIMP in Python

http://www.linuxplanet.com

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 »
lozz's picture
Created by lozz 15 years 1 week ago – Made popular 15 years 1 week ago
Category: End User   Tags:
0

The current state and future of Python

http://techczar.wordpress.com

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 »
vlovindia's picture
Created by vlovindia 15 years 2 weeks ago – Made popular 15 years 2 weeks ago
Category: High End   Tags:
0

Python everywhere: computer games

http://blog.peijnik.at

This is the second article in my Python everywhere series and covers the use of Python in computer games.

Read more »
sp's picture
Created by sp 15 years 2 weeks ago – Made popular 15 years 2 weeks ago
Category: High End   Tags:
0

GUI Programming in Python For Beginners: Create a Timer in 30 Minutes

http://www.linuxplanet.com

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 »
vlovindia's picture
Created by vlovindia 15 years 2 weeks ago – Made popular 15 years 2 weeks ago
Category: High End   Tags:
0

Multiprocessing with Python

http://www.ibm.com

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 »
vlovindia's picture
Created by vlovindia 15 years 2 weeks ago – Made popular 15 years 2 weeks ago
Category: High End   Tags:
0

Introducing pyttpd

http://blog.peijnik.at

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 »
sp's picture
Created by sp 15 years 3 weeks ago – Made popular 15 years 2 weeks ago
Category: High End   Tags:

Best karma users