Get to know about indexing and slicing Photo by Bianca Ackermann on Unsplash Indexing and Slicing: In python sequence data types, we can access elements by indexing and

Get to know about indexing and slicing Photo by Bianca Ackermann on Unsplash Indexing and Slicing: In python sequence data types, we can access elements by indexing and
Different ways to use underscores Photo by The Lazy Artist Gallery from Pexels Underscores in Python Underscores have a special meaning in Python. They’re used in different
What’s the difference? Photo by Grant Ritchie on Unsplash split() vs. partition() In Python, we can split the string by using the following methods. Let’s look
Let’s learn about the differences Photo by Porapak Apichodilok from Pexels. map “map(function, iterable, …) Return an iterator that applies a function to every item of iterable,
Different ways of merging dictionaries in Python Photo by bongkarn thanyakij from Pexels Merging Python dictionaries In python, we can merge two dictionaries using different methods. Let’s
Get to know about python basic terms Photo by Victoria Borodinova from Pexels Python basic terms Identifiers keywords Operators Object Id,Object Type Sequences Set Types Mappings Iterable Iterator