You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Currently, we use print to debug our programs. We shouldn't do that, as it can affect how our program runs in competition. It may also make it harder for Autonomous to see useful information.
Implementations
However, Python doesn't really have an incredible de-facto logging library. logging is pretty close, but it lacks simple features like colored output.
Here's a list of common libs with some info about them.