Hacker News new | ask | show | jobs
by CmonDev 4488 days ago
And the most important pattern:

http://stackoverflow.com/questions/1275646/python-3-and-stat...

1 comments

except no tools use it, yet.

I would absolutely love a version of shedskin that moved to Python3 syntax and used optional typing.

PyCharm will read simple type annotations like

  def get_error_message(error_code: int) -> string:
      ...
and use them for autocompletion hints and type warnings.