Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 349 Bytes

File metadata and controls

6 lines (5 loc) · 349 Bytes

Python Notes

These are things I've noticed that are different/more annoying with Python

  • The robotpy docs site has some weird links that lead to outdated sub pages for each project (phoenix6, etc.)
  • look into naming conventions. Should private objects use an underscore to start?
  • Most things just seems to be an autogenerated mirror from java