Multiplayer Discord Game Bot
If you’ve been following my blog you’ll remember I wrote a little Python package to help with basic flat plane 2d coordinate mathematics. Also remember I wrote a simple two…
Developer Blog
If you’ve been following my blog you’ll remember I wrote a little Python package to help with basic flat plane 2d coordinate mathematics. Also remember I wrote a simple two…
This is a neat little game I wrote to demonstrate one particular way to use the survey-toolbox. I have a comprehensive code walkthrough below, and right at the bottom is…
Finally the day has arrived! The surveyor-toolbox has been uploaded to the Python Package Index and is available for download and install. A few notes For a good number of…
Chipping away at it in my downtime! I have managed to separate the code from one big script into a bunch of smaller scripts to allow for some code isolation…
Almost everything I do has coordinates in it: projected, geographic, arbitrary – and for as long as I’ve been coding in Python I’ve been slowly storing my snippets of code…
Those that know me know I love a little math and logic challenge – the more moving parts the better! This is something I coded as a proof of concept…
Myself and a buddy from Uni teamed up for one of our projects for “Building Information Technology Systems”. It was a vague enough course with little direction and very limited…