Python

Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

End to End Project Multiple Disease Detection using ML

Project 1: Heart Disease Detection Machine Learning is used across numerous spheres around the world. The healthcare industry is no...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Arrays Functions and Functional Programming in Python

This post is dedicated to some of the commonly used numpy function to do with arrays in python. 1 –...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Array Methods in Python

Arrays are used to store multiple values in one single variable. Array can be handled in Python by a module...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

End to End Project Laptop Price Prediction using Machine Learning

Machine learning relies on AI to predict the future based on past data. If you’re a data science enthusiast or...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Uber Data Analysis Project using Python

Uber is a company based in San Francisco that handles over 118 million users and 5 million drivers, making it...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Date-Time Module in Python

The data-time is a built-in module supplies classes for manipulating dates and times. datetime.now use the now() method to access...

Read More β†’
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

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 β†’