My recent hobby has been to learn computer programming. Initially I had no way of highlighting my progress, but I have decided to link to my code where available online. See below for a list.
Python
I began learning Python in mid 2021. Here are some of the projects I’ve done while learning the basics from Udemy. They are hosted on various platforms and most need you to hit the “play” button to execute.
Listed underneath are the features of Python learnt
- Calculator app
- Basic Python functions
- Loops
- GuessWhat? Number guessing game
- random module
- functions
- first project coded from scratch
- Quiz Time
- OOP example code
- Quiz data from opentdb.com
- SnakeGame
- listeners
- turtle graphics
- OOP – inheritance