{"id":16689878,"url":"https://github.com/eddieantonio/python-is-compiled","last_synced_at":"2025-03-13T19:16:44.333Z","repository":{"id":203114886,"uuid":"708855996","full_name":"eddieantonio/python-is-compiled","owner":"eddieantonio","description":"Accompanying source code for my blog post \"Python is a Compiled Language\"","archived":false,"fork":false,"pushed_at":"2023-10-25T15:04:30.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T14:57:03.916Z","etag":null,"topics":["error-messages","python"],"latest_commit_sha":null,"homepage":"https://eddieantonio.ca/blog/2023/10/25/python-is-a-compiled-language/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eddieantonio.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}},"created_at":"2023-10-23T14:21:59.000Z","updated_at":"2024-02-22T11:47:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"16fb6d91-c120-4ee2-865c-2d625521f088","html_url":"https://github.com/eddieantonio/python-is-compiled","commit_stats":null,"previous_names":["eddieantonio/python-is-compiled"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddieantonio%2Fpython-is-compiled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddieantonio%2Fpython-is-compiled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddieantonio%2Fpython-is-compiled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddieantonio%2Fpython-is-compiled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddieantonio","download_url":"https://codeload.github.com/eddieantonio/python-is-compiled/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243467025,"owners_count":20295309,"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":["error-messages","python"],"created_at":"2024-10-12T15:49:40.448Z","updated_at":"2025-03-13T19:16:44.305Z","avatar_url":"https://github.com/eddieantonio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code for \"Python is a compiled language\"\n\nThis consists of Python code that shows that errors are caught at different stages:\n - decoding\n - scanning (lexical analysis/lexing)\n    - this is interleaved with parsing in older versions of Python but occurs\n      before parsing with the introduction of the PEG parser in Python 3.9\n - parsing (syntactic analysis)\n - in older versions of Python, there is a stage that checks assignment targets\n - finally, runtime!\n\nThis is to demonstrate that Python actually does have compilation stages, and\nerrors that are directed at certain stages are detected BEFORE runtime. Not\neverything is a runtime error in Python!\n\n# License\n\nCode is © 2023 Eddie Antonio Santos. Copying is subject to the terms of the\nAGPL-3.0 license -- see `LICENSE` for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddieantonio%2Fpython-is-compiled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddieantonio%2Fpython-is-compiled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddieantonio%2Fpython-is-compiled/lists"}