An open API service indexing awesome lists of open source software.

https://github.com/zvyn/typing-meetup-slides

Slides and samples from the Python User Group Freiburg Meetup
https://github.com/zvyn/typing-meetup-slides

Last synced: 3 months ago
JSON representation

Slides and samples from the Python User Group Freiburg Meetup

Awesome Lists containing this project

README

          

# Typing Meetup

Adding type annotations to existing code

# Development Setup

After cloning the repo and `cd`ing into it:

```bash
python3.10 -m venv env
env/bin/pip install -U pip
env/bin/pip install -r requirements.txt -r dev-requirements.txt
```

# Usage

I used nvim with `coc-pyright` set up for the presentation.

Your milage may vary with that:

```
nvim -S Session.vim
```