Skip to content Skip to sidebar Skip to footer
Showing posts with the label Code Generation

Using Python's Basic I/o To Manipulate Or Create Python Files?

Would the most efficient way-and I know it's not very efficient, but I honestly can't find … Read more Using Python's Basic I/o To Manipulate Or Create Python Files?

How Should I Unit Test A Code-generator?

This is a difficult and open-ended question I know, but I thought I'd throw it to the floor and… Read more How Should I Unit Test A Code-generator?

How Can I Autogenerate Orm Code For Sqlalchemy When Consuming Tsql (mssql On Sql Server) From Python?

SQLAlchemy relies on me building ORM classes like this: from sqlalchemy import Column, DateTime, St… Read more How Can I Autogenerate Orm Code For Sqlalchemy When Consuming Tsql (mssql On Sql Server) From Python?

Automatically-generated Python Constructor

I have countless Python classes from various projects from SQLAlchemy (and a couple from Pygame as … Read more Automatically-generated Python Constructor