DEV Community

Cover image for First Python Project
HydroDanno
HydroDanno

Posted on

First Python Project

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

Top comments (0)