As a language for creating database clients, Python is perfectly fine for most applications. Most database-heavy applications will spend a lot of time networking, so they won’t benefit all that much by using a “performance” language like C++ over a “productivity” language like Python. Most importantly it the capability of the developer and the DB designer […]