We're going to write a clone of Arkanoid (Breakout) using Python and PyGame Zero. In this post, I want to show you how easy it is to write a simple game. Let's get started! All the code is available here: https://github.com/shantnu/arkanoid-clone The imag... (more…)
Read more »
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment - GitHub - opengeos/leafmap: A Python package for interactive mapping and geospatial a... (more…)
Read more »
asyncio is all the rage these days in Python because we can write high performance io code in a single thread. While there are a lot of tutorials on asyncio library itself, there is little explanat... (more…)
Read more »
Essays about data, building products and bootstrapping businesses.
Read more »
An object database with zero dependencies in less than 100 lines of Python. - GitHub - shanebellone/ObjectiveDB: An object database with zero dependencies in less than 100 lines of Python. (more…)
Read more »