Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MECH2700

Checks Release

Weekly exercises, lectures, tutorials, and assignments for MECH2700.

Setup

  1. Install uv.
  2. Clone and sync:
git clone https://github.com/keys-i/MECH2700.git
cd MECH2700
uv sync

That creates .venv and installs project dependencies (Python ≥ 3.12).

Weekly exercises

Folder Contents
prac/ Practical scripts and write-ups (week_01.py, week_01.tex, …)
lec/ Lecture code (week_01.py, …)
tuts/ Tutorials (W<number>/)
assign/ Assignments

Run codes

Interactive menu (Lecture / Practical → week):

uv run code

Or run a file directly:

uv run python prac/week_01.py
uv run python lec/week_01.py

Other commands

uv run clean                 # remove gitignored build artefacts (keeps .venv)
uv run latex-compile path.tex  # compile with MacTeX, strip aux files

That creates .venv and installs project dependencies (Python ≥ 3.12).

Weekly exercises

Folder Contents
prac/ Practical scripts and write-ups (week_01.py, week_01.tex, …)
lec/ Lecture code (week_01.py, …)
tuts/ Tutorials (W<number>/)
assign/ Assignments

Run codes

Interactive menu (Lecture / Practical → week):

uv run code

Or run a file directly:

uv run python prac/week_01.py
uv run python lec/week_01.py

Other commands

uv run clean                 # remove gitignored build artefacts (keeps .venv)
uv run latex-compile path.tex  # compile with MacTeX, strip aux files

About

This repository contains my submission for MECH2700 (Computational Engineering and Data Analysis) at UQ.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages