Types in Python
Date: 2025.05.27
Time: 13:00
Location: Online
Part of PyWeb
Schedule
Types in Python by
Gábor Szabó
video (in Hebrew)
Language: Hebrew
Length: 70 min
Python is a very flexible language when it comes to variable types, but it allows for setting optional type-annotations.
You can mark all of your variables with types and then Python will promptly disregard your type-annotation.
So what is the value of these type annotation and how can you get to that value?