Python is my first programming language and it's still one of my favorites. It has a lot less structure than C++ which makes it a lot quicker to program in, but it also means I need to be intentional about creating code that can be reused. As a hobby I'm creating my own video game with Python and Pygame.

Tools and Scripts for Boeing

-

I created numerous Python scripts to help my team at Boeing and to speed up productivity.

Meal Picker

It's hard to pick meals to eat (if you don't want to eat protein bars seven days a week) and that is why I made a program to help with the choosing. My Meal Picker reads a list of choices from a yaml file and randomly chooses meals for you. It's rather simple since the scope of the project was small, but during covid days the tool has been of help. The program reads a yaml file with a list meals and the ingredients each needs, and randomly prints out a result based on how many meals the user wants to choose.

Hero Quest

Hero Quest was the first project I worked on in Python. It's a text based RPG where you, the hero, fight monsters. You can learn more about it on the Hero Quest page hosted on this site. You can also find the source code at gitlab.com/First-Jon.