Starting With Conway's Game of Life in Python

This is a preview of the video course "Create Conway's Game of Life With Python". Wouldn’t it be cool to build a Python game that only requires initial user input and then seems to take on a mind of its own, creating mesmerizing patterns along the way? You can do exactly that with Conway’s Game of Life, which is about the evolution of cells in a life grid. This is a portion of the complete course, which you can find here: https://realpython.com/courses/conway... The rest of the course covers: Visualizing the game Build a curses view to display the Game of Life grid Create an argparse command-line interface for the game Set up the game app for installation and execution