We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be good to add a new lecture on python type hints syntax.
python
It has a number of good applications including:
Some notes when preparing the lecture
numba: to date Numba doesn't make use of them -- instead you still need to use the Numba decorator to declare types for JIT compilation.
jax: here is the roadmap for python type hints for the jax project
It could be either a new lecture, or as a new section in https://python-programming.quantecon.org/python_advanced_features.html
Things to check out:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be good to add a new lecture on
python
type hints syntax.It has a number of good applications including:
Some notes when preparing the lecture
numba: to date Numba doesn't make use of them -- instead you still need to use the Numba decorator to declare types for JIT compilation.
jax: here is the roadmap for python type hints for the jax project
It could be either a new lecture, or as a new section in https://python-programming.quantecon.org/python_advanced_features.html
Things to check out:
The text was updated successfully, but these errors were encountered: