~/Coding Clutch/index.md
#

Latest Articles

01
Python Story

Story – Python Functions

After mastering loops, Alex was curious about functions in Python. They had heard that functions were a powerful…
February 25, 2023 · 2 min read
02
Python Story

Story – Python For Loops

After mastering the while loop, Alex was excited to learn about another type of loop in Python –…
February 25, 2023 · 2 min read
03
Python Story

Story – Python While Loops

Alex was excited to learn about Python’s while loops. They realized that while loops could be used to…
February 25, 2023 · 2 min read
04
Python Story

Story – Python if…else

As Alex continued their journey with Python, they realized that they needed a way to make decisions in…
February 25, 2023 · 2 min read
05
Python Story

Story – Python Dictionaries

Alex had just finished learning about sets in Python and was excited to learn about another powerful data…
February 25, 2023 · 4 min read
06
Python Story

Story – Python Sets

Alex had just finished learning about tuples in Python and was excited to learn about another data structure…
February 25, 2023 · 3 min read
07
Python Story

Story – Python Tuples

As Alex continued their journey in Python programming, they stumbled upon a new data structure called tuples. They…
February 25, 2023 · 3 min read
08
Python Story

Story – Python Lists

As Alex’s programming journey continued, they learned about Python lists. Lists are a type of collection that can…
February 25, 2023 · 3 min read
09
Python Story

Story – Python Boolean

As Alex’s programming journey continued, they learned about Python boolean values. Booleans are a data type that represent…
February 25, 2023 · 3 min read
10
Python Story

Story – Python Strings

As Alex’s programming journey continued, they learned about Python strings. Strings are a sequence of characters enclosed within…
February 25, 2023 · 2 min read
×