Mathspp Blog

342 391,958 32,910
articles words lines of code

Today I learned how to edit multiple lines in the VS Code code editor.

How do you create a Python package? How do you set up automated testing and code coverage? How do you publish the package? That's what this article teaches you.

This is the written version of my EuroPython 2022 lightning talk “Smoosh all the things”.

This is the most obfuscated “Hello, world!” program I have ever seen!

In this article we go over the most obscure “Hello, world!” Python program I have ever seen.

Learn about the dunder method __init__, responsible for initialising class instances.

This is an introduction to dunder methods in Python, to help you understand what they are and what they are for.