Hayao Suzuki
- Master of Engineering, The University of Electro-Communications, Tokyo https://www.uec.ac.jp
- BeProud Inc. https://www.beproud.jp
- Translated Book: Python Distilled https://www.oreilly.co.jp/books/9784814400461/
- Twitter account is here: https://twitter.com/CardinalXaro
Session
10-28
11:45
30min
Let's implement useless Python objects
Hayao Suzuki
Let's implement objects that are useless for anything.
For example, an object whose length returned by the len() function is different every time, or an object that returns a bullshit result when you check if a value exists with the in operator.
And through the implementation, you will get a better understanding of Python data types.
Python core
track 2