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

https://github.com/jond01/pycon-il-23

My talk and materials for PyCon IL 2023
https://github.com/jond01/pycon-il-23

pycon pycon2023 pyconil pyconil23 pyproject pyproject-toml python

Last synced: 4 months ago
JSON representation

My talk and materials for PyCon IL 2023

Awesome Lists containing this project

README

          

# PyCon IL 2023 - Jonathan Daniel

My talk for PyCon IL 2023:
*Build Systems, Package Managers, `pyproject.toml` and you - how to work with Python in 2023.*

* Talk: https://cfp.pycon.org.il/conference2023/talk/DEZUBS/
* Event: https://2023.pycon.org.il/
* Materials: https://jond01.github.io/blog/pycon-il-23/
* Deployed slides: https://jond01.github.io/pycon-il-23/

## Presentation

The presenstation is built with [Slidev](https://github.com/slidevjs/slidev).
Node.js and npm are required to run it locally.

To start the slide show:

- `npm install`
- `npm run dev`
- visit http://localhost:3030

Edit the [slides.md](./slides.md) to see the changes.