ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Aug 7, 2024An Introduction to Abstract Data Types in PythonWhen diving into the world of programming, one of the fundamental concepts you'll encounter is Abstract Data Types (ADTs). ADTs provide a theoretical framework for organizing data, specifying the operations that can be performed on the data and the t...40 likes·314 readsPython
Lucas Payrfunctional-fieldnotes.hashnode.dev·May 22, 20243 Reasons Enums with superpowers Are Rare in Enterprise SoftwareYou might have heard of "Enums with superpowers", "Tagged Union Types" or Algebraic Data Types(ADT). It is heavily used in functional programming. And yet, you rarely see them in enterprise codebases. Why is that? A common use case for ADTs is to rep...Functional Programming
Usman Akinyemiuniqueusman.hashnode.dev·Sep 20, 2023"Understanding basic Programming concept: Types, Data Types, Data Item, Classes, Objects, Method, ADTs, and Data Structures Explained."In the world of programming, several fundamental concepts are crucial to understand. Types, data types, ADT, data items, class methods and Objects are often used interchangeably, but they have distinct meanings and roles. In this blog post, we'll div...2 likesProgramming basics