Educational Python repository for WGU's Master of Science in Software Engineering - AI Engineering program. Interactive Jupyter notebooks teaching data structures with ADHD-friendly exercises.
View the Project on GitHub chevyphillip/python-data-structures-practice
Welcome to the Python Data Structures Practice repository! This educational resource is specifically designed for students in WGU’s Master of Science in Software Engineering - AI Engineering program.
# Clone the repository
git clone https://github.com/chevyphillip/python-data-structures-practice.git
cd python-data-structures-practice
# Install dependencies with uv
uv sync
# Start Jupyter Notebook
jupyter notebook
# Clone the repository
git clone https://github.com/chevyphillip/python-data-structures-practice.git
cd python-data-structures-practice
# Create virtual environment
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Start Jupyter Notebook
jupyter notebook
uv
and pip
This repository supports the data structures fundamentals required for advanced AI/ML coursework. Each exercise builds practical skills needed for:
This is an educational resource. If you find issues or have suggestions for improvements, please open an issue or submit a pull request.
This educational content is available for academic and learning purposes. Please see the repository for specific licensing information.
Ready to start learning? Begin with Lists Basics and work through the structured progression!
View on GitHub | Installation Guide | Study Guide |