For my final training, I decided to do some python exercises on LinkedIn Learning. I have coded in python before, but since coming to Grinnell I have not revisited it in favor of languages like Java and C. The exercises I did revolved around string manipulation, which I have done plenty of in computer science classes with other coding languages. I realized that since python is a dynamic language, a lot of operations on strings can be done as if they were any other data type (e.g. comparing if two strings are equal). Getting used to this change was a little weird, and I think overall I prefer other object oriented languages, but I think I will still pursue learning more about python in the future.
