top of page

Evergreen posts from some of our Ninjas...
7,486 views


5,888 views


5,584 views

May 12, 20213 min read
1,472 views


1,777 views


All Blogs
Search

Python Functions
A function is a block of code which only runs when it is called. A function can be called as a section of a program that is written once...
anupriyak2050
Dec 20, 20244 min read

PYTHON ‘GO-TO-LANGUAGE’ for Data Analysis
Introduction: Python is a powerful programming language that is easy to learn with a wide range of libraries and frameworks for data...
Sirisha Kotha
Dec 14, 20245 min read


Loops in python
In computer programming, a loop is a sequence of instructions that is continually repeated until a certain condition is reached. We need...
Jyothi Chanda
Mar 28, 20225 min read


What will be the Average Height of US Presidents? Let’s find out using Python libraries Numpy, Panda
As I contemplated the next topic for my blog, this struck me as an interesting and curious topic that would also be a useful Python...
Bhuvaneswari Gopalan
Mar 9, 20214 min read

Making a simple and fast chatbot in 10 minutes
In real-world response time for a chatbot matters a lot. Be it the travel industry, banks, or doctors, if you want to really help your...
Namrata Kapoor
Jan 6, 20213 min read


Detection of heart disease using Decision Tree Classifier
Decision Tree is one of the most popular and powerful classification algorithms in machine learning, that is mostly used for predicting...
Bhuvaneswari Gopalan
Dec 19, 20203 min read

Feature Selection- Selection of the best that matters
In Machine learning we want our model to be optimized and fast in order to do so and to eliminate unnecessary variables we employ various...
Namrata Kapoor
Oct 14, 20207 min read


Python Data Structures: Built-in tools to manipulate data
We all know that Python is the most popular programming language that has even made kids to start coding in a very easy and fun way. It’s...
Bhuvaneswari Gopalan
Sep 29, 20207 min read
Pandas For Data Science
Pandas for Data Science
Sridevi
Aug 13, 20202 min read
bottom of page