Skip to content

sheyijojo/CIDM6330

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APP Code CIDM 6330 Spring 2022

Harry Percival and Bob Gregory's Code Repository for the Book Note, the full contents of the book itself is available at this link.

git clone --branch chapter_01_domain_model https://github.com/cosmicpython/code.git

Components of this Repo:

  • APP - Arhictecture Patterns in Python
  • Barky - a derivative of Dane Hillard's Bark app, transformed to follow along with Percival and Gregory's material
  • FlaskSA - code related to Flask and SQLAlchemy.
  • Testing - Separate Materials on Testing
  • flask-tutorial - The Flask 2.0 tutorial. (new in 2022)

Notes

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

Some PyPi packages we are using:

  • setuptools
  • pytest
  • coverage

Percival's First Book on TDD

Test-Driven Development with Python

Regarding Barky

There are four branches related to Barky that show the progression in Barky in consideration of the design principles we are studying.

About

CIDM 6330 Spring 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.4%
  • HTML 3.6%
  • CSS 1.9%
  • Shell 0.1%