Some GNOME developers have gathered in Boston for for a Python GNOME hackfest that is hosted by the One Laptop Per Child (OLPC) project. The primary goals behind the hackfest include establishing a strategy for delivering Python 3.0 compatibility for the GNOME platform and advancing the Python GObject introspection project.
Read more »New Python versions released
The Python developers have released two new version of the programming language. Versions 2.6.5 and 3.1.2 are both new maintenance releases
Read more »Category: High End Tags:
- Login to post comments
Python RRDTool Tutorial
RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data.
Read more »Category: Beginner Tags:
- Login to post comments
Brazil launches new version of their electronic government portal
Brazil has launched a new version of their e-government portal, using Plone and the Zope Application Server. NXS has translated the press release announcing the new website.
Read more »Category: Government Tags:
- Login to post comments
Cross platform doesn’t exists
When you write code in Python you can be almost sure your code will run on different operating systems. I say almost sure, not completely sure, because some of the libraries and packages you are using can have different behaviors on different systems.
Read more »Category: High End Tags:
- Login to post comments
Ten essential Python tips for beginners
We've compiled ten essential Python tips especially for the new user, so without further ado, let's get started...
Read more »Category: High End Tags:
- Login to post comments
Concise python code
I love python for a number of reasons. Brevity is one of them. Readability is another. However writing readable concise code can take some time to getting used to. This post discusses some code snippets especially in the context of some of the comparisons done between python and clojure.
Read more »Category: End User Tags:
- Login to post comments
With iterpipes, python is ready to replace bash for scripting. Really.
This has been a pet peeve of mine for years: programming shell scripts suck. They are ugly and error prone. The only reason why we still do it? There is no real replacement. Or at least that was the case, until today.
Read more »Category: High End Tags:
- Login to post comments
World's Largest Python Conference Comes to Atlanta
PyCon 2009 drew nearly a thousand Python programmers from around the world, representing projects on all seven continents - including Antarctica! They gathered for serious learning, discussion, and strategizing... and for not-so-serious fun. PyCon 2010, the eighth annual conference of the Python programming community, promises even more.
Read more »Category: Community Tags:
- Login to post comments
Looking for newbies that want to learn Python
This is a Python tutorial that tries to touch on most areas of the Python language, but attempts to be very simple so that people who have never done any sort of programming can grasp it.
Read more »Category: High End Tags:
- Login to post comments
Natural Language Processing with Python
According to the blurb on the book's back cover, "This book offers a highly accessible introduction to natural language processing, the field that supports a variety of language technologies, from predictive text and email filtering to automatic summarization and translation".
Read more »Code Project: control Digg with Python
Everyone knows that Digg is a hugely popular social news website where like-minded folks gather and flame each other to death. But if you're a Digg user and want to flex your coding skills to get a little more from the site, we've got the perfect code project for you: we're going to show you how to write a Python app to read Digg submissions and geo-locate them using GeoIP.
Read more »Category: End User Tags:
- Login to post comments
Review: Learning Python, 4th Edition
I just wrote a review for Linux in a Nutshell, 6th Edition and commented that it seemed as if each successive edition acquired more pages. In the Linux book's case, it isn't true, but it is true in the case of Lutz's book. In fact, between the 3rd and current edition, the book has expanded some 466 pages. Good grief, what accounts for such growth?
Read more »Category: High End Tags:
- Login to post comments
Python: input, raw_input, and inadvertently treating integers as strings
This is a "newbie" mistake, but these little details do tend to get in the way, which is why I'm posting my wee Python tutorial. If you know Python or programming, even reasonably well, this will probably seem way too simple to you. Just giving you a "heads up" so you don't waste your time. I encountered a lesson that teaches storing conditionals using booleans. The code was presented like this:..
Read more »Category: High End Tags:
- Login to post comments
Django Master Class, October 16, 2009
"Jacob Kaplan-Moss, one of Django's lead developers, will give a whirlwind tour of advanced Django tips and tricks. The focus will be on the techniques you'll need to develop mature Django applications. We'll discuss the kinds of issues that arise as applications increase in scope and scale, and look at common problems in large Django projects and how to solve them..."
Read more »- Login to post comments