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
- Host: GitHub
- URL: https://github.com/zvyn/typing-meetup-slides
- Owner: zvyn
- Created: 2022-08-16T16:34:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T16:35:05.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T14:46:49.539Z (over 1 year ago)
- Language: Vim script
- Homepage: https://www.meetup.com/python-user-group-freiburg/events/287594098/
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```