In this post, I'll show you what I consider the most important bits about Python's f-strings. You will learn several different ways to format a string using f-strings, completely guided by examples. In total, you'll see 73 examples on how to make the... (more…)
Read more »
How to use Python to write asynchronous programs, and why you’d want to do such a thing.
(more…)
Read more »
Fast Settlers of Catan Python implementation and strong AI player. - GitHub - bcollazo/catanatron: Fast Settlers of Catan Python implementation and strong AI player. (more…)
Read more »
Photo by Eric Krull on Unsplash.
Parsing and processing documents can provide a lot of value for almost every department in a company. This is one of the many use cases where natural language pr... (more…)
Read more »
The title is a bit of a lie. I think Python is a good, practical, language, and relatively easy to learn and to teach. Its vast collection of libraries let you slap together a program to do virtually anything you want. It doesn’t have the beauty of APL or... (more…)
Read more »