By Amanda Lee ‘Match-case’ is a function that was introduced in Python 3.10. Similar to if-elif-else statements, match-case statements are conditional statements used when matching certain values. However,...Read More
This is a compilation of challenge sites that SEACSTA have come across. There’s plenty here to have a look at and enjoy. Challenges for all levels Exercism Practicepython...Read More
F Strings came to Python in 3.6 and they make the job of making formatted tables much easier and clearer. I am now pretty sure all students are...Read More
Update 8th June: I’ve also noticed that the MIT’s Introduction to Computer Science and Programming uses Break extensively in their 1st week. So the argument that universities don’t use...Read More
In this tutorial I show you the beginnings of a new RPG game. This covers all of the key concepts in the Cambridge International A-level. You can see...Read More