Python Projects

As part of the She Codes Plus program we learned to code in Python. Below are some of the projects I created during the module.

Python Bike Skills Game

To practice the skills that we were learning in class e.g. loops, conditionals etc, and to assist me during my lightning talk to explain an unfortunate experience that I had while learning to jump on my mountain bike, I created a text based game using Python. The game takes you on a journey to remind you to practice many times before you attempt a dangerous move. It also holds a little joke about cyclists never owning enough bikes.


To run an example of the game: copy the text provided here then paste it into the online python compiler below and press 'run' to start. Alternatively you can view the code on GitHub by following the github repo link./p>

Weather App

This was the final project for the Python Module of She Codes Plus. The task was to process csv files containing data about the weather,and convert them into meaningful text-based summaries.

The requirement of the project was to create solutions to ensure all 8 unit tests passed successfully.