Skip to content

Presentations for programming courses

License

Notifications You must be signed in to change notification settings

horstjens/slides

This branch is 155 commits behind marko-knoebl/slides:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 15, 2021
4d31b56 · Sep 15, 2021
Feb 20, 2021
May 13, 2021
Sep 15, 2021
Sep 15, 2021
Sep 15, 2021
Jun 22, 2020
Jan 24, 2021
May 8, 2021
May 8, 2021
Oct 29, 2020
May 8, 2021
May 8, 2021
May 8, 2021
May 13, 2021

Repository files navigation

Slides for programming courses

This is a collection of slides for programming courses, created from markdown sources.

See http://marko-knoebl.github.io/slides for the slides.

The presentations are standalone HTML files that can be downloaded and viewed offline.

Build process

To build from the sources:

  • clone this repository
  • run npm ci (to install dependencies from package-lock.json)
  • run npm run build

This process starts with sections/index.json and recursively includes materials

It creates output in the docs folder

Technical details, writing your own

The slides in this repository are created from markdown sources via rehype-slides

If you want to create your own presentations, see rehype-slides-starter

Philosophy

These materials are organized so that relevant and generic content is prioritized

principles applied in these slides:

  • Cover the most important aspects first, dive deeper later
    • do sensible exercises as early as possible
    • keep details for later or provide references for self-study
  • Prioritize general priniples that can be applied elsewhere (e.g. focus on "SQL basics" instead of "SQL in Python")

About

Presentations for programming courses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 32.2%
  • TypeScript 22.2%
  • Python 22.2%
  • JavaScript 10.9%
  • Jupyter Notebook 9.0%
  • CSS 2.2%
  • Vue 1.3%