Week 7: October 10 15 - ngetachew/Portfolio GitHub Wiki

I was gone for most of this week due to the fall field trip. It was great visiting the different companies and seeing what the industry was like. My favorite companies were Airbnb and Dropbox, mainly because they were the only ones that had a heavy software influence.

Once I got back, I worked with Doug to fix a problem with Kivy. When we interacted with the Robotic Arm program via the VNC server, our inputs were being read in the wrong location. More specifically, they were being inverted across the x axis. The way we got around this was by changing a function call in the kivy files and running the setup script.

Our assignment for this week is to go through certain files and comment them so that they're more clear. I got Robotic Arm's main.py and main.kv. This was a fairly easy task because I am already familiar with the code because I worked on it for a little more than a week. The comments I added should make the files a lot more clear to anyone who reads it. Below is a snippet of my documentation.

PycharmCodeComments