We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There are a few less-than-obvious Python topics you should know while working on the IEEE robot.
Decorators
*args and **kwargs
unittest and unit testing
List comprehensions (This is actually pretty confusing but really useful)
Generators (We don't use this in currently implemented code, but they will become extremely important)