You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your amazing Django tutorial !
I think it could be nice to add Python3 static type annotation to the code. The zulip (https://github.com/zulip/zulip) code has been 100% annotated and it helps a lot in reading and documenting the code.
Hi Vitor,
Thank you for your amazing Django tutorial !
I think it could be nice to add Python3 static type annotation to the code. The zulip (https://github.com/zulip/zulip) code has been 100% annotated and it helps a lot in reading and documenting the code.
See http://blog.zulip.org/2016/10/13/static-types-in-python-oh-mypy/
Thank you !
The text was updated successfully, but these errors were encountered: