Master Generative AI
One Article at a Time

Explore hands-on tutorials, deep dives, and expert insights in generative AI, machine learning, and creative coding — simplified for real-world impact.

Latest Articles

Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Sales Analysis Project using Python

In this post, I use Python, Pandas & Matplotlib to analyze and answer business questions about 12 months worth of...

Read More →
Placeholder
Naveen 📅 Last Updated: 21 Apr, 2025

Multiple Constructors in Python

Multiple constructors are required when we want to have a different behavior of an object to perform the different actions...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Zomato Data Analysis Project using Python

Zomato is one of the most useful apps for foodies who want to taste the best cuisines of every part...

Read More →
Placeholder
Naveen 📅 Last Updated: 21 Apr, 2025

Constructors in Python

A constructor is a special method used to create and initialize an object if a class. On the other hand,...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Destructors in Python Explain clearly

A destructor is called when an object is deleted or destroyed. The destructor is the reverse of the constructor. Destructor...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Gradient Descent for Linear Regression

Gradient Descent is defined as one of the most commonly used iterative optimization algorithm of machine learning to train the...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

File Handling in Python

File management In this article, we will learn about python file operations. More specifically, opening a file, reading a file...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Netflix Data Analysis Project using Python

Netflix is one of the most popular streaming services in the world, with a massive subscriber base. In this article...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Spotify Data Analysis Project using Python

Data analysis is an important field in business, research and many other areas. Among the many uses of this data,...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Difference between Static and Class method in Python

Object oriented programming is a programming paradigm that relies on the concept of objects. These objects can have properties and...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Linear Regression for Machine Learning

Linear regression is the statistical technique to find relationship between two or more variables. To predict the values of response...

Read More →
Placeholder
Naveen 📅 Last Updated: 12 Dec, 2024

Different uses of underscore in Python

1 – Using in interpreter When you execute the expression in the python interpreter it will store the result of...

Read More →