This repository contains the sli.dev slide deck for Dave's upcoming lightning talk about PEP 750 at Pycon US 2025.
You can view the slides at https://intro-talk.t-strings.help/
I learned the hard way that sli.dev
is a pretty opinionated tool and that — despite claims to the contrary — it really wants you to have a single slide deck per repository. (Just try using their vscode
extension in a repository with more than one slide deck, I dare you!) So, I decided to make a new repository for just this talk.
To start the slide show:
npm install
npm dev
- visit http://localhost:3030
Edit the slides.md to see the changes.
Learn more about Slidev at the documentation.