In this tutorial, you'll learn about assignment expressions and the walrus operator. The biggest change in Python 3.8 was the inclusion of the := operator, which you can use to assign variables in the middle of expressions. You'll see several examples of ... (more…)
Read more »
Talk Python To Me is a podcast for developers who are passionate about Python. Learn about the language and related technologies. (more…)
Read more »
Machine learning is an in-demand skill to add to your resume. We walk through steps for wading into machine learning with the help of Python. (more…)
Read more »
The biggest game-changer for Docker on AWS was the announcement of AWS Fargate. Operating Docker containers could not be easier. With AWS Fargate, you launch Docker containers in the cloud without any... (more…)
Read more »
Python's maya package is a great library for standardizing dates of many different formats. This post will cover several examples. (more…)
Read more »