Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

So, I tried out pytype the other day, and it was a not a good experience. It doesn't support PEP 420 (implicit namespace packages), which means you have to litter __init__.py files everywhere, or it will create filename collisions. See https://github.com/google/pytype/issues/198 for more information. I've since started testing out pyre.


TIL PEP 420 exists! I'm not entirely sure if I like it... Now there's two ways of doing the same thing and one is not really explicit....




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: