Real Python Tutorials
Python's tuple Data Type: A Deep Dive With Examples
In Python, a tuple is a built-in data type that allows you to create immutable sequences of values. The values or items in a tuple can be of any type. This makes tuples pretty useful in those situations where you need to store heterogeneous data, like that in a database record, for example.
Oct 04, 2023 intermediate python
Explore Real Python
What's New in Python 3.12
Oct 03, 2023 intermediate python
Generate Beautiful QR Codes With Python
Sep 06, 2023 intermediate
Python News: What's New From August 2023
Sep 04, 2023 community