My Python Stuff

Python Lab 1

This is our first python lab, and our first lab after the semester one finals. We were presented with a new system of beginner, intermediate, and advanced problems, as well as a new grading scale. I was able to complete every problem except for the challenge problem.

Notes

Python Lab 1 Notes

Beginner Problem #1

In this problem, we use our knowledge of math equations in python and recreate the miles to feet formula in python.

Miles to Feet

Beginner Problem #2

In this problem, we constructed an hours to seconds conversion using a python template.

Beginner Problem #3

Again, we used our python match knowledge to create a formula for perimeter inside python

Beginner Problem #4

This problem was the same as the last one, except that we were calculating area instead of perimeter.

Beginner Problem #5

Here we used our skills from the previous problems to recreate the circumference formula for a circle.

Beginner Problem #6

Same as above, except with the area of a circle.

Intermediate Problem #7

For our first intermediate problem, we calculated future value.

Intermediate Problem #8

In this problem, we moved away from math equations and created a program that state's a person's first and last names separately.

Advanced Problem #9

In this advanced problem, we created a similar program to the last where it lists a person's name and age.

Advanced Problem #10

For our final problem, we recreated the distance formula in python.