PyEcore: a framework for building MDE-based tools in Python
pyecore - A Python(nic) Implementation of EMF/Ecore (Eclipse Modeling Framework)... (more…)
Read more »
In this post I will talk about some tools that can help us solve another painful problem in Python: profiling CPU usage. CPU profiling means measuring the performance of our code by analyzing the w… Read more