This repository contains fundamental projects and codebases in python which are updated from time to time
- This is a simple pyton backend using flask
- This takes a list of courses taking by a student including the couse name and the grade and assigns a gpa to each course
- This takes a list of numbers and finds the average and the maximum number
- Takes a year as input and determines if it was a leap year or an end of century leap year or not
- This takes a start point and an end point, generates numbers within the range, finds the prime numbers, how many of them they are and their sum,
- This is for calculating the mean, mean devation, population and sample variances of grouped or ungrouped data from inputs it takes
-
First run this in your terminal
git clone 'https://github.com/michaelperryjnr/python-Fundamentals.git' && cd python-Fundamentals/ -
To run any of the files:
- First have python installed then
python filename.py
- An example is
python SDV2.pyorpython leapYearV2.py