Asynchronous Programming in Python: Asyncio
Imagine that it takes 10 seconds to get data from the server. While you are waiting, the whole script is doing nothing. Asyncio allows to skip it and... (more…)
Read more »We explore how simple it is to generate a Rectangular Maze using Prim’s Algorithm for Minimum Spanning Tree. And the visualization is even simpler if we pick… Read more