Python

by Kevin on May 20, 2008
in Journal

Python on XKCD

I love Python. So clean and elegant. Loops are simple:

for i in range (0, 10):

print i

There is no hassle with curly braces either, though I do think they make things look prettier (but that is just syntactic sugar)

Been working on my robot code, split it up into modules. Was piss easy with Python. I need to get my hands on some form of chassis and an interface between it and my portable deck (which will run the code).

Comments

2 Responses to “Python”
  1. Lynsay says:

    Wow you weren’t kidding with the robot idea huh? :P

  2. Kevin says:

    When I say I’m gonna do something, I will do it. I may take my time but I will do it.