First Python Project

hydrodanno

HydroDanno

Posted on November 22, 2021

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

💖 💪 🙅 🚩
hydrodanno
HydroDanno

Posted on November 22, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

First Python Project
python First Python Project

November 22, 2021

5+ Python Games With Source Code
python 5+ Python Games With Source Code

October 24, 2021

Guess the Number
python Guess the Number

June 13, 2021