Amulyaawscloudbasics.hashnode.dev·Dec 16, 2024Python for DevOps: Mastering Dictionaries and API Interactions with GitHubIntroduction Understanding Dictionaries in Python Why Dictionaries? Dictionaries solve a common problem in data representation by using key-value pairs. Unlike lists, which store items in a sequential manner, dictionaries allow you to: Store complex...DiscusspythonPython
Lim Woojaejaylog.hashnode.dev·Dec 15, 2024[Python] How to Create Immutable Dictionaries & Sets in Python?What are Immutable Dictionaries & Sets? Before reading this article, you should have an understanding of mutable and immutable types in python. You can look at my article that explains them pretty easy: [CS fundamentals] Mutable vs. Immutable. Dictot...DiscussPython
Ahamad Basha NSintro-to-c-net-core.hashnode.dev·Dec 14, 2024Generic COLLECTIONS part 1This backpack is special because it can hold all sorts of things, like toys, books, or even snacks! You can put things in, take them out, and organize them in different ways. In coding we call it a Collection. Let's understand them one by one. List<T...Discusshash set
Geo J Thachankarygeothachankary.hashnode.dev·Sep 13, 2024POCO to Dictionary Conversion Techniques in C#Recently in one of my projects, I had to extract properties and values of a C# object to send as key value pairs to a third party REST API. Instead of manually extracting each property, I wanted a way to convert a Plain Old CLR Object (POCO) into a D...Discuss·132 readsC#
Shantanu Sharmadatapoints.hashnode.dev·Aug 12, 2024Make Your Python Code Faster with Dictionary LookupsIn the world of programming, efficiency is key. Whether you're a beginner or a seasoned developer, finding ways to optimize your code can make a significant difference, especially when working with large datasets. One powerful tool in Python that oft...Discuss·40 readsHow to write effective Python Programs ?Python
Sandhya Kondmarekloudsan9.hashnode.dev·Aug 4, 2024Essential Python Data Types Explained for New ProgrammersPython ek versatile aur powerful programming language hai jo alag-alag data types ko support karti hai. Yeh blog post Python ke primary data types ke baare me batayegi, including complex numbers, strings, booleans, lists, tuples, dictionaries, aur se...Discussdatatypes
Bhavesh Jadhavbhaveshjadhav.hashnode.dev·Jun 2, 2024Building a Simple ATM System in Python: A Casual WalkthroughHey everyone, So, I wanted to share with you all how I put together this simple ATM system in Python. It's nothing fancy, but it gets the job done! First off, I set up a couple of dictionaries to keep track of card numbers, PINs, and account balances...Discuss·10 likes·70 readsPython
freeCodeCampforfreeCodeCampfreecodecamp.org·May 1, 2024How to Use DefaultDict in PythonBy Gage Schaffer Throughout my time working with datasets in Python, the dictionary has been my most used data structure. It’s versatile and easy to use. Need to count occurrences of a character? Use a dictionary! Want to create a list of soccer play...Discussdictionary
Srushti srushtisblog.hashnode.dev·Feb 6, 2024Dictionary Data Structure In PythonPython, a versatile and powerful programming language, boasts a rich set of data structures that contribute to its popularity among developers. One such fundamental data structure is the dictionary. In this blog post, we'll explore the ins and outs o...Discussdictionary data structure
Vishnu Prasad Koradavishnuprasadkorada.hashnode.dev·Jan 5, 2024Building Stylish Node.js CLI ApplicationsWelcome to the wonderful world of Command Line Interface (CLI) ... where you can make powerful and versatile tools as a developer. One can use CLI tools for easy debugging, making custom scripts, and presentable logging in the console, and also for s...Ipsita Nayak and 1 other are discussing this2 people are discussing thisDiscuss·41 likes·114 readscli