Skip to content

JendaProchy/python.cz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,015 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python.cz

Czech Python community homepage.

Installation

The code is Python 3.7.

  1. Install Pipenv

  2. Clone the project:

    $ git clone [email protected]:pyvec/python.cz.git --depth=10

    It is recommended to start with a shallow clone as historically, this repo has contained a lot of rather large photos.

  3. 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.

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

About

Czech Python user group homepage / Domovská stránka českých Pythonistů

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 54.2%
  • Python 35.8%
  • CSS 7.9%
  • JavaScript 1.5%
  • Dockerfile 0.6%