Interview Questions
📄 410 ArticlesBest Fit Line in Linear Regression
Best Fit Line in Linear RegressionThe best fit line in linear regression is the one which tries to minimize the […]
Install Python | Python for Data Science | Day 1
Hey there, Pythonistas!If you’ve landed on this page for learning Python, congratulations! You have already taken the first step towards […]
Hello World | Python for Data Science | Day 2
Hello Pyfans! In the previous article, we discussed Python installation. Now it’s time for us to dive into the code. For […]
Tuple in Python | Python for Data Science | Day 3
Hello, Python fam!Let’s get started with an essential concept in Python i.e. Tuples. Like all programming languages, Python uses buckets […]
Dictionary in Python | Python for Data Science | Day 4
Hello, The Data Monk family! We hope you would have read our last tutorial on tuples. If not, do read the […]
For Loop in Python | Python for Data Science | Day 5
Hola amigos! Your friends at The Data Monk are back with another absorbing topic- For Loop in Python. In vanilla terms, […]
Palindrome in Python | Python for Data Science | Day 6
Ciao amici! The Data Monk community is back with another new topic for you. It’s time for some programming, as we […]
Break, Continue and Pass in Python | Python for Data Science | Day 7
For this tutorial, we will walk you through a very important concept – Break, Continue and Pass in Python. This […]
Lists in Python | Python for Data Science | Day 8
Our agenda for today is – Lists in Python. In Python, whenever we need to store a sequence of values, […]
Functions in Python | Python for Data Science | Day 9
The Data Monk is back with a fresh topic for you. It’s time to discuss functions in Python. In plain vanilla […]