Duck Typing vs. Strong Typing (incomplete)

TODO

  • Example “Thermometer”

    • C++ strongly typed, need an interface.

    • Python equivalent: abc, blah “can be done if you want”. Nobody wants. Except frameworks maybe.

    • Enter duck typing, walk, quack.

    • Class

    • Function

    • Callable

    • Come up with a way to morph complex to simple.

    • Enter Zen.

cluster_python Python cluster_python_basics Basics cluster_python_drafts Python Drafts python_basics_python_0120_helloworld Hello World python_basics_python_0110_blahblah Blahblah python_basics_python_0120_helloworld->python_basics_python_0110_blahblah python_basics_python_0130_syntax_etc Syntax etc. python_basics_python_0130_syntax_etc->python_basics_python_0120_helloworld python_basics_python_0140_variables Variables python_basics_python_0140_variables->python_basics_python_0130_syntax_etc python_drafts_duck_typing Duck Typing vs. Strong Typing (incomplete) python_drafts_duck_typing->python_basics_python_0140_variables