For this tutorial, we will walk you through a very important concept - Break, Continue and Pass in Python. This article will primarily focus on the use of the three keywords Break, Continue and Pass in Python by ...
Continue readingPalindrome 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 discuss the palindrome program in python. But, before you open your notebooks, let’s discuss what really is a ...
Continue readingFor 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, a For Loop in Python is used to execute a set of instructions for “n” no. of times ...
Continue readingDictionary 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 article to clarify your concepts. Now, it’s time for us to learn about dictionary in Python. Python’s dictionary is ...
Continue readingTuple 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 i.e. data structures to hold data for further computation. Tuple is Python’s exclusive data structure that is immutable ...
Continue readingInstall 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 this incredible journey. Follow this tutorial thoroughly to learn how to install Python. Python’s object-oriented approach will make ...
Continue readingHow to learn Python for Data Science?
Python is one of those languages which is present in almost all of the computer science domain, you can use it in Web Development, Software Development, Data Science, and even in building games.Here we will talk about, how ...
Continue readingPython Interview Questions – Updated 2022
Today is Day 8 and we will be taking up 10 Python interview questions. The below python interview questions will mostly be around definitions, parameters, etc.You need to understand that in general there is a difference between Data ...
Continue readingLabel Encoder and One Hot Encoding
In our datasets we can have any sort of data, we can have numbers, categories, texts, or literally anything. If you have ever created any model , you already know that you can't use Textual Data to train ...
Continue readingGradient Boosting in Python
I hope you are already done with the basic concepts of regression and have covered our previous post on Adaptive Boosting. Nai padhe, toh padh lo yaar..easy haiRemember, If you want to participate in a Hackthon or ...
Continue reading