← All Posts

Python

Python Functions - Day - 5

Python Functions - Day - 5

Function is a block of code you write once and can use again and again, wherever you need it. No copy-pasting. No repeating yourself. Just …

Gayatri · · 8 min read
Python Loops: for & while - Day - 4

Python Loops: for & while - Day - 4

A loop tells Python: keep doing this thing, again and again, until I say stop. Without loops, repetitive tasks mean writing the same line over …

Gayatri · · 7 min read
Python Operators & Expressions - Day 2

Python Operators & Expressions - Day 2

Mastering operators and expressions is like learning the grammar of Python; once you understand how these symbols interact, you can begin writing complex logic with …

Gayatri · · 32 min read
Python Variables & Data Types for Beginners - Day 1

Python Variables & Data Types for Beginners - Day 1

variables and data types - the two most fundamental concepts in any programming language. Everything you'll ever write in Python uses these. Functions, loops, APIs, …

Gayatri · · 16 min read