PyEcore: a software modeling framework written in Python

Looking for an alternative to the “standard” Java-based Eclipse Modeling Framework? Try this Python implementation of EMF, including model transformations…

Similar

Type-Casting in Python

This quick tutorial will guide on how to change data from one type to another in python. Variables in python have data types just as many other languages. There may be times when you will want to specify or change the data type of a particular variable. (more…)

Read more »

Python to Circuits

Never use a lousy schematic editor again! SKiDL is a simple module that lets you describe electronic circuits using Python. The resulting Python program outputs a netlist that a PCB layout tool uses to create a finished circuit board.

Read more »