# Also see: http://stackoverflow.com/questions/613183 adict = {"nine": 9, "one":1, "eight":8, "three":3} import operator sorted(adict.items(), key=operator.itemgetter(1)) # [('one', 1), ('three', 3), … more →
Chooru CodeBernhard wrote 1 hour ago: Tim Lopez published an elegant and tiny LISP interpreter for Python on his blog. Inspired by Norvig … more →
hedgerow wrote 2 hours ago: When using a Python controller to assign a value to the ‘type’ property of an IPO actuat … more →
itisme wrote 6 hours ago: It was long time ago I posted here, I had a lot to do at work. At this time I will talk about how to … more →
ak wrote 13 hours ago: The last time I tried to produce ODF text document from Python, I hack Django templating to load an … more →
aslakjohansen wrote 13 hours ago: Dive Into Python To be updated … … more →
tcirip wrote 1 day ago: Development Tools, Environment etc. I was able to find Mac versions of Aptana, VMWare (Fusion), Ecli … more →
nomo17k wrote 1 day ago: The Standard Calling Sequence for an IRAF Task within a Python Script This is just an example of how … more →
sattanathan wrote 1 day ago: Note: From here on ,i will be using a segment at the end of each posts which i call it the ‘Ex … more →
anoop a k wrote 1 day ago: One more addon to favor the frequent visitors to this page.Now you can sign-up with your e-mail to g … more →
selunedev wrote 1 day ago: The observer design pattern is a useful pattern for event handling and network communication. The id … more →
lifealgorithms wrote 2 days ago: Recently, I showed, how Sweave could be used to generate dynamic content (e.g. pdf-letters) from a d … more →
louistaylor wrote 2 days ago: Hello!, this is my first real post. I will say something about my latest project. It is a system for … more →
ckurtm wrote 2 days ago: So i recently had an issue with the .svn directories that svn creates in each and every folder in a … more →
drj11 wrote 2 days ago: Wherein I feel compelled to write some more on Python code that I find more amusing than clear. The … more →
cs1ds wrote 3 days ago: IOME installation on a Windows/XP workstation seemed to run smoothly and install IOME but it caused … more →
David Blacker wrote 3 days ago: For those of you who enjoyed reading about the AC Cobra replica I spotted at the Colombo Motor Show … more →
alexholcombe wrote 3 days ago: In my lab we’re continuing to program in Python with PsychoPy to create visual experiments, an … more →
mahmoud wrote 3 days ago: This lady on the netbook is almost certainly perusing Google's coding gifts while being frustrated w … more →
kunalbharati wrote 3 days ago: I will be attending foss.in 2009 This will be third time I will be attending it. I had been there in … more →