I’ve been working for a while now on a bot that plays video games. I needed a way to capture the screen and send input to the game that was fast enough to let a bot interact with it in real time. I… (more…)
Read more »
A tool to automatically convert old string literal formatting to f-strings - GitHub - ikamensh/flynt: A tool to automatically convert old string literal formatting to f-strings... (more…)
Read more »
Kats is a toolkit to analyze time series data, a lightweight, easy-to-use, and generalizable framework to perform time series analysis. Time series analysis is an essential component of Data Science and Engineering work at industry, from understanding the... (more…)
Read more »
Ever wrote a Python code? If you have, you might be familiar that in Python, you don’t have to explicitly define the main function. If you are coming from languages like C, you might find this odd… (more…)
Read more »
What does Python 3.8 bring to the table? Learn about some of the biggest changes and see you how you can best make use of them. (more…)
Read more »