Learn about lesser-known features in Google Colaboratory to improve your productivity. (more…)
Read more »
A common situation in asyncio Python programs is asynchronous
initialization. Some resource must be initialized exactly once before it
can be used, but the initialization itself is asynchronous — such as an
asyncpg database. Let’s talk about a couple of s... (more…)
Read more »
In the first post, we saw how to install an IDE and how to display a message; it is time to add some interaction with the player. Wait for a key Create a new python program and type the following … Continue reading →... (more…)
Read more »
The last couple of posts have been about 49travel and the way I built it. This week I am going to be talking about decorators for a bit. It seems very disconnected from the last posts, but I started reflecting on this while writing some Python for 49trav... (more…)
Read more »
The official Python library for the OpenAI API. Contribute to openai/openai-python development by creating an account on GitHub. (more…)
Read more »