Quick Recap

We'll cover the following...
  • Python has multiple elements of surprise and many easter eggs. Some of them are:
    • The antigravity module.
    • Working implementation of the goto construct.
    • A feature using curly braces to denote the scope in the __future__ module (don’t be excited about it though).
    • A feature using <> as the not-compare-equals operator () in the __future__ module.
    • The this module containing the Zen of Python, and its counter-intuitive code.
    • The else clause for loops and exception handling.
...