Python is cool, but it's inconvenient for making games, because making executable applications is not in Python's framework (it's an interpreted language). I could definitely help you (if you have MacOS X, fire up Terminal and type python, and there you go!)
Some commands you could try:
print thisisavariable
for i in range(thisisavariable):
  print i
One language that I think looks incredibly cool (and would help you move up) is PTK.
http://www.phelios.com/ptk/Compilable for both windows and MacOS X, I believe.
- ghost