Week 19 Python OOP/ASCII
Monday
Today we will continue with Python OOP and create our own class to convert character case.
- Create a function to convert any lower case characters to upper case characters using if/elif/else statements.
- Convert characters to upper/lower using ASCII values in functions.
- Create a class to use for converting upper/lower case characters.
- Download the class coding files in a zip dir: https://edward.codingcareerconnect.com/Char-Case-Conversion/Char-Case-Conversion.zip
Wednesday
Today we will have an in class workshop using the sample code from Monday to replicate and expand features. You can download the zipped files from Monday in the above link.
Homework
Continue working on the concepts from the class workshop by creating additional classes with features and utilities. If you need help coming up with ideas, please et me know.