The main focus of this Module will be problem solving using Python Loops, Lists, and String
Manipulation, as well as properly formatted functions and docstrings. Since it is relevant to string manipulation,
we will also briefly review number systems, character mapping, and byte sequences. In addition to Python 'Topics to Review'
highlighted on the skills worksheet, any material presented in this module is fair game for the quiz.
More GitHub Pages
Get your GitHub webpage up and running (See Module 0 for instructions)
Keep usng GitHub workflow. If you're still confused, see freecodecamp's videos below
Counting Systems, ASCII, Unicode, Character Mapping
Be familiar with various Number Systems (Unary/Binary/Hexadecimal/Decimal), their advantages and their uses
Understand how character mapping works, in general terms, with ASCII, UNICODE, UTF-8, UTF-16
Here are some extra (optional) resources for Number Systems and Character Mapping, if you're not clear on anything: