View Single Post
# 5 04-04-2010 , 11:01 AM
elephantinc's Avatar
Level 32 pachyderm
Join Date: Dec 2007
Location: England
Posts: 1,859

Originally posted by ben hobden
how is python, as a language? is it fun to learn? i bought myself a book, a little while ago, which is learning python through making a game. i havnt had a go though yet.

If you don't already know a programming language it's really good. It's probably the highest level (proper) programming language. It's very human readable.
It's easy to learn and it's used for pretty much everything. If you are serious about programming I think you need to learn another programming language afterwards but it's great to start off with.

As far as creating a .exe is concerned there is an application called py2exe that bundles in a python interpreter and all the appropriate modules but so far I haven't managed to get it working.

You can do anything with python: https://www.swharden.com/blog/images/python.png


https://users.ecs.soton.ac.uk/as28g11/

Last edited by elephantinc; 04-04-2010 at 11:14 AM.