Module 1: Technical Preparation: Review of Basics

Module Overview

Module 1 focuses on reviewing fundamental programming concepts. You'll refresh your knowledge of functions, variables, and basic math operations in Python.

Learning Objectives

Core Competencies

Function Review

This section covers:

Variable Review

Learn about:

Math Review

This section reviews:

Guided Project

In the guided project, you'll practice using LeetCode to solve basic programming challenges. First, you should register for a free LeetCode account. This will help you become familiar with the platform while reinforcing your understanding of functions, variables, and mathematical operations.

Project Resources

Recommended LeetCode Problems

Note: For all problems, you can select Python as your programming language using the dropdown menu in the LeetCode code editor.

Practice Activities

To reinforce your understanding of the concepts covered in this module, complete the following activities:

Additional Resources

Python Documentation

Practice Resources