Run Shadertoy OpenGL shaders in Jupyter notebooks and Python programs

Programming 2D games is awesome, but if you are anything like me what really
blows your mind is 3D graphics; and yes, you can do it in Python! Read more

Similar

Making Python CLI Apps Faster

As programmers, we can create tools to make programming easier. Often this means building something that can be easily invoked on the command line, whether it is a bash script or a CLI app with a full UI. This post focuses on optimizing the latter option. (more…)

Read more »

Making Music from Images in Python

To say that music is an integral component in my life is a massive understatement. I've been a guitar player for over 20 years and not a day goes by where I don't listen to it. As a matter of fact, before embarking in my academic journey as a physica... (more…)

Read more »