Teaches students python by having them create code that passes the unit tests
Python Jupyter Notebook Shell Batchfile
Pull request Compare This branch is 3 commits ahead of frc1418:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src/some_library
tests
utils
.gitignore
README.md
environment.yml
index.ipynb
run_all.bat
run_all.sh
run_single.bat
run_single.sh

README.md

pybasictraining

This is a repository that we'll use as a tool to teach you python. This is an interactive learning experiment that gives you a number of challenges to beat. To pass the challenges you will need to write python code.

Once you have passed these challenges, and understand the concepts required for passing the challenges, you should have a reasonable grasp of how to do a lot of basic things in python.

Click the button below to get started.

Binder

If you're having problems

  1. Google for the solution (or bing, whatever)
  2. Send an email to your peers, and see if they can help
  3. Send an email to your team's mentor(s)

Most of the things that we're doing here is pretty simple, and google should be able to point you to answers. Often, it will point you at Stack Overflow, which is a really excellent resource for lots of programming questions.