I mentioned recently that I was learning Python. I’m working with a few friends on learning the basics. My background is mostly Objective-C and in recent years, Swift. I also programmed in PHP last year for several months working with Laravel, Lumen, Lighthouse, and GraphQL. To learn Python we decided to begin looking at making… Continue reading Creating a Chessboard with Pygame Part 1
Category: Python
Installing PIP/pygame on macOS
I recently started to learn Python, and by recently, I mean I started mostly with it today. To get familiar with Python a friend showed me a simple tic-tac-toe tutorial which I saved in to a .py file and tried to run from the terminal. After fixing an error due to a / being inserted… Continue reading Installing PIP/pygame on macOS