Checklist web application using Flask Concerning Software, using Python on 2021/04/19 Walking through the code & logic for a web application built with Flask, that allows users to manage recurring tasks in a checklist.
Advent of Code 2020: favorite challenges Concerning Software, using Python on 2021/02/10 algorithms Reflecting back on my favorite challenges after completing the 25 days of programming puzzles in the 2020 Advent of Code.
Markov chains for text generation Concerning Software, using Python on 2020/11/03 text algorithms Generating believable sentences using Markov chains, based on input text on different topics and in different styles.
Unbeatable tic-tac-toe with Pygame - pt. 2 Concerning Software, using Python on 2020/10/08 algorithms Building a user interface with Pygame to allow the user to play tic-tac-toe against an AI (described in pt. 1).
Unbeatable tic-tac-toe with Pygame - pt. 1 Concerning Software, using Python on 2020/07/30 algorithms Programming an AI to play perfect (win or draw) tic-tac-toe against a user, either via command line or a user interface built with Pygame.