{"id":29550454,"url":"https://github.com/markfinal/pyworkshopideas","last_synced_at":"2025-07-18T02:43:36.664Z","repository":{"id":298772373,"uuid":"990539518","full_name":"markfinal/pyworkshopideas","owner":"markfinal","description":"Throwing around some ideas for Python workshops for 8-13 year olds","archived":false,"fork":false,"pushed_at":"2025-06-12T20:41:49.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-12T21:47:22.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markfinal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-26T09:12:44.000Z","updated_at":"2025-06-12T20:41:52.000Z","dependencies_parsed_at":"2025-06-12T21:47:25.913Z","dependency_job_id":"222c881e-e475-48fc-b38f-78e4cd500964","html_url":"https://github.com/markfinal/pyworkshopideas","commit_stats":null,"previous_names":["markfinal/pyworkshopideas"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markfinal/pyworkshopideas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markfinal%2Fpyworkshopideas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markfinal%2Fpyworkshopideas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markfinal%2Fpyworkshopideas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markfinal%2Fpyworkshopideas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markfinal","download_url":"https://codeload.github.com/markfinal/pyworkshopideas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markfinal%2Fpyworkshopideas/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265692838,"owners_count":23812209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-07-18T02:43:35.926Z","updated_at":"2025-07-18T02:43:36.641Z","avatar_url":"https://github.com/markfinal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ideas for programming workshops\n\nThese are ideas for 45 minute workshops. Not suggesting them all, but maybe pick one or two for different age groups.\n\n## The basics\nTo give everyone a chance to write a working program, whatever their skill, start with Hello world\n\n* `helloworld.py`\n\nand then extend that into looping forever\n\n* `helloworld_forever.py`\n\n### Extended basics\nOnce everyone has tried that out, briefly introduce\n* variables\n* math operations\n* lists\n* functions\n  * built in, like asking for a number from the user\n  * user defined\n\n## Maths\n### Factorials\nAsk for a number n, calculate n * (n - 1) * (n - 2) * ... * 1\n* `factorial.py`\n\n### Fibonacci\nThe sequence 0, 1, 1, 2, 3, 5, 8, 13, .... so the sum of the previous two Fibonacci numbers.\n* `fibonacci.py`\n\nYou can see the computer start to slow quite quickly as the numbers grow bigger.\n\n### Sieve of Eratosthenes\nFinding prime numbers\n* `sieve_of_eratosthenes.py`\n\n### Secret ciphers\nRead in a message, encrypt it and share the secret\n* `secretmessage.py`\n\n## Graphics\nUse PyGame to draw shapes on screen\n```\npip install pygame\n```\n\nWould suggest giving these as starters-for-ten and the ask is to modify them.\n\n### Draw a landscape\n* `pygame_landscape.py`\n\n### Draw a face\n* `pygame_face.py`\n\n### Draw shapes\n* `pygame_shapes.py`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkfinal%2Fpyworkshopideas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkfinal%2Fpyworkshopideas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkfinal%2Fpyworkshopideas/lists"}