VSCodium to Middle School Coding: A Free, Open-Source Alternative for Teaching Python and More

I regularly teach middle school age children coding skills with Python using the ‘turtle’ module. It’s a great way to introduce students to computer programming in a very enjoyable manner. The children love the turtle graphics that they can create and it also introduces them to mathematics topics like variability, recursion and logic. When I … Read more

Pandoc: The Ultimate Document Conversion Tool

Pandoc is a versatile command-line tool that facilitates seamless file conversions between different markup formats. It supports an extensive range of input and output formats, making it indispensable for writers, researchers, and developers. I have found it particularly useful when converting output from LLMs to to HTML or more common word processing formats. Pandoc’s strength … Read more