Add PyCharm reference.
This commit is contained in:
parent
f07b0df7ae
commit
9d09316c7c
13
pep-0482.txt
13
pep-0482.txt
|
@ -38,6 +38,16 @@ described in an actual academic paper [reticulated-paper]_ written by
|
|||
Vitousek with Jeremy Siek and Jim Baker (the latter of Jython fame).
|
||||
|
||||
|
||||
PyCharm
|
||||
-------
|
||||
|
||||
PyCharm by JetBrains has been providing a way to specify and check
|
||||
types for about four years. The type system suggested by PyCharm
|
||||
[pycharm]_ grew from simple class types to tuple types, generic types,
|
||||
function types, etc. based on feedback of many users who shared their
|
||||
experience of using type hints in their code.
|
||||
|
||||
|
||||
Others
|
||||
------
|
||||
|
||||
|
@ -196,6 +206,9 @@ References
|
|||
.. [reticulated-paper]
|
||||
http://wphomes.soic.indiana.edu/jsiek/files/2014/03/retic-python.pdf
|
||||
|
||||
.. [pycharm]
|
||||
https://github.com/JetBrains/python-skeletons#types
|
||||
|
||||
.. [obiwan]
|
||||
http://pypi.python.org/pypi/obiwan
|
||||
|
||||
|
|
Loading…
Reference in New Issue