Sumit OjhaMutable and Immuable CollectionsIn Kotlin, collections are used to store and manipulate groups of objects or data. There are several types of collections available in…Nov 28
InPython in Plain EnglishbyGanesh BajajPython Subtle Behaviors with Code Examples: Save Yourself from debugging laterExplore the typical python scenarios where developers think of something and python does something else…Oct 23Oct 23
Thaer AlkhishenKotlin Lists: Mutable vs. ImmutableIn Kotlin, collections are categorized into two main types: immutable (read-only) and mutable (modifiable). Understanding the difference is…Feb 6Feb 6
InDjango UnleashedbyNuno BispoPython Trick: Using dataclasses with field(default_factory=…)Python’s dataclasses module simplifies the creation of classes used for storing data.Aug 30Aug 30
Sumit OjhaMutable and Immuable CollectionsIn Kotlin, collections are used to store and manipulate groups of objects or data. There are several types of collections available in…Nov 28
InPython in Plain EnglishbyGanesh BajajPython Subtle Behaviors with Code Examples: Save Yourself from debugging laterExplore the typical python scenarios where developers think of something and python does something else…Oct 23
Thaer AlkhishenKotlin Lists: Mutable vs. ImmutableIn Kotlin, collections are categorized into two main types: immutable (read-only) and mutable (modifiable). Understanding the difference is…Feb 6
InDjango UnleashedbyNuno BispoPython Trick: Using dataclasses with field(default_factory=…)Python’s dataclasses module simplifies the creation of classes used for storing data.Aug 30
AnusoosanbabyLists and Tuples in Python: A Comprehensive GuideIn Python, lists and tuples are fundamental data structures that allow you to store collections of items. They are both ordered and capable…Oct 2
Prakash uniyalMutable and Immutable in PythonThe Python data objects can be broadly categorized into two — mutable and Immutable types, in simple words changeable or modifiable and…Aug 18
InDevopsCurrybyDevopsCurry (DC)Understanding the Mutable & Immutable Infrastructure in DevOps worldLet us talk a bit about Mutable and Immutable Infrastructure. And how does DevOps uses them to create a core for any environment.Sep 22, 2020