January 2023

Python Data Types

Tuple A tuple is a built-in data structure in Python that represents an ordered, immutable collection of elements. Here’s an example of how to create a tuple in Python: You can access elements in a tuple using indexing: Sets A set is a built-in data structure in Python that represents an unordered collection of unique …

Python Data Types Read More »

Getting Started – Before “Hello World”

Setting up a Python environment Let’s setup Python environment. Setting up a Python environment involves installing Python on your computer and configuring it to meet your needs. Here’e step-by-step procedure. Your First Python Script Let’s write every developer’s first (probably) program. Hello, World!

Introduction to Python

Python is a widely used programming language that is essential for anyone looking to pursue a career in data engineering. Python’s ease of use, powerful libraries, and strong community make it an ideal choice for data professionals. Wide range of utilities for managing, processing, and analysing data, makes it an indispensable tool in the data …

Introduction to Python Read More »

Scroll to Top