Skip to content

ahuimanu/CIDM6330

Repository files navigation

CIDM6330 Spring 2025

This repository will contain all supplemental materials and code for CIDM6330 for the Spring 2025 semester.

Code for CIDM 6330 Spring 2025

We are using Jaime Buelta's Python Architecture Patterns as our guide.

Course Supplemental Material on Architecture - Spring 2025

The docs folder contains several files with supplemental and foundational knowledge for the course.

Components of this Repo:

Git Crash Course for Begginers

Good resource.

Visual Studio Code Python Extension

It may become necessary for you to encourage the Python and Pylance extensions on how to find your virtual environment in VSCode.

The following can be added to a 'settings.json' file to accompany your project:

"python.pythonPath": "/my/project/path/.venv/bin/python",

PyPi Packages

PyPi packages used:

  • setuptools
  • coverage

Harry Percival's First Book on TDD

Test-Driven Development with Python

About

CIDM 6330

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published