If you are as lazy as me and want the computer to do as much work as possible, then you must know AutoHotkey (AHK). AHK lets you write scripts and cool functions that make your computer do everything but mop your floor; actually, it just might.
Category: Programming
Rolling Pythonic dice for Catan
I got introduced to Catan several weeks ago. I think it is the best board game I’ve ever played. Its mechanics and gameplay appealed to me with a nice blend of strategy and player-involvement. Even if one player falls behind, they can still influence the gameplay. However, there is one aspect of such games that… Continue reading Rolling Pythonic dice for Catan
Understanding Python, Django, Matplotlib, Pandas, and gspread
I’ve always wanted to pick up the Python programming language and use Django for creating web apps. As Circuit Breaker (CB) measures began, I took the opportunity to do just that. It’s been about three weeks and I can declare that I have a better understanding of Python. However, I still need more time to… Continue reading Understanding Python, Django, Matplotlib, Pandas, and gspread