Skip to content

Python Topics to Know

jpanikulam edited this page Nov 5, 2014 · 1 revision

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)

Clone this wiki locally