Python for JavaScript Developers Control Flow

About

This module introduces Python control flow to JavaScript developers, focusing on fundamental concepts like conditional expressions, Boolean logic, and looping in the context of Python’s syntax. It aims to show how these familiar principles translate into Python. By the end, students will have the skills to implement control flow in Python, leveraging their JavaScript background in this new environment.

Content

Lesson Video Time Video Skills
Setup 1 min link Setting up the development environment.
Concepts 2 min link Review the concepts of control flow.
Truthy and Falsy 2 min link Truthy and falsy in Python.
Boolean Logic 10 min link Use conditional expressions in Python.
Branching 11 min link Implement branching logic with if...else statements in Python.
Looping 10 min link Implement looping logic in Python.
Ternary Expressions 3 min link Using ternaries in Python.
Ranges 6 min link Using the range datatype to loop in Python.
Total content 45 min  

References

📖 Reference Materials