top of page

Programming

unit 2

For Unit 2 on my college course i Learned to use the Python programming language to a near fluent state using a online computer language interpreter called Replit. There are a multitude of other languages on there but python is the one that has been the main focus. I have programmed a variety of programs ranging in difficulty some examples of these are: Name lists, Calculators, ATMS, Simple login machines, List sorters, Magic 8 balls.

The end goal of this unit is to become confident with Python and understand basic programming concepts and potentially look at other computer languages

Unit 2 Code

if you click "download" it will download the document for you're viewing.

ATM (Main)

This is an ATM we made in lesson to learn about certain functions

Calculator

For this code we learnt how intergers and strings can work together

Download

8-Ball

This taught us how to make code select a random phrase from a set of phrases upon entering the correct phrase

Calculator V2

Upon trying to make my AI I would revise the calculator to be more compact and perform as a function inside another function

Download

ATM 2.0

Building off the 1st ATM I decided to remake it outside of lesson to further my coding knowledge

© Joshua Hutchinson 2025. est 2022

bottom of page