Static Typing in Python

Shubhi Khanna (~shubhi09)


3

Votes

Description:

We know Python has no static types and most programmers don't care to look beyond it. In this talk, we discuss the advantages & disadvantages to a static type system, as well as recent efforts to introduce static typing to Python. We’ll see what the future has in store for Python’s type system.

  • About types
  • Types of type systems
  • Types in other languages

    3:00

  • Types in Python

  • How Python did/does typing
  • The type function
  • PEP 484: Type Hints
  • The typing module
  • Tools
  • mypy
  • pytype

    13:00

  • The great benefits to static typing in Python

  • Static code analysis
  • More documentation
  • Code completion

    23:00

  • The disadvantages to static typing

  • The challenges of static typing

    25:00

  • QnA

    30:00

Prerequisites:

Attendees should know that there is a distinction between typed and untyped code, and understand what some types (list, int, string, etc) are, but don’t need to know exactly what static typing is or have direct experience with typed code.

Video URL:

https://drive.google.com/file/d/1Gmu4CuJmLPoEi0OpCTGHBju5ECATr18w/view?usp=sharing

Content URLs:

https://drive.google.com/file/d/1OM98jEAPp6Kj7tcdCQAp4rqjCc2hdwZc/view?usp=sharing

Speaker Info:

From the very beginning, I’ve had a keen will to eradicate problems faced by women. The university I’m currently studying in is India’s first all women technical university. Being surrounded by empowering women and to be able to grasp the problems faced by them was a crucial factor while choosing my institution. The past two years in this college have truly been an eye-opener. I have not only been able to understand the depths of problems faced by women but have also been instrumental in devising feasible solutions. Using creativity as a source, I wish to upscale the impact these solutions have by optimising the resources used.

Someone who I have immense respect and admiration for is Mary Lou Jepsen because of her will to bring about improvement and her dauntless approach to do so. I hope to get acquainted to many more such women who are changing the world, one step at a time.

I am determined to bring brown women in technology to the forefront and give them a better chance at opportunities available. Speaking at an event as prestigious as PyCon is bound to play an instrumental role in honing my skills and reaching out to a broader community.

Speaker Links:

Built a course for an e-learning portal: https://uaceit.com/courses/master-your-presentation-skills/

My talk at Python Web Conf 2020: https://2020.pythonwebconf.com/speakers/shubhi-khanna

Section: Core Python
Type: Talks
Target Audience: Beginner
Last Updated: