|
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
|