Friday, May 18, 2018

Equations, Equations... TOO MANY EQUATIONS!

Through my work on Python I had come to many challenges, but equations are the hardest ones so far. Remembering what is equal, bigger, smaller or equal to was very hard to remember. It took me me multiple tries to complete some of the assignment on code academy and I had to come back to previous exercises.

Even though it had started easy, I figured out that coding is not as easy as making an Arduino light blink or connecting a push-button. The tasks I was giving the program started becoming much more complex than Arduino codes, but little did I know that the signs of equality were only the beginning of the complexity of that lesson.

Very soon a new obstacle had appeared, "Or, And, Not". Those new variables had made the process even more complicated. Now I had to remember how to select multiple variable and specify which one I wanted to be active and when.

Since beginning the work on learning python my goals had changed sharply. I no longer wanted to learn it to just code bots for a single application, I want to learn it to use it in coding possible programs and a base for learning new languages.

No comments:

Post a Comment