Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.8 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.8 KB

pythonTraining

Basic software team training for Python

Key Links

The following are links you should be aware of while starting training.

The main RobotPy docs should be referenced for python-specific information.

The WPILib documentation has more general FRC robot programming information.

ThinkPython3 is a free textbook we'll use to help guide the lessons.

Some 3rd-party vendor resources:

Step 1 - Basic Python

Click here to go to the lesson

Step 2 - Python to Robot

Click here to go to the lesson

Step 3 - Intermediate Python

Click here to go to the lesson

Step 4 - WPILib Training

This has to be run locally on your computer, it won't work online.

First, from the start menu, launch a cmd console and run the following:

pip install notebook

If you haven't yet, clone this repo onto your computer.

Open another cmd in that repo.

To start the training, run the launchTraining.bat . The training should pop up in a web browser.