ChiPy June 2023 __main__ Meeting
When: June 8, 2023, 6:30 p.m.
Where: Spantree
Directions:
Please use the door buzzer to buzz in.
15 S Aberdeen St
Please use the door buzzer to buzz in.
This event is no longer accepting registrations.
Current Attendance:
In Person Pythonistas: 51
Virtual Pythonistas: 3
Topics
-
JSON Web Tokens for Fun and Profit
By: Heather White
Experience Level: Intermediate
Length: 20 Minutes
Description:What is a JWT and why would I want to use one?
This talk will cover common use cases.
-
Exploring the Python Run Time Environment
By: Alexander Leopold Shon
Experience Level: Advanced
Length: 15 Minutes
Description:This talk is for those who want to pierce the veil of abstraction and learn how their Python code is actually executed on a computer. First we will start with a guided overview of the Python Run Time envioronment in the CPython interpreter. Next will be an overview of the builtin inspect package and how it allows for direct access to the python runtime in your own Python code. After which I will show how you leverage this knowledge in PDB.