If you are looking for more things to try out or are already a pro on the current section, try out one of the suggestions below.
Show one of the presenters when you are done for a surprise!
Check out the good first issues on the actual VS Code repo itself, the Python or Jupyter extensions, or on one of your other favorite extension!
Maybe there is a feature or tool you wish your VS Code setup would have, now is the time to try! Normally the extensions are in Typescript, but there is a cool template that allows you to use Python to build extensions. There is also a great docs page covering the API VS Code exposes for the Python language server. It doesn't have to be super fancy, but see if you can get a demo extension file to share with someone else to try.
Having infrastructure and tools to make OSS projects more reproducible is quite helpful, so let's try and put some more code back in boxes :P Take a repo that is missing things like Dockerfiles, Devcontainers, or packaging actions and PR them!