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

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

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?

Convert Python Objects To Python Ast-nodes

I have a need to dump the modified python object back into source. So I try to find something to co… Read more Convert Python Objects To Python Ast-nodes

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?

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?