Are you new to programming but still want to write effective code for FRC?
Are you a coder for FRC robotics having trouble with Java?
It’s 2024 and switching from Java to Python has become easier than ever (and internship job market wants students with Python too).
This series of step-by-step videos can be used to train new FRC developers in Python.
Middle school or high school (we see good results in both cases).
For every video there are simple code examples that work on real robots.
Major FRC part makers started offering both Java and Python support, and we want to support your team too:
- if you post questions under the YouTube videos, one of our students or mentors will answer, and if our answer doesn’t work immediately, at least one of our mentors is open to do WhatsApp video calls.
All you need to do is to get started!
P.S. Not 100% convinced yet?
Example of defining maximum speed in robot Constants class:
-
Java
public static double MaxSpeed = 2.0;
-
Python
MAX_SPEED = 2.0
(in other words, if professionals sometimes have trouble remembering where to put static
, public
and final
, why should students suffer for no reason? let’s try Python!)
Free course link = FIRST Robotics in Python - from Absolute Zero LINK
More Questions and Feedback ? Send DM here
PS Thanks to GENE PANOV - linkedin