Python Functions and Built in Functions In essence, a function is a reusable block of code designed to perform a specific task. Intro 2024-01-11 3 minutes to read
Python Control Flow Control flow dictates the order in which instructions are executed within a program Intro 2024-01-11 2 minutes to read
Python Expressions Operators and Sequences In Python, expressions are like the phrases your code uses to calculate things and the order you place operators in an expression matters. Intro 2024-01-11 3 minutes to read
Python Built-in Classes Built-in Classes are like pre-made ingredients of your code. Intro 2024-01-10 2 minutes to read
Python Reserved Key Words In Python there are special words that can not be used as identifiers. Intro 2024-01-10 3 minutes to read