01 Python StoryStory – Python FunctionsAfter 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 StoryStory – Python For LoopsAfter mastering the while loop, Alex was excited to learn about another type of loop in Python –… February 25, 2023 · 2 min read
03 Python StoryStory – Python While LoopsAlex 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 StoryStory – Python if…elseAs 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 StoryStory – Python DictionariesAlex 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 StoryStory – Python SetsAlex 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 StoryStory – Python TuplesAs 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 StoryStory – Python ListsAs 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 StoryStory – Python BooleanAs 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 StoryStory – Python StringsAs Alex’s programming journey continued, they learned about Python strings. Strings are a sequence of characters enclosed within… February 25, 2023 · 2 min read