https://github.com/pyvec/python.cz
Czech Python user group homepage / Domovská stránka českých Pythonistů
https://github.com/pyvec/python.cz
Last synced: about 1 year ago
JSON representation
Czech Python user group homepage / Domovská stránka českých Pythonistů
- Host: GitHub
- URL: https://github.com/pyvec/python.cz
- Owner: pyvec
- License: mit
- Created: 2012-08-18T00:54:49.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T08:59:09.000Z (about 1 year ago)
- Last Synced: 2025-06-03T20:04:50.525Z (about 1 year ago)
- Language: Python
- Homepage: https://python.cz
- Size: 151 MB
- Stars: 43
- Watchers: 17
- Forks: 115
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python.cz
Czech Python community homepage, now powered by [MkDocs](https://www.mkdocs.org/).
## What happened here?
In 2023-2024, there has been a volunteer-driven effort to revive this site and migrate it from Flask-Frozen to MkDocs.
For details and motivations, read [#559](https://github.com/pyvec/python.cz/pull/559).
The main bulk of the work is done, but many small details still need to be finalized.
The effort is ongoing, and you're welcome to help!
Check out the [issues](https://github.com/pyvec/python.cz/issues), especially the pinned ones.
## How to run (for development)
1. Clone repository
1. `poetry install`
1. `poetry run mkdocs serve`
## License
[MIT](LICENSE)