Day 1: Learning Python

For today's update, I completed an introduction to Python to refresh myself on Python syntax and the language. I installed the latest version of Python, installed PyCharm, went through a full Python tutorial, and completed practice exercises. The tutorial I followed briefly went through the following topics: variables, receiving input, type conversion, strings, arithmetic operators, operator precedence, comparison operators, logical operators, if statements, exercise, while loops, lists, list methods, for loops, the range() function, and tuples. At this point, I feel ready to dive into more advanced Python topics and data structures and algorithms in Python.