https://github.com/xoolive/python
Ressources complémentaires et code source du livre Programmation Python avancée, Guide pour une pratique élégante et efficace aux éditions Dunod (ISBN 978-2-10-086329-7)
https://github.com/xoolive/python
book python
Last synced: about 1 year ago
JSON representation
Ressources complémentaires et code source du livre Programmation Python avancée, Guide pour une pratique élégante et efficace aux éditions Dunod (ISBN 978-2-10-086329-7)
- Host: GitHub
- URL: https://github.com/xoolive/python
- Owner: xoolive
- Created: 2021-01-28T16:30:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T14:13:02.000Z (over 1 year ago)
- Last Synced: 2025-03-24T07:57:07.434Z (about 1 year ago)
- Topics: book, python
- Language: Python
- Homepage: https://www.xoolive.org/python/
- Size: 83.3 MB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Programmation Python avancée
[https://www.xoolive.org/python/](https://www.xoolive.org/python/)
Cette page, associée au livre _Programmation Python avancée – Guide pour une pratique élégante et efficace_ aux éditions Dunod (ISBN 978-2-10-086329-7), contient les ressources complémentaires et le code source des exemples présentés.
### Installation de l'environnement
```sh
git clone https://github.com/xoolive/python
cd python
# après installation de pixi depuis https://pixi.sh/
pixi run python
```
Voir les détails sur la [page du site web](https://www.xoolive.org/python/installation).
### Erratum
Voir la [page dédiée](https://github.com/xoolive/python/issues/1)