Educational

Processing: Creative Coding and the Future of Education

<p><a href="https://processing.org/">Processing</a> is one of the most widely used open-source tools for creative coding and computer science education. Since its first release in 2001, it has helped millions of students, artists, and designers learn programming through visual and interactive projects. It has been used in classrooms, art installations, interactive media, and data visualization worldwide. Processing popularized the term <em>creative coding</em> and helped establish it as a field that bridges art, design, and computer science.</p> <p>The values that shaped Processing (accessibility, creativity, and democratization) remain essential, but the context has changed. Computer science education is dealing with rapid shifts in technology and society and today’s learners encounter a software ecosystem dominated by opaque but tantalizing systems and automation. This raises new questions: What does it mean to learn to code today? Can we re-imagine coding tools in a way that preserves learner agency, curiosity, and critical thinking? Could creative coding hold some of the answers?</p> <p>In this talk, we’ll share what we’re learning as stewards of Processing and how these efforts invite us to rethink creative coding’s role in the future of computer science education.</p> <p>More about Processing:</p> <ul> <li><a href="https://medium.com/processing-foundation/a-modern-prometheus-59aed94abe85">A Modern Prometheus. The History of Processing by Casey Reas and Ben Fry</a> </li> <li><a href="https://vimeo.com/60735314">Hello World! Processing - a documentary on creative coding</a> </li> <li><a href="https://eyeondesign.aiga.org/processing-the-software-that-shaped-creative-coding/">Processing: the Software that Shaped Creative Coding</a> </li> <li><a href="https://media.ccc.de/v/lgm25-upstream-2025-83647-the-state-of-processing-how-we-re-bringing-a-creative-coding-icon-back-to-life">The State of Processing: How We’re Bringing a Creative Coding Icon Back to Life - media.ccc.de</a></li> </ul>

Additional information

Live Stream https://live.fosdem.org/watch/ud6215
Type devroom
Language English

More sessions

2/1/26
Educational
Ben Chisholm
UD6.215
<p>As technology advances, the difference in cost and technical specifications between proprietary devices used in professional settings and education grows. We present the OpenFlexure Microscope, a locally manufacturable and 3D-printed, brightfield microscope as a solution to bridge the gap between teaching equipment and the devices medics are expected to use throughout labs around the world. The OpenFlexure Project develops all the hardware, software and documentation for education across all ...
2/1/26
Educational
Andreas Bertsatos
UD6.215
<p>GNU Octave is programming language intended for numerical computations. Often quoted as the MATLAB open-source clone or alternative, Octave has been in constant development for more than three decades already. Hundreds of engineering departments worldwide and tens of thousands of student have benefited from this free and open source software. Traditionally, Octave has been primarily targeting engineering applications due to its advanced computational capabilities with multidimensional arrays. ...
2/1/26
Educational
Jens Mönig
UD6.215
<p>While "AI" is all the rage in current educational debates, the associated skills are mostly about prompting chat bots and generally becoming a productive user of commercial offerings. This talk will introduce new approaches to educate learners about the algorithms that make up modern AI systems, specifically neural networks, how to build them from scratch using free and open source materials, how to use them to diagnose data sets and enhance your personal projects, and how to form an informed ...
2/1/26
Educational
UD6.215
<p>Execubot (execubot.fr) is an open-source serious game designed to help students learn Python. It also offers a collaborative environment where both students and teachers can create and submit custom levels. Execubot can be used independently by learners or integrated into the classroom, with teacher-controlled settings that adapt the experience to specific learning objectives.</p>
2/1/26
Educational
Femke Weijsenfeld
UD6.215
<p>Hedy is an open-source programming language designed to make programming easier for children. It’s also easy for teachers without a technical background to adopt. Hedy bridges the gap between block-based tools like Scratch and text-based programming in Python.</p> <p>In this talk, we’ll explore how Hedy gradually introduces programming concepts in three stages: Basic, Advanced, and Expert. Across 16 levels, learners progress from simple print statements to fully functional Python code. ...