Python Code
Code examples are hosted on Repl.it. You can register for a free account and run my code there, you can also fork my code to make your own copy to experiment with freely. Some of the code examples are incomplete as they are just intended to show particular topics.
Grade Calculator - For example purposes only
Method Examples: MathMethod
Conditional Examples: MeasurementConversion IF...ELIF...ELSE IF...AND...OR
Repetition Examples: For SumAtoB While In-Class InputValidation SentinelValue
Data Structure Examples: GradeList NameList
Strings & Files Examples: Strings & Files
OOP Examples: Dog TempConverter