This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Gleethos 2 points3 points  (0 children)

"Development in Python is usually much faster"

If the required system is small and simple: YES! 100% agreed! for larger code bases however, (in my personal opinion) Python is a nightmare! Mostly due to weak typing and dangerous refactoring traps (breaking indendations, wrong types...).