How to Create a Dictionary from a List in Python?

Create a Dictionary from a List in Python

I recently faced a situation where I needed to transform a list of employee names into a dictionary with additional information which made me explore more about this topic. In this tutorial, I will explain how to create a dictionary from a list in Python. I will share the different approaches I used to solve … Read more >>

How to Count the Number of Keys in a Python Dictionary?

Count the Number of Keys in a Python Dictionary

In this tutorial, I will explain how to count the number of keys in a Python dictionary. As a developer working on a project for one of my clients in New York, I came across a scenario where I needed to count the number of keys in a dictionary. Let’s explore different methods to accomplish … Read more >>

How to Update Values in a Python Dictionary?

Update Values in a Python Dictionary

In this tutorial, I will explain how to update values in a Python dictionary. As a developer, I encounter situations where I need to modify existing values in a dictionary, then I explored various methods to update dictionary values effectively. I will share my findings along with suitable examples and screenshots. Update Values in a … Read more >>

How to Change a Key in a Dictionary in Python?

Change a Key in a Dictionary in Python

As a Python developer working on a project for a US-based client, I recently encountered a situation where I needed to rename a key in a dictionary without modifying its associated value. After researching various methods, I discovered several effective approaches to achieve this task. In this tutorial, I will explain how to change a … Read more >>

How to Remove Multiple Keys from a Dictionary in Python?

Remove Multiple Keys from a Dictionary in Python

In this tutorial, I will explain how to remove multiple keys from a dictionary in Python. As a developer working on various projects for my clients, I came across a scenario where I needed to remove multiple keys from a dictionary. After researching various methods I found three efficient methods to accomplish this task. I … Read more >>

How to Create a Dictionary in Python Using a For Loop?

Create a Dictionary in Python Using a For Loop

In this tutorial, I will explain how to create a dictionary in Python using a for loop. As developers, we come across working with dictionaries and it is very important to know the creation of a dictionary using for loop. By using a for loop, you can dynamically generate dictionary items based on certain conditions … Read more >>

How to Sum All Values in a Python Dictionary?

Sum All Values in a Python Dictionary

As a Python developer working on various projects for my clients across the USA I came across a scenario where I needed to sum all values in a dictionary. After researching I found two efficient methods to accomplish this task. In this tutorial, I will explain how to sum all values in a Python dictionary … Read more >>

How to Slice a Dictionary in Python?

Slice a Dictionary in Python

In this tutorial, I will explain how to slice a dictionary in Python. Recently during a Python webinar, someone asked me a question about slicing a dictionary in Python which made me explore more about this topic. In this tutorial, I will share my findings with suitable examples and screenshots. Slice a Dictionary in Python … Read more >>

How to Split an Array in TypeScript? [With Examples]

Split an Array in TypeScript

As a Typescript developer, you might get requirements to manipulate arrays, such as splitting arrays in TypeScript. In this tutorial, I will explain how to split an array in TypeScript. Split An Array Using Slice in TypeScript The simplest way to split an array in TypeScript is by using the slice method. The slice method … Read more >>

How to Save a Python Dictionary as a JSON File?

Save a Python Dictionary as JSON

As a developer working on a project for a US-based company, I recently encountered a situation where I needed to store a dictionary containing employee data in a JSON format for easy data exchange with other systems. In this tutorial, I will explain how to save a Python dictionary as a JSON file. In this … Read more >>

51 Python Programs

51 PYTHON PROGRAMS PDF FREE

Download a FREE PDF (112 Pages) Containing 51 Useful Python Programs.

pyython developer roadmap

Aspiring to be a Python developer?

Download a FREE PDF on how to become a Python developer.

Let’s be friends

Be the first to know about sales and special discounts.