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
- Host: GitHub
- URL: https://github.com/jond01/pycon-il-23
- Owner: jond01
- License: mit
- Created: 2023-06-03T20:18:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T16:46:46.000Z (over 1 year ago)
- Last Synced: 2025-02-25T23:34:23.521Z (8 months ago)
- Topics: pycon, pycon2023, pyconil, pyconil23, pyproject, pyproject-toml, python
- Language: CSS
- Homepage: https://jond01.github.io/blog/pycon-il-23/
- Size: 4.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:3030Edit the [slides.md](./slides.md) to see the changes.