top of page
Evergreen posts from some of our Ninjas...
May 12, 20213 min read
1,431 views
All Blogs
Search
Jyothi Chanda
Mar 28, 20225 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...
Bhuvaneswari Gopalan
Mar 9, 20214 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...
Namrata Kapoor
Jan 6, 20213 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...
Bhuvaneswari Gopalan
Dec 19, 20203 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...
Namrata Kapoor
Oct 14, 20207 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...
Bhuvaneswari Gopalan
Sep 29, 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...
Sridevi
Aug 13, 20202 min read
Pandas For Data Science
Pandas for Data Science
bottom of page