# Teaching & Outreach

**URL:** https://discourse.julialang.org/c/community/teaching/45.md?page=3

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

**Page:** 4

---

## [Can't get the issue with rows/columns images vs matrices in the first video of Computational Thinking](https://discourse.julialang.org/t/cant-get-the-issue-with-rows-columns-images-vs-matrices-in-the-first-video-of-computational-thinking/87301)

<div class="topic-metadata">

**Author:** [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)\
**Replies:** 9\
**Last updated:** [September 15, 2022, 5:03pm UTC](https://discourse.julialang.org/t/cant-get-the-issue-with-rows-columns-images-vs-matrices-in-the-first-video-of-computational-thinking/87301 "2022-09-15T17:03:17Z")

</div>

I can’t get the issue of Alan Edelman across all the first video of Introduction to Computational Thinking with the convention used for images vs matrices… the first index is the row index and the second one is the colum…

---

## [Comments please on a series of talks](https://discourse.julialang.org/t/comments-please-on-a-series-of-talks/84400)

<div class="topic-metadata">

**Author:** [@Henri\_Laurie](https://discourse.julialang.org/u/Henri_Laurie)\
**Replies:** 5\
**Last updated:** [September 2, 2022, 9:17pm UTC](https://discourse.julialang.org/t/comments-please-on-a-series-of-talks/84400 "2022-09-02T21:17:30Z")

</div>

Hi all – I would love to hear comments on a set of talks I am presenting to NITheCS. Here’s brief description of the audience: they are an online community of South African scientists (see https://nithecs.ac.za/). So I …

---

## [What can I do to make a Julia generated video about math education easier to translate to other natural languages?](https://discourse.julialang.org/t/what-can-i-do-to-make-a-julia-generated-video-about-math-education-easier-to-translate-to-other-natural-languages/81846)

<div class="topic-metadata">

**Author:** [@g2g](https://discourse.julialang.org/u/g2g)\
**Replies:** 2\
**Last updated:** [August 17, 2022, 12:32pm UTC](https://discourse.julialang.org/t/what-can-i-do-to-make-a-julia-generated-video-about-math-education-easier-to-translate-to-other-natural-languages/81846 "2022-08-17T12:32:44Z")

</div>

For the stereo audio, I’m already planning on recording the narrative in just one of the two channels so it can be easily replaced by the narrative recorded in another language. For the images, I’ll be using the PyPlot …

---

## [Julia and online course materials](https://discourse.julialang.org/t/julia-and-online-course-materials/84173)

<div class="topic-metadata">

**Author:** [@tbeason](https://discourse.julialang.org/u/tbeason)\
**Replies:** 14\
**Last updated:** [July 30, 2022, 6:20pm UTC](https://discourse.julialang.org/t/julia-and-online-course-materials/84173 "2022-07-30T18:20:53Z")

</div>

I am potentially maybe on the fence sort of considering having my own course website outside of our university LMS (Canvas). I seem to recall some other people doing the same thing, and I’m wondering what sort of tooling…

---

## [ANN: Grader.jl: Autograder for Julia coding problems](https://discourse.julialang.org/t/ann-grader-jl-autograder-for-julia-coding-problems/83318)

<div class="topic-metadata">

**Author:** [@ctessum](https://discourse.julialang.org/u/ctessum)\
**Replies:** 3\
**Last updated:** [July 29, 2022, 4:25pm UTC](https://discourse.julialang.org/t/ann-grader-jl-autograder-for-julia-coding-problems/83318 "2022-07-29T16:25:31Z")

</div>

Hello all, I’ve created an autograder for Julia assignments. It can run code written by a student and grade it against an answer key or other criteria. Currently it outputs grade results in a format compatible with Prai…

---

## [Integral matrices with integral inverses using Sherman-Morrison formula - with Julia code](https://discourse.julialang.org/t/integral-matrices-with-integral-inverses-using-sherman-morrison-formula-with-julia-code/83989)

<div class="topic-metadata">

**Author:** [@VinodV](https://discourse.julialang.org/u/VinodV)\
**Replies:** 4\
**Last updated:** [July 10, 2022, 2:21pm UTC](https://discourse.julialang.org/t/integral-matrices-with-integral-inverses-using-sherman-morrison-formula-with-julia-code/83989 "2022-07-10T14:21:56Z")

</div>

This blog post is on how to make a square matrix with integer entries so that its inverse contains only integer entries. This kind of matrices might be useful for demonstrating Gaussian-Jordan elimination for solving a l…

---

## [Is there any library similar to Typescript for Julia?](https://discourse.julialang.org/t/is-there-any-library-similar-to-typescript-for-julia/80160)

<div class="topic-metadata">

**Author:** [@anon29721930](https://discourse.julialang.org/u/anon29721930)\
**Replies:** 4\
**Last updated:** [July 2, 2022, 2:58am UTC](https://discourse.julialang.org/t/is-there-any-library-similar-to-typescript-for-julia/80160 "2022-07-02T02:58:15Z")

</div>

Is there any library similar to Typescript for Julia? example.ts let a: number = 1 ; console.log(a) // output: 1 example.jl # Assign the value 10 to the variable x julia\> x = 10 10 example.jl # Assign the value 10 to …

---

## [100 Julia exercises with solutions](https://discourse.julialang.org/t/100-julia-exercises-with-solutions/78580)

<div class="topic-metadata">

**Author:** [@VinodV](https://discourse.julialang.org/u/VinodV)\
**Replies:** 19\
**Last updated:** [June 19, 2022, 1:44pm UTC](https://discourse.julialang.org/t/100-julia-exercises-with-solutions/78580 "2022-06-19T13:44:28Z")

</div>

Here is a Julia version of exercises with solutions 100 Julia exercises with solutions which is based on the exercises given here: https://github.com/rougier/numpy-100 You are welcome with alternate and/or efficient s…

---

## [Idempotent matrices in Julia](https://discourse.julialang.org/t/idempotent-matrices-in-julia/82467)

<div class="topic-metadata">

**Author:** [@VinodV](https://discourse.julialang.org/u/VinodV)\
**Replies:** 7\
**Last updated:** [June 17, 2022, 4:06pm UTC](https://discourse.julialang.org/t/idempotent-matrices-in-julia/82467 "2022-06-17T16:06:31Z")

</div>

Hi all, I have created a small blog post related to Idempotent matrices with Julia. Idempotent matrices in Julia Please provide your feedback.

---

## [Teaching Scientific Computing with Julia](https://discourse.julialang.org/t/teaching-scientific-computing-with-julia/82851)

<div class="topic-metadata">

**Author:** [@martin.d.maas](https://discourse.julialang.org/u/martin.d.maas)\
**Replies:** 22\
**Last updated:** [June 17, 2022, 11:44am UTC](https://discourse.julialang.org/t/teaching-scientific-computing-with-julia/82851 "2022-06-17T11:44:49Z")

</div>

This post is to continue a discussion posted by @Bruno\_Amorim in another thread. I occasionally teach a class about numerical methods. On one occasion (a small advanced course) I managed to use Julia with my students, b…

---

## [Searching for Julia tutoring for my project](https://discourse.julialang.org/t/searching-for-julia-tutoring-for-my-project/80768)

<div class="topic-metadata">

**Author:** [@Floyd\_Gartner](https://discourse.julialang.org/u/Floyd_Gartner)\
**Replies:** 0\
**Last updated:** [May 9, 2022, 4:53pm UTC](https://discourse.julialang.org/t/searching-for-julia-tutoring-for-my-project/80768 "2022-05-09T16:53:03Z")

</div>

Hello everybody, I’m currently working on a project to “solve” the patient-bed assignment problem in emergency department (ED) of hospitals using agent-based modelling and reinforcement learning. I’m very new to using J…

---

## [\[ANN\] Introduction to Scientific Programming and Machine Learning with Julia MOOC](https://discourse.julialang.org/t/ann-introduction-to-scientific-programming-and-machine-learning-with-julia-mooc/80277)

<div class="topic-metadata">

**Author:** [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)\
**Replies:** 0\
**Last updated:** [April 29, 2022, 10:50pm UTC](https://discourse.julialang.org/t/ann-introduction-to-scientific-programming-and-machine-learning-with-julia-mooc/80277 "2022-04-29T22:50:28Z")

</div>

Dear all, let me announce a new relatively large (15h videos, 15 interactive quizzes with 52 questions, 7 guided exercises), interactive , multi-channel and collaborative course on Introduction to Scientific Programming…

---

## [Collecting experiences from new Julia users?](https://discourse.julialang.org/t/collecting-experiences-from-new-julia-users/80094)

<div class="topic-metadata">

**Author:** [@jlchan](https://discourse.julialang.org/u/jlchan)\
**Replies:** 8\
**Last updated:** [April 28, 2022, 10:48pm UTC](https://discourse.julialang.org/t/collecting-experiences-from-new-julia-users/80094 "2022-04-28T22:48:54Z")

</div>

I’m teaching a class on computational science in fall 2022, and was interested in trying to collect experiences from new Julia users to understand what common hangups are and how to ease transitions into the language. I…

---

## [100 Exercises with Solutions in Julia](https://discourse.julialang.org/t/100-exercises-with-solutions-in-julia/79178)

<div class="topic-metadata">

**Author:** [@RoyiAvital](https://discourse.julialang.org/u/RoyiAvital)\
**Replies:** 2\
**Last updated:** [April 9, 2022, 11:55am UTC](https://discourse.julialang.org/t/100-exercises-with-solutions-in-julia/79178 "2022-04-09T11:55:41Z")

</div>

Based on 100 NumPy Exercises and inspired by a similar initiative I created 100 Julia Exercises with Solutions. By doing this I have learned a lot on Julia (Mainly better use of Array Comprehensions) and had a great tim…

---

## [Where to find very basic exercises for a beginner?](https://discourse.julialang.org/t/where-to-find-very-basic-exercises-for-a-beginner/55277)

<div class="topic-metadata">

**Author:** [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)\
**Replies:** 17\
**Last updated:** [March 28, 2022, 1:58am UTC](https://discourse.julialang.org/t/where-to-find-very-basic-exercises-for-a-beginner/55277 "2022-03-28T01:58:01Z")

</div>

Hi, I need to help a student for a course where they teach Julia. The student provided me with last session exam content, and the questions are really, really basic. But the topics are wide (arrays, string functions, st…

---

## [Opportunity for Julia advocates in The Netherlands](https://discourse.julialang.org/t/opportunity-for-julia-advocates-in-the-netherlands/75301)

<div class="topic-metadata">

**Author:** [@Klaas\_Pauly](https://discourse.julialang.org/u/Klaas_Pauly)\
**Replies:** 1\
**Last updated:** [March 8, 2022, 3:46pm UTC](https://discourse.julialang.org/t/opportunity-for-julia-advocates-in-the-netherlands/75301 "2022-03-08T15:46:43Z")

</div>

This might be of interest and an excellent opportunity to enable outreach for active Julia users and advocates at universities and research institutes in The Netherlands: Fellowship Programme - eScience Center

---

## [Call for examples for an introductory course to Julia for mathematics students](https://discourse.julialang.org/t/call-for-examples-for-an-introductory-course-to-julia-for-mathematics-students/76025)

<div class="topic-metadata">

**Author:** [@jacobusmmsmit](https://discourse.julialang.org/u/jacobusmmsmit)\
**Replies:** 4\
**Last updated:** [February 8, 2022, 3:47pm UTC](https://discourse.julialang.org/t/call-for-examples-for-an-introductory-course-to-julia-for-mathematics-students/76025 "2022-02-08T15:47:49Z")

</div>

Hello community, I’m looking to run a short introduction to Julia course at Oxford aimed at maths/stats students. The idea came about because everyone I speak to has heard of Julia but never used it. I am not aware of m…

---

## [ANN: Julia course on Czech Technical University in Prague](https://discourse.julialang.org/t/ann-julia-course-on-czech-technical-university-in-prague/74928)

<div class="topic-metadata">

**Author:** [@Tomas\_Pevny](https://discourse.julialang.org/u/Tomas_Pevny)\
**Replies:** 3\
**Last updated:** [January 28, 2022, 9:29pm UTC](https://discourse.julialang.org/t/ann-julia-course-on-czech-technical-university-in-prague/74928 "2022-01-28T21:29:07Z")

</div>

Hi All, In winter semester, we have introduced a course on Scientific Computing in Julia - an attempt to mimic what is on MIT aligned with interest of our students. If anyone is interested, lecture notes are available a…

---

## [Links to Julia taught in Master Program Chemical Engineering](https://discourse.julialang.org/t/links-to-julia-taught-in-master-program-chemical-engineering/74974)

<div class="topic-metadata">

**Author:** [@ziolai](https://discourse.julialang.org/u/ziolai)\
**Replies:** 2\
**Last updated:** [January 23, 2022, 7:59pm UTC](https://discourse.julialang.org/t/links-to-julia-taught-in-master-program-chemical-engineering/74974 "2022-01-23T19:59:33Z")

</div>

I am arguing for the replacement of mainstream Python with younger Julia to teach a course in the numerical methods in the master program chemical engineering at the TU Delft. Links to courses in computational chemical …

---

## [Changing the Python vs Julia mindset](https://discourse.julialang.org/t/changing-the-python-vs-julia-mindset/74777)

<div class="topic-metadata">

**Author:** [@CasUpg](https://discourse.julialang.org/u/CasUpg)\
**Replies:** 1\
**Last updated:** [January 18, 2022, 12:39am UTC](https://discourse.julialang.org/t/changing-the-python-vs-julia-mindset/74777 "2022-01-18T00:39:54Z")

</div>

I made a brief Google search for “Python + Julia” and only received “Python vs Julia” results. Because Python requires C++ for performance, it would be odd to find a “Python vs C++” mentality, at least in DS/ML world. Ma…

---

## [\[ANN\] "Claves para programar en Julia"](https://discourse.julialang.org/t/ann-claves-para-programar-en-julia/74127)

<div class="topic-metadata">

**Author:** [@heliosdrm](https://discourse.julialang.org/u/heliosdrm)\
**Replies:** 1\
**Last updated:** [January 9, 2022, 4:06pm UTC](https://discourse.julialang.org/t/ann-claves-para-programar-en-julia/74127 "2022-01-09T16:06:36Z")

</div>

Hi all! As a complement to the very basic guide in Spanish “Programación básica con Julia”, I have recently published “Claves para programar en Julia”: https://hedero.webs.upv.es/julia-claves/ It is made in the same fa…

---

## [Understanding automatic differentiation (long-form YouTube video)](https://discourse.julialang.org/t/understanding-automatic-differentiation-long-form-youtube-video/72942)

<div class="topic-metadata">

**Author:** [@mohamed82008](https://discourse.julialang.org/u/mohamed82008)\
**Replies:** 0\
**Last updated:** [December 11, 2021, 6:09pm UTC](https://discourse.julialang.org/t/understanding-automatic-differentiation-long-form-youtube-video/72942 "2021-12-11T18:09:00Z")

</div>

If you ever wanted to learn about how automatic differentiation (AD) works under the hood, check out my latest video explaining various AD concepts in an accessible way. By the end of this video, you should understand w…

---

## [Julia training opportunities](https://discourse.julialang.org/t/julia-training-opportunities/72783)

<div class="topic-metadata">

**Author:** [@leon](https://discourse.julialang.org/u/leon)\
**Replies:** 3\
**Last updated:** [December 9, 2021, 1:04pm UTC](https://discourse.julialang.org/t/julia-training-opportunities/72783 "2021-12-09T13:04:34Z")

</div>

Are there any upcoming interactive training courses for Julia, Data Science, and high performance programming? Thanks!

---

## [Looking for simple example to explain Ahead of Time Compilation](https://discourse.julialang.org/t/looking-for-simple-example-to-explain-ahead-of-time-compilation/71471)

<div class="topic-metadata">

**Author:** [@ablaom](https://discourse.julialang.org/u/ablaom)\
**Replies:** 6\
**Last updated:** [November 15, 2021, 10:22am UTC](https://discourse.julialang.org/t/looking-for-simple-example-to-explain-ahead-of-time-compilation/71471 "2021-11-15T10:22:16Z")

</div>

In Julia 1.3, this used to work a charm: julia\> add(x, y) = x + y add (generic function with 1 method) julia\> @time add(1, 3) 0.002479 seconds (757 allocations: 45.251 KiB) 4 julia\> @time add(2, 4) 0.000002 second…

---

## [Numerical analysis course with Julia](https://discourse.julialang.org/t/numerical-analysis-course-with-julia/34215)

<div class="topic-metadata">

**Author:** [@dpsanders](https://discourse.julialang.org/u/dpsanders)\
**Replies:** 8\
**Last updated:** [September 20, 2021, 11:47am UTC](https://discourse.julialang.org/t/numerical-analysis-course-with-julia/34215 "2021-09-20T11:47:09Z")

</div>

In case it’s of interest, this semester I am teaching the undergraduate numerical analysis course (course code 18.330) at MIT, using Julia. Slides, notebooks and screen recordings are available at Comments are, of cou…

---

## [Binder and choice of jupyterlab or jupyter](https://discourse.julialang.org/t/binder-and-choice-of-jupyterlab-or-jupyter/68219)

<div class="topic-metadata">

**Author:** [@j\_verzani](https://discourse.julialang.org/u/j_verzani)\
**Replies:** 0\
**Last updated:** [September 15, 2021, 5:19pm UTC](https://discourse.julialang.org/t/binder-and-choice-of-jupyterlab-or-jupyter/68219 "2021-09-15T17:19:08Z")

</div>

Apologies for the narrow question. We use binder (and gesis) to host a set of notebooks for a calculus class. It seems the default interface has changed since August to jupyterlab and now plotly() graphics are not displ…

---

## [Words of Wisdom](https://discourse.julialang.org/t/words-of-wisdom/67404)

<div class="topic-metadata">

**Author:** [@R.T.A.M](https://discourse.julialang.org/u/R.T.A.M)\
**Replies:** 8\
**Last updated:** [September 6, 2021, 5:07am UTC](https://discourse.julialang.org/t/words-of-wisdom/67404 "2021-09-06T05:07:33Z")

</div>

Hi all, My son and his class are soon going to sit final high school specialist maths exams. His teacher wants to put together a sort of encouragement video for them, so I wanted to give them some sage advice, but I’m …

---

## [Introducing Julia to French speaking students](https://discourse.julialang.org/t/introducing-julia-to-french-speaking-students/67267)

<div class="topic-metadata">

**Author:** [@Gilles\_Dubois](https://discourse.julialang.org/u/Gilles_Dubois)\
**Replies:** 8\
**Last updated:** [August 29, 2021, 4:36pm UTC](https://discourse.julialang.org/t/introducing-julia-to-french-speaking-students/67267 "2021-08-29T16:36:40Z")

</div>

Hello everybody ! This is just an announcement specially for the French speaking community, but not only. I’m the author of a math web-site dedicated mostly to first year university students. The site is popular in Fra…

---

## [Introduction on Julia for a master course: feedback welcome :-)](https://discourse.julialang.org/t/introduction-on-julia-for-a-master-course-feedback-welcome/66925)

<div class="topic-metadata">

**Author:** [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)\
**Replies:** 7\
**Last updated:** [August 26, 2021, 7:55pm UTC](https://discourse.julialang.org/t/introduction-on-julia-for-a-master-course-feedback-welcome/66925 "2021-08-26T19:55:49Z")

</div>

I am preparing a master course on “Introduction to Scientific Programming and Machine Learning with Julia” for non-teach audience and I am preparing a (long) slide where I introduce Julia and I preview its main concepts. …

---

## [Educational video (3b1b style) on chaos](https://discourse.julialang.org/t/educational-video-3b1b-style-on-chaos/66777)

<div class="topic-metadata">

**Author:** [@Datseris](https://discourse.julialang.org/u/Datseris)\
**Replies:** 11\
**Last updated:** [August 25, 2021, 4:33pm UTC](https://discourse.julialang.org/t/educational-video-3b1b-style-on-chaos/66777 "2021-08-25T16:33:02Z")

</div>

Hello, I’ve made an educational video about chaos! It’s something I wanted to do for a long time, and the recent announcement of Summer of Math Exposision by 3Blue1Brown gave me the final push. It uses DynamicalBilliard…

[Previous page](https://discourse.julialang.org/c/community/teaching/45.md?page=2)

[Next page](https://discourse.julialang.org/c/community/teaching/45.md?page=4)
