rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
163 stars 54 forks source link

add type-annotated completions in jupyter; closes #136 #169

Closed rsokl closed 3 years ago

rsokl commented 3 years ago

Adds a reading comprehension problem to the section on type hints to show the reader that jedi provides type-informed autocompletions.

rsokl commented 3 years ago

Thank you!