{"id":27766486,"url":"https://github.com/uggla/python_dojo_01","last_synced_at":"2026-01-23T20:03:24.035Z","repository":{"id":285270195,"uuid":"957569095","full_name":"uggla/python_dojo_01","owner":"uggla","description":"Materials for organizing a Python Craft Dojo","archived":false,"fork":false,"pushed_at":"2025-04-28T15:12:39.000Z","size":3648,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T19:22:55.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uggla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-30T17:29:12.000Z","updated_at":"2025-05-03T07:55:50.000Z","dependencies_parsed_at":"2025-04-29T17:48:11.652Z","dependency_job_id":null,"html_url":"https://github.com/uggla/python_dojo_01","commit_stats":null,"previous_names":["uggla/python_dojo_01"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uggla/python_dojo_01","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2Fpython_dojo_01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2Fpython_dojo_01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2Fpython_dojo_01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2Fpython_dojo_01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uggla","download_url":"https://codeload.github.com/uggla/python_dojo_01/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2Fpython_dojo_01/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28699372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-29T17:31:57.731Z","updated_at":"2026-01-23T20:03:24.004Z","avatar_url":"https://github.com/uggla.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nThis repository is designed for organizing a Python Craft Dojo — a\ncollaborative coding workshop where participants focus on improving their\nprogramming skills through practice and discussion.\n\nThe goal of this dojo is not just to solve a problem, but to emphasize clean\ncode, good design practices, and refactoring techniques. The repository\nprovides:\n\n- A simple Python exercise as a starting point.\n- A structure for iteratively improving the solution during the session.\n\nIt’s meant to be a lightweight framework for running a craft dojo where\nparticipants can learn, experiment, and share coding best practices in a\nfriendly environment.\n\n# My presentations using reveal.js\n\n## Organization\n\n- Main branch contains the slides.\n- Other branches contain the code evolution.\n\n**Changes on slides must be done on the main branch.**\n\n## Get and build presentations\n\n1. Requirements\n\n- git\n- python3\n- npm\n\n2. Clone the repo with the sub modules (reveal.js).\n\n```\ngit clone --recurse-submodules https://github.com/uggla/python_dojo_01\ncd python_dojo_01/reveal.js\nnpm install\ncd..\n```\n\n## Build the presentation with staticjinja (optional)\n\nRun staticjinja within the `slides` directory: `uv tool run staticjinja build`.\n\nNote: `uv tool run staticjinja watch` can be run and it will rebuild the presentation as soon as it will detect a change in the templates folder.\n\n## Modify a presentation\n\nChange the presentation .html file.\n\n**Warning**, if **staticjinja** is used change the file **into the templates directory** not the one at the presentation root directory.\n\n## Serve presentations\n\nTo serve the presentation locally, run:\n\n```bash\n./server.py\n```\n\nfrom the root of the project. Then, open your browser and navigate to [http://localhost:8000](http://localhost:8000).\n\nThe `server.py` script builds the presentation using **staticjinja** and serves it.\n\nFor live updates, use the `--watch` option:\n\n```bash\n./server.py --watch\n```\n\nThis will rebuild the presentation automatically whenever changes are detected and continue serving it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuggla%2Fpython_dojo_01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuggla%2Fpython_dojo_01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuggla%2Fpython_dojo_01/lists"}