heart Posts from the community...
Story
@yokee-ss-hh shared a post, 1ย year, 9ย months ago
Backend developer, Clarivate

Data Classes in python ๐Ÿ˜ˆ(part-2)

In this Blog, Letโ€™s discuss dataclass decorator parameters. We can control the features of the dataclass by passing arguments to dataclass decorator .

Story
@yokee-ss-hh shared a post, 1ย year, 9ย months ago
Backend developer, Clarivate

Data Classes ๐Ÿ˜ˆ in python (part-1)

Letโ€™s start Data Classes ๐Ÿ’ƒthat uses dataclasses module

In a normal concrete class, we want to define a constructor and __repr__ to make the custom representation of the object when object is passed as parameter to print() function.

Story
@yokee-ss-hh shared a post, 1ย year, 10ย months ago
Backend developer, Clarivate

Python Lists Cyclic References by YOKESH

Some days back, I was just digging deep into python lists and i found some thing really interesting and confusing at the same time. โ€I will make you confusing tooโ€ . Chalooo, Letโ€™s start !โ€ฆ.