Vivek Kumar Singh
Vivek on Software

Vivek on Software

Follow

Are Tuples really immutable? #PyTip03

Aug 20, 20222 min read

Tuple in Python are immutable Data Structures. Unlike sets, dicts and lists, the values in a tuple cannot be changed once initialized. But is it...

Are Tuples really immutable? #PyTip03
Iterable Unpacking in Python #PyTip02
How to make immutable dictionaries in Python #PyTip01
An Introduction to Kubernetes for Complete Beginners
GCP Storage Solutions: A Beginner's Guide
Amazing functools features in Python