Python Tech Talks || Static typing in Python
CS Lesson CS Lesson
20.2K subscribers
884 views
0

 Published On Aug 6, 2021

Python is well-known as a programming language without static types. This means that you don’t need to say what a given variable will hold, or whether your function will return a string or an integer (or sometimes one, and sometimes another!). This has historically made Python a very flexible and beginner-friendly language.

In this talk, we’ll discuss the advantages and disadvantages to a static type system, as well as recent efforts to introduce static typing to Python via optional “type hints” and various tools to aid in adding types to Python code. We’ll see what this means for Python, for Python programmers, and what the future has in store for Python’s type system.


⭐ Credit ⭐
Speaker: Dustin Ingram
Organizer: EuroPython
License: Creative Commons Attribution license (reuse allowed)

⭐️ Join Us ⭐️
Join our FB Group:   / cslesson  
Like our FB Page:   / cslesson  
Website: https://cslesson.org

show more

Share/Embed