Skip to main content

Python Convert

I shall officially look to Python for all my scripting needs from now on. Just when I thought scripting could not get any easier than Perl, Python
has come along and proved me wrong. Everything I have heard about Python's simplicity and elegance is true.

My Python education started a while back when I attended at least two tutorials in grad school by Python enthusiasts who were trying to pull some of us Perl enthusiasts to their side. The whole idea of learning a whole new scripting language did not appeal to me and thus I didn't give Python much thought. Lately I have had some downtime and there seemed to be no more productive way to spend it than learning Python and that's what I did.

My first set of tutorial was a quick and basic intro by Steven Thurlow. Aside from what is contained in those s ets of lectures, I needed to learn two sets of subjects, namely string/text manipulation and system calls. David Mertz provides a nice introduction to text processing using Python. The official Python documentation provides a few quick examples on making system calls using Python. So, in a very short time, I have learned to do in Python what took me a whole lot longer using Perl.

I took a slightly roundabout way to learn Python in an effort to cut corners, but it should be quick and easy to learn the basics from the official Python tutorial at http://docs.python.org/tut/tut.html

Comments

Popular posts from this blog

Correlation Between Taxes and Social/Economic Programs

I have always wondered if the taxes people pay correlate with the availability of social and economic programs and safety nets, not to mention the military programs that protect them. This idea comes in light of the notion that Europeans are highly taxed compared to their American counterparts, but they seem to have access to free (or almost free) education and health care while the US provides neither. The Europeans live and work at a more leisurely pace than Americans and they have the comfort of knowing that their government has put safety nets in case a disaster. The Europeans do a lot to ensure that all their citizens have comparable opportunities, and thus you are less likely to see a huge gap between the poor and the rich. Perhaps the lack of incentive to excel has stifled entrepreneurship and innovation in Europe to some extent. In fact, Europe has historically high unemployment rates than the US and the size of government there is significantly larger than that of the US....

2001 Recession Deferred for 2008?

Most people remember the Dot-Com bubble of the 1990s that peaked in 2000 before bursting in 2001-2003. Considering how the NASDAQ composite lost more than 60% of its value by 2001 alone, the country was about to go into a recession. The 9/11 attacks made things worse too. As the impact of 9/11 and Dot-Com bust were about to pull the country into a recession, another bubble came to the rescue. It was the housing bubble that deferred a sure recession and kept the US in an era of faux prosperity. It gave Bush a reason to soldier on with flawed economic policies as the housing bubble gave the impression that the good economic progress of the Clinton years were being sustained through Bush's years. This time though, there does not appear to be another bubble ready to bail the US out of the recession it is in. After suffering through the I.T. and housing bubbles in just a decade, I don't think investors and people in general will be adventurous enough to create another bubbl...

Linux Tips and Solutions

PROBLEM: Audacious on K/Ubuntu Doesn't play my mp3s:: On my kubuntu 8.04.1 audacious is not playing any audiofile. I've tried to run my mp3s with amarok and it works. Also audacity is playing mp3s. SOLUTION: Click on Preferences in Audacious; Select Audio Tab; Set the 'cCurrent output plugin' to 'aRts output plugin'. __________________________________________________________ PROBLEM: File associations in Firefox 3.0 disappear in Kubuntu SOLUTION: Install firefox-3.0-gnome-support . . . more to come