Learn Python 3 Now – Resources for Diving In
You’re all charged up, ready to start with Python 3. Now, all you need is a systematic resource to follow. And that is precisely what I’ll give you. If you haven’t already installed python, you can download the latest 3.x release from Python.org. If you’re on a Linux system, then use your repository manager to [...]
Google Teaches Python – Written Materials, Videos, Exercises
If you want to learn Python, Google’s Python Class might be worth checking out. It includes videos, written material and programming exercises. It is usually given to Google employees new to python. The tutorial assumes you have at least a basic knowledge of programming concepts. If you know what a “variable” is, or what “loops” [...]
Perl vs Python – The Final Battle
You might have already seen a lot of Perl vs Python stuff. So I’m telling you in advance that I’ve too have read them all, and what you’re going to read here would be completely different than what you already have. Firstly, let me start by saying that Perl and Python are great languages. But [...]
Installing Python 3.0 In Windows Vista – A Small Problem
Don’t be alarmed! Its not a problem with Python or anything. But its just a weird behavior people trying to install Python 3 (I didn’t notice such a problem in previous versions) in Windows Vista might experience. I happily installed it through the given MSI Installer, but then, there was no ‘C:/Python30′ directory, no Start-Menu [...]