Blogs about: Python

Featured Blog

Code style plugin for Bazaar

stianse wrote 4 hours ago: For some time ago I discovered this awesome code formatting tool called Uncrustify. I really believe … more →

Tags: Programming, Bazaar, Coding style, Plugin

Mental note for later

hahn wrote 13 hours ago: One of the reasons why I havent been toying around with this as much as I probably had the time to, … more →

Tags: 1, Numeric, numpy

Happy Birthday America

grumpajoesplace wrote 1 day ago: The Burmese python has been in the news recently. A pet kept by a Florida man escaped his cage and c … more →

Tags: election, Politics, Government, manufacturing, Conservatives, Conservative, cartoons, Liberals, Chrysler

juno at google app engine

pagenoare wrote 1 day ago: i just run juno at gae, if you want to know how to do this, look at http://gist.github.com/140565. H … more →

Tags: juno, Hack, $GA€

Problem 15 - Counting

sumidiot wrote 1 day ago: When I first read problem 15, about counting the number of paths from one corner of a grid to the op … more →

Tags: Nah, prob15

GPL, LGP, Qt and PyQt

pytale wrote 1 day ago: While configuring environment for developing my CD/DVD burner I ran into an issue with PyQt licensin … more →

Tags: General, Python CD/DVD burner, Licensing Issues, Pytale, PyQt, GPL, LGPL, Qt, 4.5.2

Determining button up/down times in wxPython

crankycode wrote 1 day ago: I recently encountered a need to be able to determine how long a user held down a button on a GUI di … more →

Tags: Programming

Let's hear it for the Thursday/Friday Fold-Up

dcarnes wrote 1 day ago: It was a tough week for many reasons – new job, alarm going off at 5:30 a.m. every morning, ki … more →

Tags: obesity, Singing, Life, Employment, Auditions, Friday, MICHAEL JACKSON, New Job, Mark Sanford

Personal Wiki: A Brief Opinionated Review of MoinMoin

cvalcarcel wrote 2 days ago: I have just started using MoinMoin as a personal wiki on my Kubuntu/Dell notebook. Why would I do su … more →

Tags: Software development, linux operating systems, Learning, Tools, Kubuntu, Dell, moinmoin, moin, Wiki

Distutils nighlty builds

Tarek Ziadé wrote 2 days ago: If you want to work (or try to find some bugs in it to help out) with the latest bleeding-edge Distu … more →

Tags: distutils

Dropping PEP 386 (versions comparison)1 comment

Tarek Ziadé wrote 2 days ago: As you might know, we are working hard on Distutils side for Python 2.7 and 3.2 upcoming releases. T … more →

Tags: distutils

Python: dictionary of functions1 comment

drj11 wrote 2 days ago: On twitter recently I was wondering what the best way to create a dictionary of functions in Python … more →

EuroPython 20092 comments

drj11 wrote 2 days ago: Overall I had a really enjoyable time, met lots of interesting people, some new and some renewed fri … more →

Tags: europython, europython2009

Android Game Sounds

sharemefg wrote 2 days ago: Remember in 2007 Sonivox donated some game sound technology to OHA and Android? Some examples o … more →

Tags: android, Java, Mobile, MIDI, sonivox, wxPython

Head Porter Fall/Winter 20091 comment

bombeye wrote 2 days ago: Check out Head Porter’s 2009 Fall/Winter Collection via:Hypebeast Yay for animal print arrivi … more →

Tags: fashion forward, head porter, snakeskin, hypebeast, Wallets, Pouches, bags

Insertion Sort

abhirama wrote 2 days ago: Java: public class InsertionSort { private List<Integer> nos; public InsertionSort(List … more →

Tags: Java, Code, Algorithms-Study

Selection Sort

abhirama wrote 2 days ago: Java: public class SelectionSort { private List<Integer> nos; public SelectionSort(List … more →

Tags: Java, Code, Algorithms-Study

Bubble Sort

abhirama wrote 2 days ago: Java: public class BubbleSort { private List<Integer> nos; public BubbleSort(List<In … more →

Tags: Java, Code, Algorithms-Study

Installing PyQt on Windows

pytale wrote 2 days ago: In this post I’ll describe my experience during installation of PyQt on Windows platform. And … more →

Tags: Python CD/DVD burner, PyQt, SIP, Visual Studio, Windows, MinGW