Python Oddities Explained
Talk - Trey Hunner: Python Oddities Explained
"Python Oddities Explained" - Trey Hunner (PyCon AU 2019)
Python Oddities: making code both ERROR and SUCCEED!? (+= operator) #python #programming
Python Oddities: did you know THIS about the round() function? #python #programming
Python: 5 Hidden Facts That Will Blow Your Mind
"It's Pythons All The Way Down: Python Types & Metaclasses Made Simple" - Mark Smith (PyCon AU 2019)
TALK / Graham Bleaney, the_storm/ Unexpected Execution: Wild Ways Code Execution can Occur in Python
explaining weird stuff via python's compilation pipeline - university of michigan guest lecture
is python's round() broken? (beginner) anthony explains #141
Dave Halter – Python is Weird – SPS17
peculiarities of python
the answer to life, universe and everything
why does id(float(1)) == id(float(2)) ??? (intermediate) anthony explains #343
Galaxy Song - Monty Python's The Meaning of Life
Talks - Jimmy Lai: Python Linters at Scale
The one python module that all experts know. (But you probably don't)
Discover Static Code Analysis in Python with Coala Framework
Tutorials - Reuven M. Lerner: Comprehending comprehensions
TUTORIAL / Geir Arne Hjelle / Introduction to Decorators: Power UP Your Python Code