python.cz
python.cz copied to clipboard
Czech Python user group homepage / Domovská stránka českých Pythonistů
⚠️
Tento projekt nemá aktuálně nikoho, kdo by se o něj staral
Lákalo by tě python.cz udržovat, rozvíjet, nebo to celé předělat? Ozvi se na Slacku!
python.cz
Czech Python community homepage.
Installation
The code is Python 3.7.
-
Clone the project:
$ git clone [email protected]:pyvec/python.cz.git --depth=10It is recommended to start with a shallow clone as historically, this repo has contained a lot of rather large photos.
-
Go inside the project directory and run Pipenv to install dependencies:
$ cd ./python.cz $ pipenv install --dev
Development
The site uses GitHub API. For certain pages to work correctly, you need to set the GITHUB_TOKEN environment variable to a GitHub Personal Access Token (no scopes needed).
$ export GITHUB_TOKEN=...
$ pipenv run serve
Deployment
The site gets automatically deployed after any push to the master branch. It is frozen by Elsa. A GitHub action redeploys it daily, so any content of dynamic nature isn't outdated.
- Domain: bestowed by KRAXNET
Access: e-mail request to KRAXNET - Public Analytics: Simple Analytics
Access: @honzajavorek
Authors & Contributions
This site is community effort and contributions are very welcome! See the Hall of fame for the most active contributors.
The site is backed by Pyvec, nonprofit organization dedicated to support of Python in the Czech Republic. Honza Javorek is the original author, the @pyvec/python-cz are python.cz maintainers.
License
MIT