Open in app

Sign In

Write

Sign In

Mihir Dhakan
Mihir Dhakan

30 Followers

Home

About

Pinned

Python Baby Steps 110

Difficult but very important step of Python. Here, comes Classes. These are Object constructors for creating objects. A class is a code template for creating objects. Objects have member variables and have behavior associated with them. In python a class is created by the keyword class . An object is created using the constructor of the class. This object will then be called the instance of the class.

Python

1 min read

Python Baby Steps 110
Python Baby Steps 110
Python

1 min read


Dec 3, 2021

Why it’s high time to move to Delta Lake?

Have you ever wondered, advantages of Data over Delta lake ? well, some of the key challenges of Data Lake are eliminated in Delta Lake, and so in this blog, we are going to discuss advantages of Delta Lake over Data Lake and how it works. Firstly, before jumping to…

Data Lake

6 min read

Why it’s high time to move to Delta Lake?
Why it’s high time to move to Delta Lake?
Data Lake

6 min read


Jun 20, 2021

KitKat 101 : Consumer Expenditure Behavior Analysis

Welcome to KitKat 101, in this blog we will solve the problem using the data available to us, with the help of Big data components such as Hive, HDFS, Sqoop. Firstly, If you have not seen the Introductory Blog on KitKat Series, please head to https://mihirdhakan.medium.com/introducing-kitkat-series-a-hub-to-practice-big-data-projects-aa782dbbdfb1 Else, keep scrolling 😀…

Big Data

3 min read

KitKat 101 : Consumer Expenditure Behavior Analysis
KitKat 101 : Consumer Expenditure Behavior Analysis
Big Data

3 min read


Jun 19, 2021

Introducing KitKat Series: A Hub to practice Big Data Projects

Are you Interested to work on Big Data Projects ? But, don’t have sufficient resources and confused where to start from ? If yes, then read through and you might find answers. Many a times, people feel helpless for not getting right opportunities to work on technologies they aspire to…

Big Data

3 min read

Introducing KitKat Series: A Hub to practice Big Data Projects
Introducing KitKat Series: A Hub to practice Big Data Projects
Big Data

3 min read


Jun 17, 2021

Python Baby Steps 111

Wonderful ! You have completed the 10 steps milestone. In this step, we will see “Reading Files” in python. Let’s dive in. Reading files in python is one of the common operation you would come across, due to which you need to be familiar with various ways and options of file read operations. Keep a file in your local machine and change the path for reading it while practicing on the Jupyter notebook.

Python

1 min read

Python Baby Steps 111
Python Baby Steps 111
Python

1 min read


Jun 10, 2021

Python Baby Steps 109

Write once, use many times ; Yes I am going to talk about functions in python now. It’s obvious to have scenarios where multiple times/places in the program the same task needs to be done, that’s where Functions comes into picture. Hi there ! welcome to this step of Functions in Python. In this step, we are going to learn about What are functions?, Types of functions, Using If/else in Functions, Variables and different types of scopes, and lastly quiz.

Python

1 min read

Python Baby Steps 109
Python Baby Steps 109
Python

1 min read


Jun 7, 2021

Python Baby Steps 108

oops ! Loops ! The most important and widely used feature of any programming language. In simple words, loops are repetitive task humans ask programming languages such as python to do. As simple as that. In this step (very crucial), we will practice what are the available types of loop…

Python

1 min read

Python Baby Steps 108
Python Baby Steps 108
Python

1 min read


Jun 6, 2021

Python Baby Steps 107

Operators plays vital role while performing any logical or other comparison + calculations, assignments, etc. between or across variables. These operators are of few categories, such as Arithmetic, Logical, Relational and much more. Statements which consists If, else, are converted to programmable python statement using Condition statements. Also, you will learn about Branching in python. Try to co-relate the concepts with real-life events, it would be much easier to grasp.

Python

1 min read

Python Baby Steps 107
Python Baby Steps 107
Python

1 min read


Jun 6, 2021

Python Baby Steps 106

Yeaaaaa!!! Half century ! Congratulations you have completed 5 baby steps ! Keep up the good work. In this step, we will check out “dictionary” in python, another type which stores Keys + Values. Till now, you had seen the lists, tuples, sets, where you would access the values by its index. However, Dictionary stores the keys for each value defined by user, and later when you need to access you flash your keys to python and you will get your results. Think of it, as real world dictionary — when you need to browse meaning of a particular word, you scan through that letter first and once you get it, you read the meaning of it, same-to-same in python.

Python

1 min read

Python Baby Steps 106
Python Baby Steps 106
Python

1 min read


Jun 6, 2021

Python Baby Steps 105

Now, after talking about lists, it’s time to checkout “sets” in Python. Key difference between lists and sets is no duplicate values would be allowed to store in sets. Welcome back ! I hope you understood tuples, lists. In this step, we will explore “Set” data type in python, with some operations such as add, remove, IN, “&”, Difference, intersection, union, issuperset, issubset and then some quiz for you to validate what you learnt so far.

Python

1 min read

Python Baby Steps 105
Python Baby Steps 105
Python

1 min read

Mihir Dhakan

Mihir Dhakan

30 Followers

Data Evangelist | Blogger | Super Optimist

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams