Tag: Python

Sudoku Puzzle Solving…

I have been playing far too much Sudoku lately. Therefore, instead of taking the drastic step of kicking the habit, I decided to go a bit deeper into it by writing some code and make a Sudoku solver (or even a few of them). I believe that this project has worked in that I no …

Bifurcation Diagrams… (x4)

A little while ago I noticed a few posters in the office I used to work in had a bunch of graphs with the occasional presence of a bifurcation element amidst the plethora of information they presented. I tried to read and follow all of these posters but none of them lead to the reason …

PDF Calendar Making in Python

So I wanted to have a calendar on paper that I could put on my fridge and see how much time I’ve been wasting. I know that there are more than enough programs out there that can accomplish this task, however I still wanted to make one myself. I was a bit inspired by this …