Lesson 3:First steps with python
Of course, the first step any programming world teaches you is printing “Hello world”. So that’s what we will do. Before that there are two ways of writing a python program
My world in a nutshell
Of course, the first step any programming world teaches you is printing “Hello world”. So that’s what we will do. Before that there are two ways of writing a python program
You might be wondering why the big deal with installing and running python; isn’t it straight forward. Yes it is. But there are few things that might make life easier. And who doesn’t want that?? I have not tried installing on a MAC or Linux. So you might need to search up the net on [...]
Well I have been learning programming for the game server of cipher contest I and Zubin Mithra (http://zubin71.wordpress.com) are working on. Don’t know who else is there in this project with us. Think there will definitely more working on this with us. So, I have been fooling around with Python. This is just a brief [...]