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

Slow Acroread Startup in OpenSuSe 11.0

It takes more than 30 seconds for acroread to load on my Opensuse machine the first time and the startup time gets shorter in subsequent attempts. Why? This is not the first time I have come across this problem of slow application startups in OpenSuse. Apparently a lot of people had encountered this problem and they found a simple solution - uninstalling the version of acroread that comes with OpenSuse and installing one from Adobe site yourself. Fortunately, that prescription seems to have solved the problem. My acroread startup time is a few seconds now. Why does a very good Linux distribution like OpenSuse with its wide support and following make so many of these mistakes?!?! Over the years, I have seen Suse/OpenSuse sending buggy distributions that make you wonder if they do much testing before releasing their distro. Here are a few bugs I have come across: The extremely slow startup of Openoffice in OpenSuse 10.0 was one of the reasons I switched to Fedora Core for a while...

Online Storage Solutions

Problem: I often need to have some files readily available online so that I can access them from any computer. There are many ways to go about solving this problem and each comes with its set of shortcomings: Yahoo! Briefcase - 30MB limit Online storage services like Box.net, Xdrive, MediaMax - usually cost money; signing up is cumbersome Email to myself as an attachment - enough said there It's time to find a home-made solution. The solution I am about to suggest is intended for -- A *NIX user someone with access to a *NIX web server Solution: I am a linux user and I have user level access to a web server. The web server is configured such that the public does not have access to directory structure. So, I would need to write a script that copies my files to the web server and creates an index listing my files. Password protection of the storage would follow after that. Client Side: Use the following script to transfer file to server, make the file readable by public and execu...

Tax-and-spend Liberal My Ass

This is a continuation of my earlier posts on economic performance of democratic and republican administrations. My earlier posts include: Politics of the Federal Minimum Wage Democrats Have Kept Unemployment Low Democrats care about poor people Truth About Economic Performance of Political Parties I like to think I have shed light on some facts and debunked some conventional wisdom. In this post, I will attempt to examine the tax-and-spend liberal label put on democrats. Republicans often try to label democrats as tax-and-spend liberals who are soft on national security. While the latter point is based on anecdotal evidence, the earlier is amenable to empirical examination. So, I set out to prove or disprove the notion that democrats often tax and spend in a way that does not yield economic growth. The implication of tax-and-spend liberal is one that puts excessive tax burden on its population and finds inefficient (think socialistic) ways of spending that tax reven...