Hacker News new | ask | show | jobs
by tristanbvk 1269 days ago
Python is dynamically typed. I had an entire research project in it (see: http://deavmi.assigned.network/research/) and I can say it makes for terrible programming.

Static typing is worth it. Every friend of mine who liked Python has come to realise it is really only good for scripting. We love static typing.

1 comments

I dont see the point of your argument. Why is your experience of using Python 2.0 related how good it is in teaching beginners? Static typing is just one aspect (and my humble opinion, it is not the most important question).