Resources and curriculum for learning software (in general) and for FIRST robotics integrations
Each module contains code and examples for learning a specific topic. Each module contains lessons that are 20-30 minutes. The numbering is only a suggested order to learn using the modules for a beginner. If you already have some experience, feel free to jump around.
You can take many paths in software so this curriculum is no different. It is not intended to be robotics focused but has various courses targetting the knowledge needed for FIRST robotics.
flowchart TD
0--->1a
0--->1b
0--->1c
1a--->2
1b--->2
1c--->2
subgraph Level 0
0([Intro to Computing])
end
subgraph Level 1
1a([Intro to Java])
1b([Intro to Javascript])
1c([Intro to Python])
end
subgraph Level 2
2([Programmer Tools])
end
Student Lead: Jett Mentor Lead: Jim
If you have a specific topic you would like covered, please let us know and we will add a section.
Check on the CONTRIBUTE.md to learn how to add to this repository.