As of Python 3.8, there's a new operator in town: the walrus operator. Let's talk about some of the controversy around it.
Tag: Python
As a new YouTuber, I thought it would be fun to share a bit of behind the scenes for my patrons. Learn how I display code in my Python videos.
If you follow me on social media, you've probably know this for awhile, but I started a YouTube channel. Needless to say, it's scary but a lot of fun.
While Python is often convenient, sometimes it's not. For instance, it's unclear how you would print on the same line in Python. Luckily, we have the answer!
How to Format a String in Python: Interpolation, Concatenation, and More
In this article, we learn how to format a string in Python using a handful of techniques including concatenation and interpolation.
If you ever want to built a Twitter bot, make sure you follow the rules. That's all I'm saying.
