I started with a mid-sized project in python, and decided to use python 3 because I do not use large external libraries, and py3k has a nice new syntactic sugar and, more importantly, annotation functions. However, it appears that none of WingIDE, Pydev, or pycharm has any support for a hint of type using function annotations. If I want something similar to static typing in python, is switching to boo a reasonable option?
source
share