{"id":20286979,"url":"https://github.com/psf/python-in-edu","last_synced_at":"2025-10-29T00:44:48.799Z","repository":{"id":48871933,"uuid":"293676504","full_name":"psf/python-in-edu","owner":"psf","description":"website for educational python resources","archived":false,"fork":false,"pushed_at":"2023-08-20T09:22:16.000Z","size":3753,"stargazers_count":41,"open_issues_count":42,"forks_count":29,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-25T06:35:03.044Z","etag":null,"topics":["education"],"latest_commit_sha":null,"homepage":"http://education.python.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"code_of_conduct.md","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}},"created_at":"2020-09-08T02:08:18.000Z","updated_at":"2024-06-09T06:10:15.000Z","dependencies_parsed_at":"2024-11-14T14:49:13.462Z","dependency_job_id":null,"html_url":"https://github.com/psf/python-in-edu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psf%2Fpython-in-edu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psf%2Fpython-in-edu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psf%2Fpython-in-edu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psf%2Fpython-in-edu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psf","download_url":"https://codeload.github.com/psf/python-in-edu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248368703,"owners_count":21092436,"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":["education"],"created_at":"2024-11-14T14:37:42.313Z","updated_at":"2025-10-29T00:44:48.739Z","avatar_url":"https://github.com/psf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Python in Education\n\n## Join the Community\n\nWe welcome contributions to this project! Our [issue tracker](https://github.com/psf/python-in-edu/issues) has open bugs, feature requests, etc. We encourage you to introduce yourself to the community [in our forums](https://discuss.python.org/c/education/31) before leaping into action.\n\nAll contributors must agree to abide by our [Code of Conduct](https://github.com/psf/python-in-edu/blob/master/code_of_conduct.md).\n\n## Installation Guide\n\nIn order to run this site locally, you'll want to clone this repository and install the requirements (check the [Mac Troubleshooting](#mac-troubleshooting) section if you face any errors):\n\n```\ngit clone https://github.com/psf/python-in-edu.git\ncd python-in-edu\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n```\n\nYou can then change directories into the python-in-edu folder and build the database:\n\n```\npython manage.py migrate\n```\n\n\nTo run the project locally, run the following command in the terminal:\n\n```\npython manage.py runserver\n```\n\nIf you use [heroku cli installed on your system](https://devcenter.heroku.com/articles/heroku-local), simply run:\n\n```\nheroku local\n```\n\nTo test, run:\n\n```\npython manage.py test\n```\n\nIf you want to use or test email functionality locally, you'll need to [run a simple SMTP server](https://docs.djangoproject.com/en/3.1/topics/email/#configuring-email-for-development):\n\n    python -m smtpd -n -c DebuggingServer localhost:1025\n\n\n# Mac Troubleshooting\n\n### Postgres\n\nIf you don't have an installation of Postgres on your system, you might run into the following error:\n\n```\nError: pg_config executable not found.\n```\n\n[Install Postgres](https://postgresapp.com/) to resolve this issue.\n\n### Pillow\n\nIf your Pillow installation fails during installing the requirements with the following message:\n\n```\nThe headers or library files could not be found for jpeg,\na required dependency when compiling Pillow from source.\n```\n\nYou can resolve this by installing [jpeg](https://formulae.brew.sh/formula/jpeg) using [homebrew](https://brew.sh/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsf%2Fpython-in-edu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsf%2Fpython-in-edu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsf%2Fpython-in-edu/lists"}