How to Build a COM-Visible Executable with Python Recently I had to figure out how to make a COM-visible executable from python. I’d worked on something similar about… Continue reading “How to Build a COM-Visible Executable with Python”…
Tutorial: Running VBA Code From Python Let’s say you have some Excel macros that you’d like to integrate with python. If you’ve got the time &… Continue reading “Tutorial: Running VBA Code From Python”…
Visual Basic and Source Control Made Easier Visual Basic for Applications (VBA) doesn’t play well with source control, in particular because a VBA project is part of… Continue reading “Visual Basic and Source Control Made Easier”…
Taco Tuesday: Flour/Corn Tortillas Once you have homemade tortillas, the store-bought ones just don’t cut it anymore. I’ve been making corn tortillas every Tuesday… Continue reading “Taco Tuesday: Flour/Corn Tortillas”…
So You’ve Failed… I’ve recently taken a few coding tests. I failed both of them! It’s easy to get discouraged by failure, but… Continue reading “So You’ve Failed…”…
To IDE or Not to IDE… When I first learned python, I attended a 3-day “boot camp” and one of the things our instructor asked was… Continue reading “To IDE or Not to IDE…”…