What are Floating Point Numbers in Python?

Floating Point Numbers in Python

In this tutorial, I will explain what are floating point numbers in Python. Someone asked me this question in a Python webinar and I decided to write an article on this topic. I will share my findings in this tutorial with examples and screenshots of executed example code. Floating Point Number in Python A floating … Read more >>

How to Count the Number of Digits in a Number in Python?

Count the Number of Digits in a Number in Python

In this tutorial, I will explain how to count the number of digits in a number using Python, As a Python developer working on a coding project for a major financial institution in New York and developing an app for a tech startup in Silicon Valley, I came across a situation where I needed to … Read more >>

How to Split a Number into Digits in Python?

Split a Number into Digits in Python

In this tutorial, I will help you learn how to split a number into digits using Python. As a Python developer, I encountered a situation to split numbers into digits while working with the individual digits of a number. Let’s get into the various methods that you can use to achieve this with detailed examples. … Read more >>

How to Check if a String is Alphabet in Python?

Check if a String is Alphabet in Python

In this tutorial, I will explain how to check if a string is an alphabet in Python. As a Python developer, I encountered a scenario where I needed to check if a string is an alphabet or not when dealing with user input and parsing text data. Let’s get into the various methods that you … Read more >>

How to Round Numbers in Python?

Round Numbers in Python

In this tutorial, I will explain how to round numbers in Python. As a data scientist working for a US-based company, I often encounter situations where I need to round decimal numbers to the nearest integer or a specific number of decimal places. Let’s get in and explore the various methods to round numbers in … Read more >>

How to Check if a Number is Even or Odd in Python?

Number is Even or Odd in Python

In this tutorial, I will explain how to determine whether a number is even or odd in Python. As a data scientist at a financial firm in New York City, I recently faced a real-world problem where I needed to categorize a large dataset of transactions as even or odd dollar amounts. Python provides several … Read more >>

How to Merge Arrays of Objects in TypeScript?

Merge Arrays of Objects in TypeScript

One of my team members recently got a requirement to merge two arrays in TypeScript. I suggested a few methods. In this tutorial, I will explain how to merge arrays of objects in TypeScript using different examples. Merge Arrays of Objects in TypeScript When dealing with data in TypeScript, you may encounter situations where you … Read more >>

How to Get Unique Values from an Array of Objects in TypeScript?

In this tutorial, I will explain how to extract distinct values from an array of objects in TypeScript. We will also see different methods, including using the filter() method combined with indexOf(), and leveraging the Set object. For each method, we have examples. Get Unique Values from an Array of Objects in TypeScript Let me … 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.