Python - Performance POC

Testing some tricks to improve performance of python

  1. Interning Strings Mechanism
  2. Loops
  3. Data Aggregation
  4. Classes
  5. Descriptors ...