First Python Project
HydroDanno
Posted on November 22, 2021
Created my first python project - Connect Four! Took 2 days and ~8 hours of work. Had to look up a few unfamiliar concepts like assertion within try statements, quit()/exit() commands, and of course refamiliarizing myself with syntax.
Since I'm not working on my home computer, I used Google Colab to code the entire thing. This presented its own problems. There seems to be an issue with Colab where editing code doesn't actually reflect in runtime. You have to save, exit your browser, and re-open. This happens every few hours, so it's not a huge hassle, but still took awhile to figure out why old testcode was still printing!
Link to the project:
https://github.com/HydroDanno/connect_four
Posted on November 22, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.