Paolo Redaelli personal blog

Category: Python

Object-relational Mappers (ORMs) – Full Stack Python

Object-relational Mappers (ORMs) – Full Stack Python Object-relational mappers (ORMs) bridge relational databases and data represented in Python code. Great post on Full Stack Python about Object-relational Mappers (ORMs)! When I started coding most of them didn’t exist. In fact an unfinished project of mine started hand-coding an object-relational mapping. I think I shall restart…

MicroPython – Python for microcontrollers

MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments. Sorgente: MicroPython – Python for microcontrollers Well, pretty neat, as they deliver it in 256k of code and 16k of RAM!

Link

Mathics: A free, light-weight alternative to Mathematica