2k followers 8 articles/week
Quiz: Structural Pattern Matching

In this quiz, you’ll test your understanding of Structural Pattern Matching in Python. You’ll revisit the syntax of the match statement and case clauses, explore various types of patterns supported by Python, and learn about guards, unions, aliases, and name binding. [ Improve Your Python With 🐍 Python Tricks 💌 – Get a short...

Thu Oct 10, 2024 17:47
Build a Contact Book App With Python, Textual, and SQLite

Building projects is a great way to learn programming and have fun at the same time. When you work on a project, you apply different coding skills simultaneously, which is good practice for what you’ll do in a real-life project. In this tutorial, you’ll create a contact book application with a text-based interface (TUI) based on Python and Textual....

Wed Oct 9, 2024 17:32
Quiz: Python Closures: Common Use Cases and Examples

In this quiz, you’ll test your understanding of Python closures. Closures are a common feature in functional programming languages and are particularly popular in Python because they allow you to create function-based decorators. Take this quiz after reading our Python Closures: Common Use Cases and Examples tutorial. [ Improve...

Wed Oct 9, 2024 17:32
What's New in Python 3.13

Python 3.13 was published on October 7, 2024. This new version is a major step forward for the language, although several of the biggest changes are happening under the hood and won’t be immediately visible to you. In a sense, Python 3.13 is laying the groundwork for some future improvements, especially to the language’s performance. As you watch...

Tue Oct 8, 2024 17:33
Python News Roundup: October 2024

October is always an important month for Python, as this is when a new major version is released. Python 3.13 is the new version this year, and it brings several new features that lay the groundwork for other changes in the future. As one version of Python comes to life, another is put to rest. Python 3.8 is already five years old, which means that...

Mon Oct 7, 2024 17:28
Quiz: Iterators and Iterables in Python: Run Efficient Iterations

In this quiz, you’ll test your understanding of Python’s Iterators and Iterables. By working through this quiz, you’ll revisit how to create and work with iterators and iterables, understand the differences between them, and review how to use generator functions and the yield statement. [ Improve Your Python With 🐍 Python Tricks...

Sun Oct 6, 2024 00:09

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account