Category Archives: Python
Python Static Site Generators
So, I have this personal project I’m working on that involves having a static site with information about products, combined with a storefront. I don’t need the majority of the dynamic features of something like WordPress, so I wanted to … Continue reading
Posted in Programming, Python
1 Comment
A Python Physics Sandbox
One of the labs I give to my Intro to Computer Science students is writing an interesting physics simulation. I started using that lab when we were using the Calico IDE, an educational IDE that comes with some built in … Continue reading
Posted in Programming, Python
5 Comments