You're Writing Too Much Code

By John McDonough

Elevator Pitch

So many scripts and programs are purpose specific, with the code driving the thing to be done. What if you separate the thing to be done from the code? What if the code could do anything in the API? What if you could do more with less code? Forget the what ifs, it’s all possible. I’ll show you how.

Description

Are you really using that API to your advantage? Are you writing purpose specific code when the API provides you with the ability to create code that adapts and dynamically supports the operation you need? In this session, I’ll show you how I created dynamically adapting code that utilizes Python’s reflection and introspection capabilities to do thousands of operations in my data center without changing or modifying a single line of the original code.

Check out my blog about how to do this