Skip to content

Course work: Introduction to Computer Science and Programming in Python 6.0001

Notifications You must be signed in to change notification settings

arcbjorn/intro-cs-python-6.0001

Repository files navigation

Welcome to my 6.0001 Coursework

All the assignments and tests will be in this repository.

Clone repository

git clone <this-repo>

Make sure you have Python installed

python -V

Setup virtual environment (venv)

python3 -m venv .venv

Activate venv and install dependencies

Important: check the correct way of activation depending on your shell. Consult here. (I use fish shell)

source .venv/bin/activate.fish
python -m pip install -r requirements.txt

Run any of the programs

python <program-name>.py

About

Course work: Introduction to Computer Science and Programming in Python 6.0001

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages