Featured Post

Bordeaux The frontend for Wine

Juraj Šípoš who maintains http://www.freebsd.nfo.sk/ wrote a nice review about Bordeaux on FreeBSD. The original review is at www.linuxexpres.cz and can be translated with google translate. Just choose Slovak to English or your language of choice, with a link to the English translation provided.

Read More

Another ten essential Python tips

Posted by jfeedor | Posted in OpenSource | Posted on 16-02-2010

Tags: ,

0

To compliment our ‘ten essential Python tips for beginners‘ and ‘ten more essential Python tips‘ features, we’ve compiled yet another collection of ten gems to make your Python experience that much more worthwhile…

Book Excerpt: Programming in Python 3

Posted by jfeedor | Posted in OpenSource | Posted on 30-07-2009

Tags: , ,

0

This chapter is an excerpt from Programming in Python 3: A Complete Introduction to the Python Language , authored by Mark Summerfield, published in the Addison-Wesley Professional Developer’s Library, Dec. 2008, ISBN 0137129297, Copyright 2009 Pearson Education, Inc. For more info check out Summerfield’s new Digital Short Cut: Advanced Python 3 Programming Techniques

Quod Libet – A Different GTK Music Player

Posted by jfeedor | Posted in OpenSource | Posted on 18-07-2009

Tags:

0

Quod Libet is a GTK music player written in Python with support for various audio formats, including Ogg Vorbis, FLAC, MP3, WAV, MP4 and WMA. Quod Libet has a different interface and a slightly different approach compared to players like Rhythmbox or Banshee, for example.

Practical Programming: An Introduction to Computer Science Using Python

Posted by jfeedor | Posted in OpenSource | Posted on 01-07-2009

Tags: ,

0

According to wordnetweb.princeton.edu, Computer Science is “the branch of engineering science that studies (with the aid of computers) computable processes and structures”. It’s the study of computer architectures, languages, and mathematical structures as applied to the process of computing. So what have Campbell, et al produced in this book…a Computer Science textbook that teaches Python? Kind of. Imagine you wanted to learn how the computer is used in the various scientific disciples. Further, you wanted to learn how computer programs and programming is used in this context to construct tools, perform investigations, and to solve problems. You also want to use a single programming language as your example. Welcome to “Practical Programming: An Introduction to Computer Science Using Python”. Not a book about learning Python as such, but an introduction to the discipline of Computer Science with Python as your guide.