Tag: late binding
-
Python is a Great Prototyping Language…but One Should Never Ship a Prototype
I really like how Python lets me start to get things working before everything is working. I can fire up an interactive debugger and immediately start playing with some library I Googled up and think I might need, quickly get it doing stuff, plug it in to other code and quickly get the whole doing […]