# \#education

**URL:** https://discourse.julialang.org/tag/education/767.md

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

---

## [\[ANN\] Sparlectra.jl v0.8.2 – transparent AC power-flow and state estimation](https://discourse.julialang.org/t/ann-sparlectra-jl-v0-8-2-transparent-ac-power-flow-and-state-estimation/137349)

<div class="topic-metadata">

**Author:** [@ac\_sch](https://discourse.julialang.org/u/ac_sch)\
**Replies:** 3\
**Last updated:** [August 22, 2026, 9:58am UTC](https://discourse.julialang.org/t/ann-sparlectra-jl-v0-8-2-transparent-ac-power-flow-and-state-estimation/137349 "2026-08-22T09:58:57Z")

</div>

\[ANN\] Sparlectra.jl – transparent AC power-flow and state estimation in Julia Hi everyone, I’d like to announce Sparlectra.jl, a Julia package for transparent power-system calculations, now at v0.8.2. I originally deve…

---

## [\[ANN\] GenLAProblems.jl — exact linear algebra exercise generators](https://discourse.julialang.org/t/ann-genlaproblems-jl-exact-linear-algebra-exercise-generators/137243)

<div class="topic-metadata">

**Author:** [@ea42gh](https://discourse.julialang.org/u/ea42gh)\
**Replies:** 0\
**Last updated:** [May 22, 2026, 6:24pm UTC](https://discourse.julialang.org/t/ann-genlaproblems-jl-exact-linear-algebra-exercise-generators/137243 "2026-05-22T18:24:47Z")

</div>

I’ve submitted GenLAProblems.jl for registration in General: GitHub - ea42gh/GenLAProblems.jl: Problem generator for standard linear algebra problems: creates problems with small integers and tractable computations · Gi…

---

## [Machine Learning and Deep Learning Course with Julia](https://discourse.julialang.org/t/machine-learning-and-deep-learning-course-with-julia/134890)

<div class="topic-metadata">

**Author:** [@rajgoel](https://discourse.julialang.org/u/rajgoel)\
**Replies:** 1\
**Last updated:** [January 5, 2026, 4:13pm UTC](https://discourse.julialang.org/t/machine-learning-and-deep-learning-course-with-julia/134890 "2026-01-05T16:13:47Z")

</div>

I created a course on Machine Learning and Deep Learning that is using Julia and Flux.jl in particular. I wanted the course to be mathematically precise while providing concise implementations that match the notation use…

---

## [Symbolic Fourier Transforms for Educational DSP](https://discourse.julialang.org/t/symbolic-fourier-transforms-for-educational-dsp/134001)

<div class="topic-metadata">

**Author:** [@franalbani](https://discourse.julialang.org/u/franalbani)\
**Replies:** 1\
**Last updated:** [November 20, 2025, 1:58pm UTC](https://discourse.julialang.org/t/symbolic-fourier-transforms-for-educational-dsp/134001 "2025-11-20T13:58:38Z")

</div>

Hi! I’m new to Julia and wondering if its the right tool for a educational project. I would like to make a program that lets the user (a teacher or student) to select and customize some elemental signals that will then…

---

## [Documentation understanding feedbacks](https://discourse.julialang.org/t/documentation-understanding-feedbacks/132899)

<div class="topic-metadata">

**Author:** [@raman\_kumar](https://discourse.julialang.org/u/raman_kumar)\
**Replies:** 9\
**Last updated:** [October 22, 2025, 5:59am UTC](https://discourse.julialang.org/t/documentation-understanding-feedbacks/132899 "2025-10-22T05:59:09Z")

</div>

I thing it would be better to have a system where reader can give feedback of how much they understood a section in documentation chapter. This will help us create better documentation system. They can give star ratti…

---

## [What new() in inner costructor do?](https://discourse.julialang.org/t/what-new-in-inner-costructor-do/133251)

<div class="topic-metadata">

**Author:** [@raman\_kumar](https://discourse.julialang.org/u/raman_kumar)\
**Replies:** 5\
**Last updated:** [October 18, 2025, 9:38pm UTC](https://discourse.julialang.org/t/what-new-in-inner-costructor-do/133251 "2025-10-18T21:38:14Z")

</div>

What does new in general do in inner constructor? For example in this code in documentation how new know the work( here create instance if x\>y) it should do? Constructors · The Julia Language julia\> struct OrderedPair…

---

## [Julia Type system manual confusions](https://discourse.julialang.org/t/julia-type-system-manual-confusions/132583)

<div class="topic-metadata">

**Author:** [@raman\_kumar](https://discourse.julialang.org/u/raman_kumar)\
**Replies:** 38\
**Last updated:** [October 6, 2025, 6:51am UTC](https://discourse.julialang.org/t/julia-type-system-manual-confusions/132583 "2025-10-06T06:51:31Z")

</div>

What are now latest best learning resources of Julia type system? I am Physics student. I have been using Julia since last 2 years. I have read this Types introduction section many times but still i don’t grasp it compl…

---

## [MWE- Minimum Working Example steps guide](https://discourse.julialang.org/t/mwe-minimum-working-example-steps-guide/132733)

<div class="topic-metadata">

**Author:** [@raman\_kumar](https://discourse.julialang.org/u/raman_kumar)\
**Replies:** 1\
**Last updated:** [September 28, 2025, 4:10pm UTC](https://discourse.julialang.org/t/mwe-minimum-working-example-steps-guide/132733 "2025-09-28T16:10:00Z")

</div>

Suggest steps to write Minimum Working Example. When we post an issue here on Discourse. Often helpers want MWE (minimum working example) that reproduces same error or results. For many of us writing a MWE is usually tou…

---

## [Killed VS OutOfMemoryError()](https://discourse.julialang.org/t/killed-vs-outofmemoryerror/129716)

<div class="topic-metadata">

**Author:** [@raman\_kumar](https://discourse.julialang.org/u/raman_kumar)\
**Replies:** 2\
**Last updated:** [June 7, 2025, 1:55am UTC](https://discourse.julialang.org/t/killed-vs-outofmemoryerror/129716 "2025-06-07T01:55:55Z")

</div>

Why we have two different error messages? What is the difference between Killed and OutOfMemoryError() messages? julia\> A = fill(2, 5000000000) ERROR: OutOfMemoryError() slightly lower: julia\> A = fill(2, 4000000000) K…

---

## [Julia based course - Performance Engineering of Software Systems](https://discourse.julialang.org/t/julia-based-course-performance-engineering-of-software-systems/129285)

<div class="topic-metadata">

**Author:** [@raman\_kumar](https://discourse.julialang.org/u/raman_kumar)\
**Replies:** 7\
**Last updated:** [May 24, 2025, 1:50pm UTC](https://discourse.julialang.org/t/julia-based-course-performance-engineering-of-software-systems/129285 "2025-05-24T13:50:40Z")

</div>

Respected Sir, I liked the course :gem\_stone:(Performance Engineering of Software Systems) :bubbles:. It enhanced my understanding of software performance. I request that you @stevengj with Prof. Charles Leiserson, Juli…

---

## [Introductory course on geospatial data science and geostatistics](https://discourse.julialang.org/t/introductory-course-on-geospatial-data-science-and-geostatistics/127100)

<div class="topic-metadata">

**Author:** [@juliohm](https://discourse.julialang.org/u/juliohm)\
**Replies:** 1\
**Last updated:** [March 18, 2025, 3:14pm UTC](https://discourse.julialang.org/t/introductory-course-on-geospatial-data-science-and-geostatistics/127100 "2025-03-18T15:14:21Z")

</div>

Target audience → Beginners Language → Brazilian portuguese Host → ABGE (Brazilian association of geologists and engineers)

---

## [A union of partially overlapping hyperrectangles?](https://discourse.julialang.org/t/a-union-of-partially-overlapping-hyperrectangles/124012)

<div class="topic-metadata">

**Author:** [@g-gundam](https://discourse.julialang.org/u/g-gundam)\
**Replies:** 1\
**Last updated:** [December 20, 2024, 1:14pm UTC](https://discourse.julialang.org/t/a-union-of-partially-overlapping-hyperrectangles/124012 "2024-12-20T13:14:24Z")

</div>

I was browsing the helpdesk over at Zulip when I came across this question that I have no hope of answering. Say you have a union of partially overlapping Hyperrectangles and you want to describe the non-convex polygon…

---

## [\[ANN\] ProblemSet.jl: create assignments for a class](https://discourse.julialang.org/t/ann-problemset-jl-create-assignments-for-a-class/115358)

<div class="topic-metadata">

**Author:** [@Mikhail\_Kagalenko](https://discourse.julialang.org/u/Mikhail_Kagalenko)\
**Replies:** 0\
**Last updated:** [June 8, 2024, 9:51am UTC](https://discourse.julialang.org/t/ann-problemset-jl-create-assignments-for-a-class/115358 "2024-06-08T09:51:29Z")

</div>

An instructor frequently has to create sets of word problems for exams or home assignments. This entails two tasks: vary problems’ parts to make an assignment unique; and select a few problems from a larger set for assig…

---

## [GeoStatsTutorials - Call for contributions](https://discourse.julialang.org/t/geostatstutorials-call-for-contributions/83634)

<div class="topic-metadata">

**Author:** [@juliohm](https://discourse.julialang.org/u/juliohm)\
**Replies:** 0\
**Last updated:** [July 1, 2022, 4:13pm UTC](https://discourse.julialang.org/t/geostatstutorials-call-for-contributions/83634 "2022-07-01T16:13:37Z")

</div>

Isn’t it nice when you can just copy/paste a tutorial and adjust it to your own needs? The GeoStatsTutorials are a collection of Pluto notebooks designed to educate people about geostatistical modeling in Julia. These t…

---

## [Julia + VSCode + ipynb for elementary school science](https://discourse.julialang.org/t/julia-vscode-ipynb-for-elementary-school-science/66621)

<div class="topic-metadata">

**Author:** [@dlakelan](https://discourse.julialang.org/u/dlakelan)\
**Replies:** 5\
**Last updated:** [August 23, 2021, 2:09pm UTC](https://discourse.julialang.org/t/julia-vscode-ipynb-for-elementary-school-science/66621 "2021-08-23T14:09:41Z")

</div>

My kids are starting in not-in-person school this week. We’re waiting to see how stable the COVID transmission environment is in local schools, and maybe availability of vaccines for their age group (10 and 11). Meantime…
