Hacker News new | ask | show | jobs
by snbk97 1641 days ago
Since you have past experience in debugging and working on other languages, you wont face much problem with python. The issue you might face with is adapting to framework or other similar tools used in python projects. Python reads pretty close to english, but there could be some surprising bits of code which might be surprising (list comprehesions, idiomatic code, weird decorator functions etc).
1 comments

my first surprise was that the indentation actually matters. this is a great language. im disappointed that I've not explored Python before the other languages. Sadly the work environment was not friendly for this language for me so far.