Learning Python
Over the years I have encountered various languages and have had the itch for some time to dive in a little further and actually learn how to use them properly. During the past trimester at SNHU, I took Intro to Scripting which was all about learning how to script with Python. Coming into the course I knew a bit about functions and logic, but haven’t been able to apply this in a practical program. Overall, the course was a great experience and I am excited to further my knowledge of Python via some Raspberry Pi projects in upcoming posts! Attached is a snippet from our final project in the course which was a text-based game traveling through various rooms and collecting items before defeating the villain. The IDE used for these projects was PyCharm.