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 readingAda Boost Algorithm in Python
Gist of Adaptive boost Algorithm in layman's term - If you want to improve the performance of a class then you should concentrate on improving the average marks of the class. In order to increase the average marks ...
Continue readingPractice Numpy
Numpy is one of the basic and most used packages in Python. It is mostly used for scientific computing.Most important Data Type in Numpy is Array.import numpy as npAnd you have installed the numpy package in your ...
Continue reading