Code-Alongs

What is a Code-Along?

Code-Alongs are live experiences taught by our instructors designed to prepare you for concepts found in the sprint challenges. They're your opportunity to work on complex job-ready problems in a live and engaging environment.

These sessions are 50 minutes in length and are offered seven days a week in the morning, afternoon, and evening. Because Code-Alongs delve deeper into a core competency, you will need to come to class prepared to have the best experience.

Ideal Code-Along Preparation Checklist

Code-Along 1: Python Packages and Virtual Environments

This code-along focuses on creating Python packages from scratch and managing virtual environments with pipenv, reinforcing concepts from Module 1. You'll work through realistic examples of setting up proper package structure, managing dependencies, and creating reusable Python code that follows software engineering best practices.

How to Prepare

Code-Along 2: Python Classes and Unit Tests

This session builds on Modules 2 and 4's content, providing hands-on practice with object-oriented programming and unit testing. You'll work with real code examples to understand class design, implementation patterns, and testing strategies that ensure your code works as expected and follows industry standards.

How to Prepare

Prepare for Success

The best Code-Along experiences happen when you are ready before coming to class. Your instructors created a starting point and a solution for each of your Code-Alongs to ensure you have what you need to succeed.

Make sure to review the relevant module materials before attending the code-along. This will help you get the most out of the session and be better prepared to tackle the challenges.

Additional Resources

Python Package Development

Object-Oriented Programming

Testing