wxPython and SqlAlchemy: An Intro to MVC and CRUD
In this article, we will be creating a program to store our personal books or perhaps just the books you’ve read. It will demonstrate how to combine wxPython and SqlAlchemy, a SQL Object Relational Mapper (ORM). This program will also give you an introduction to the model-view-controller (MVC) and “create, read, update and destroy” (CRUD) […]
wxPython and SqlAlchemy: An Intro to MVC and CRUD Read More »