Thread: Perfect Python
View Single Post
Old Nov 17th, 2006, 4:06 AM   #13
Mocker
Hobbyist Programmer
 
Mocker's Avatar
 
Join Date: Oct 2005
Location: Indiana
Posts: 217
Rep Power: 0 Mocker is an unknown quantity at this point
Send a message via AIM to Mocker
I just started getting into python and find it very easy to pick up, probably one of the easiest languages I've looked at . The only questions I've had to get help with were basically converting what I want to do from c++/php -> python (arrays/assoc array-> arrays/linked lists-> lists/dicts) and the way it handles most everything as a reference by default, which takes some getting used to. Also, I hate the space/tab requirements in the syntax, even though it makes the code easier to read
__________________
#programmingforums relay - http://thegupstudio.com/cgi-bin/pforelay.cgi
freelance scripts - http://ryanguthrie.com/index.html
Mocker is offline   Reply With Quote