Hacker News new | ask | show | jobs
by tcbasche 2456 days ago
Python doesn't _really_ have typing though. It's more a method of documentation really (right now, anyway)

edit: to clarify, I wouldn't say the type hints put Python in the realm of a statically typed lang (how could it ..) but it's a step in the right direction.