heart Posts from the community...
Story
@dariaip shared a post, 2 years, 6 months ago

How to ensure data type correctness at Python

Python is a programming language which is famous for its polymorphism. It means that the same operation will work differently with objects of different data types. It’s very useful but in some cases can lead to unexpected behaviour of your code.

Photo by Andrea De Santis on Unsplash