Unit Testing in Python Using unittest: A Quick Overview
As I mentioned previously, although I have a computer science degree. My career took a different path, and...
How to Use the Python Debugger (pdb) in the REPL
I really enjoy using the Python REPL (Read-Eval-Print-Loop). It is an easy and fun way to test Python...
Creating a Score API with Django: a Step by Step Guide
In this post, we are going to use Django to create a score API where we will store...
How to Create a Render Stats Addon using Blender Callbacks
Sometimes, while waiting for a model to render, I think about my next project in Blender. One that...
Mastering the Magic of Python Decorators: A Powerful Tool for Clean Code
Today, we will talk about Python decorators one of the most beautiful and magical features of Python. You...
TurtleBot: Lessons Learned from Chess Engine Analysis
This post is a little different than our normal posts. Normally, we post about how to do something....
Render Comparison Blender Add-on to Spark your Creativity
Sometimes, I want to look at different versions of a setting, but want to remember what setting I...
Building a City: Adding Buildings and Levels to Your Game
In our previous post covered generating the streets. Today, we are going to add the buildings. As always,...
PicoGame Engine: Adding an SD Card Reader and Menu
Now that we have our basic PicoGame engine running, I wanted the ability to load different games on...
Using Python to Generate Mandelbrot Texture for Blender
A few weeks ago, I posted on how to use Open Shading Language (OSL) to create a Mandelbrot...