__new__ vs __init__ in Python

__new__ vs __init__ in Python

As a Python developer, working on a project for USA clients I came across two special methods __new__ and __init__. We will get into the specifics of __new__ and __init__, providing detailed explanations and examples to illustrate their use. __new__ and __init__ in Python In Python, object-oriented programming (OOP) revolves around classes and objects. When … Read more >>

How to Implement the Sigmoid Activation Function in Python?

Sigmoid Activation Function in Python

In this tutorial, I will explain how to implement the sigmoid activation function in Python. As a Python developer, I came across a scenario where I needed to use the sigmoid function and I explored more about the sigmoid function. Let us learn more about this topic today. Sigmoid() Function in Python The sigmoid or … Read more >>

How to Use the insert() Function in Python?

insert() Function in Python

In this tutorial, I will explain how to use the insert() function in Python. As a Python developer, while working on a project for New York clients, I came across a scenario where I needed to use the insert() and I explored more about the insert() function. Let us learn more about this topic today. … Read more >>

How to Use the arange() Function in Python?

arange() Function in Python

In this tutorial, I will explain how to use the arange() Function in Python. As a Python developer, while working on a project for New York clients, I came across a scenario where I needed to use arange() and I explored more about arange() function. Let us learn more about this topic today. arange() Function … Read more >>

How to Use the Python Pass Function?

Use the Python Pass Function

In this tutorial, I will explain how to use the Python Pass function. Someone asked me this question during a Python webinar and I explored about pass function and decided to write this article. Let us learn more about this topic today. Pass Function in Python The pass statement in Python is a placeholder that … Read more >>

How to Use the trim() Function in Python?

trim() Function in Python

In this tutorial, I will explain how to use the trim function in Python to clean up your strings. As a Python developer, while working on a project for a USA client, I often came across a situation where I needed to use the trim() function and explored various use cases of the trim() function. … Read more >>

How to Use the strip() Function in Python?

strip() Function in Python

In this tutorial, I will explain how to use the strip() function in Python. As a Python developer, while working on a project for a New York client, I encountered a situation where I needed to use the split() function and explored various uses of the split() function. Let us learn more about this topic … Read more >>

How to Implement and Use the hash() Functions in Python?

hash() Functions in Python

In this tutorial, I will explain how to implement and use hash() functions in Python. One of my team members asked this question and I decided to write a tutorial on this topic. Let us learn the implementation with examples and screenshots of the executed example code. hash() Function in Python A hash() function takes … Read more >>

How to Use the map() Function in Python?

the map() Function in Python

In this tutorial, I will explain how to use the Python map function in Python. In one of my projects with the USA clients, I encountered this scenario while working with large datasets and performing repetitive tasks. Let us see how the various map() methods in Python work, with examples. map() Function in Python The … Read more >>

Difference Between *args and **kwargs in Python

args and kwargs in Python

As a Python developer, when defining functions in Python, I encounter situations where I need to pass a variable number of arguments. Python provides two special syntax options to handle such cases: *args and **kwargs. In this tutorial, we will see the details difference between *args and **kwargs with examples and screenshots of executed example … 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.