It's All about ... DATA
Learn with me as I build and share in data space!
Data Migration Series !
Project Series !
Trending on Data arctic
July 16, 2024
Homework Solutions
Homework 1: Variables and Data Types
Declare and Print Variables:
# Declare variables
x = 5 # int
y = 3.14 # float
name = "John" # str
is_admin = True...
July 4, 2024
Get Started with Python
Understand what is Python : https://datartic.com/python-programming-language-layman-series/
Amazing notes documented at notion : https://sunnybyli.notion.site/Basics-of-Python-5f0c1cea4a264eb3b3c29949790abb62#a55fd20389d749a48c2bd3f92773bce5
Homework...
July 4, 2024
Python is an amazing programming language that’s super easy to learn and super powerful too!
What is Python?
Python is a way to tell a computer what to do. It’s like...
February 20, 2024
In the realm of data engineering, the ELT (Extract, Load, Transform) process stands as a crucial workflow for handling and refining data. In this article, we embark on a journey through...
February 20, 2024
In the world of data management, the ETL (Extract, Transform, Load) process plays a crucial role in gathering, refining, and storing data for analysis. In this blog post, we’ll...
January 23, 2024
Introduction
Docker has revolutionized the way software is developed and deployed by providing a lightweight, portable, and efficient solution for containerization. In this blog,...
about me
Few words that describe me… Energetic, Curious and Hungry.