Common topics for all programmers: Git, Scrum, VS Code, Best practices
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Buutti Education a7b1ae85b5 Initial commit 3 weeks ago
.scripts Initial commit 3 weeks ago
.themes Initial commit 3 weeks ago
.vscode Initial commit 3 weeks ago
imgs Initial commit 3 weeks ago
solutions Initial commit 3 weeks ago
README.md Initial commit 3 weeks ago
example-lecture-slides.html Initial commit 3 weeks ago
example-lecture.md Initial commit 3 weeks ago

README.md

Contents

Material completion denoted with 🌑🌘🌗🌖🌕 .

# Lecture Materials Exercises
1 Example Lecture 🌕 🌕

Repository notes (remove before publishing)

Running scripts to convert lectures to MD

Note: These instructions are for a Windows PC with WSL installed

  1. Install pptx2md: in an admin powershell, run pip install pptx2md
  2. copy .pptx lecture slides to .scripts folder
  3. In the .scripts folder, run .\convertAndReplaceAll.bat
  4. If everything went ok, move the generated .md files and the imgs folder to the root folder
  5. Remove .pptx files and the example lecture and its slides html
  6. In the .scripts folder, run python generateREADME.py
  7. Remove everything else from README than the generated table