What is new in the AI world, an exciting (and free to access) natural language API, and our monthly editorial picks. If you have trouble reading this email, see it on a web browser. Happy Tuesday, Towards AI family! We h... (more…)
Read more »
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 »
A toy compiler that can convert Python scripts to pickle bytecode. - splitline/Pickora... (more…)
Read more »
Recently, I came across a resource that allowed me to download the entire collection of UTZOO NetNews Archive of the earliest USENET posts. These were essentially the earliest available discussions posted to the Internet by people working at various Unive... (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 »