News

Tic-tac-toe write up attempt 1 You will create tic tac toe NOW and learn how to code. The Board. For tic tac toe you need a board, of course. Arrays. You should probably use them. You can also put ...
Extensive use of Enum, IntEnum and StrEnum to reduce/eliminate "magic strings" in favor or strongly typed enumerations. Article: Eliminating Python "Code Smells" I am particularly fond of tip #4, ...