Nieuws

A little exercise after a Sunday workshop focusing on numpy (2022/01/30) which I attended to revise and practice working with numpy arrays. At the end of the workshop we were asked to write a little ...
Introduction 🌟 Welcome to the world of Tic Tac Toe, where wit and strategy take center stage! In this Python-based gaming adventure, we'll harness the power of NumPy, a versatile library for ...
Tic-tac-toe (or “Noughts and Crosses”) is a game simple enough to implement in any computer system: indeed it’s often used in beginner’s programming courses.