Object-relational mappers (ORMs) in Python

Object-relational mappers (ORMs) bridge relational databases and object-oriented code. Learn more on Full Stack Python. Read more

Similar

SymPy: symbolic computing in Python

SymPy is an open source computer algebra system written in pure Python. It is built with a focus on extensibility and ease of use, through both interactive and programmatic applications. These characteristics have led SymPy to become a popular symbolic li...

Read more »

Embedding Python in Another Application

The previous chapters discussed how to extend Python, that is, how to extend the functionality of Python by attaching a library of C functions to it. It is also possible to do it the other way around: enrich your C/C++ application by embedding Python in ... (more…)

Read more »