top of page
Welcome to Blog by
Jatin Madaan
Search
Jatin Madaan
Jun 3, 20203 min read
Exceptional - Handling
This post is about very basics of exceptional handling . Exceptions - It is a type of error if not taken care of then code may crash . To...
150
Jatin Madaan
May 31, 20202 min read
Functions in Python
This Post is about basics of functions in Python . Functions are created so that we don't have to write same code repeatedly . Syntax :...
160
Jatin Madaan
May 30, 20202 min read
File Input & Output in Python
This Post is about using files with Python . There are basically 3 operations we can perform : Read Write Append Reading Files Reading...
520
Jatin Madaan
Mar 18, 20207 min read
SQL Group Functions
Let's say we have below student data select * from student; id. student_name student_gender student_age 1 Sally Female ...
200
Jatin Madaan
Mar 15, 20206 min read
Productionization Spark Code & Tuning
How Spark Runs on a Cluster Architecture of a spark application contains following main components : Spark Driver : It is just a process...
270
Home: Blog
bottom of page