- Hindu Non-Theist - http://sanjaysays.com -
Python 2.5
Posted By admin On 19. February 2009 @ 22:35 In Python 2.5 Lessons | 1 Comment
I am learning python 2.5 The goal is to be a python mid level programmer by end of this year. While I am learning it I am also working on the back-end provisioning tool for our cloud offering. Today I installed the python IDE (integrated development environment) IDLE named after Eric Idle of Monty Python shows, on my little black Eee PC 4 Gb running xandros.
Used the following scipt for automated installation:
sudo bash
echo “deb http://xnv4.xandros.com/xs2.0/upkg-srv2 etch main contrib non-free” >> /etc/opt/sources.list
apt-get update
apt-get install idle=python2.5
I will post a lesson at a time every week.
Article printed from Hindu Non-Theist: http://sanjaysays.com
URL to article: http://sanjaysays.com/2009/02/19/python-25/
Click here to print.