Python Wrapper for CoWin Portal with Async Support

View statistics for this project via Libraries.io, or by using our public dataset on Google BigQuery
Read more

Similar

Python Version Upgrades and Deprecations

Recently I read Itamar Turner-Trauring's It’s time to stop using Python 3.7 (via). On the one hand, this is pragmatic advice, because as the article mentions Python 3.7 is reaching its end of life as of June 2023. On the other hand it gives me feelings, a... (more…)

Read more »

Making the Python REPL Output Pretty

Recently, there was a tweet by Ned Batchelder that illustrated how to make Python REPL output prettier. I went to implement it, and wanted to put together some instructions for the future.

Read more »