Skip to content

Latest commit

 

History

History
 
 

readme.md

Setup Instructions

Starter Template

This will be used by students to complete all session_assignments and coding Challenges

Self Coding Challenges

Extra python projects to Master your skillset. Optional for regular classes and must be practiced by all students

Session Assignments

Essential Projects to be discussed/completed in Classes Online/Onsite.

Template Setup Guide

PreRequisite:

  1. Installed Docker
  2. Add DevContianer Extension to VS Code
  3. Knows the purpose of docker compose up --build -d and docker compose down commands

Setup

  1. Clone the repp and open folder cnai_python_starter_template or it's code in VS code

  2. Ensure that in VS code terminal if you type dir or ls the output is:

mjs@Muhammads-MacBook-Pro-3 cnai_python_starter_template % ls
Dockerfile      compose.yml     main.py
  1. Start Template

In Terminal run docker compose up --build -d

  1. Open the Container in VSCode - now using the DevContainer Remote Explorer open the Container in VS Code

  2. Do all your coding challenges - make python files and run them in vs code.

  3. After practice close dev container and in terminal run docker compose down