# New OERs for julia courses

**URL:** https://discourse.julialang.org/t/new-oers-for-julia-courses/98309
**Category:** Teaching & Outreach
**Created:** [May 4, 2023, 9:43am UTC](https://discourse.julialang.org/t/new-oers-for-julia-courses/98309 "2023-05-04T09:43:19Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![BeastyBlacksmith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/beastyblacksmith/32/4741_2.png) [@BeastyBlacksmith](https://discourse.julialang.org/u/BeastyBlacksmith)
#### Post date: [May 4, 2023, 9:43am UTC](https://discourse.julialang.org/t/new-oers-for-julia-courses/98309/1 "2023-05-04T09:43:19Z")

</div>

I am happy to share some open educational resources (OER).

As part of a introductional julia course I am giving, we produced videos about setting up VSCode + julia and about the git workflow of contributing to a julia package. These are available in german and english.

We also prepared a cheatsheet in your favorite julia color and created a Carpentries incubator lesson.

These materials are collected [on twillo](https://www.twillo.de/edu-sharing/components/collections?id=2dd251df-23b9-4426-8acd-e6048759a700). I hope you can find a use for those 🙂

---

<div class="post-metadata">

### Author: ![BeastyBlacksmith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/beastyblacksmith/32/4741_2.png) [@BeastyBlacksmith](https://discourse.julialang.org/u/BeastyBlacksmith)
#### Post date: [January 27, 2026, 9:29am UTC](https://discourse.julialang.org/t/new-oers-for-julia-courses/98309/2 "2026-01-27T09:29:24Z")

</div>

In addition to the [aforementioned Carpentries incubator lesson](https://github.com/carpentries-incubator/julia-novice) there also exists now a [julia version](https://github.com/carpentries-incubator/julia-inflammation) of the lessons using inflammation data.

Any feedback on either of those is very welcome !

---

<div class="post-metadata">

### Author: ![Liozou](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/liozou/32/35118_2.png) [@Liozou](https://discourse.julialang.org/u/Liozou)
#### Post date: [January 27, 2026, 12:02pm UTC](https://discourse.julialang.org/t/new-oers-for-julia-courses/98309/3 "2026-01-27T12:02:07Z")

</div>

Thanks for these resources!

Just a few comments on the cheatsheets on twillo:

- for slurping and splatting, you should write `(args...)` instead of `(args,...)` (there is an extra comma).
- your Unicode character looks like a \delta rather than a \partial.
- the description of `apropos` has a rendition error.
- I would use the monospace font for the code (left column) and keep the serial font for the description (right column) rather than the inverse.
- `isa(name, TypeName)` is more commonly written `name isa TypeName`.
- `5÷2` is mistakenly written as `5œ2`.
- `FunctionName` should be in lowercase.
- `Arg1` should be in lowercase.

I hope it can be of help!

---

<div class="post-metadata">

### Author: ![BeastyBlacksmith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/beastyblacksmith/32/4741_2.png) [@BeastyBlacksmith](https://discourse.julialang.org/u/BeastyBlacksmith)
#### Post date: [February 2, 2026, 1:24pm UTC](https://discourse.julialang.org/t/new-oers-for-julia-courses/98309/4 "2026-02-02T13:24:04Z")

</div>

Thanks for the feedback, it should be better now

---

<div class="post-metadata">

### Author: ![PeterSimon](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petersimon/32/25193_2.png) [@PeterSimon](https://discourse.julialang.org/u/PeterSimon)
#### Post date: [February 2, 2026, 4:27pm UTC](https://discourse.julialang.org/t/new-oers-for-julia-courses/98309/5 "2026-02-02T16:27:10Z")

</div>

The link [https://luh-computationalbiology.github.io/julia-inflammation/](https://luh-computationalbiology.github.io/julia-inflammation/) at the GitHub repo for the inflammation example results in a 404 error.

---

<div class="post-metadata">

### Author: ![BeastyBlacksmith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/beastyblacksmith/32/4741_2.png) [@BeastyBlacksmith](https://discourse.julialang.org/u/BeastyBlacksmith)
#### Post date: [February 3, 2026, 11:58am UTC](https://discourse.julialang.org/t/new-oers-for-julia-courses/98309/6 "2026-02-03T11:58:33Z")

</div>

Yeah, its moved now to the carpentries incubator, so the url is [Programming with Julia: Summary and Setup](https://carpentries-incubator.github.io/julia-inflammation/)

However, I don’t yet have the rights to change the description, will change eventually.
