{"id":21102240,"url":"https://github.com/mariiasam/python_tutorial","last_synced_at":"2026-04-24T08:31:19.396Z","repository":{"id":247251472,"uuid":"815298308","full_name":"MariiaSam/python_tutorial","owner":"MariiaSam","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-27T15:34:37.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T01:48:08.248Z","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/MariiaSam.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-14T19:52:02.000Z","updated_at":"2025-04-27T15:34:40.000Z","dependencies_parsed_at":"2024-07-07T17:07:02.669Z","dependency_job_id":"d550055d-823c-4205-9510-e46a24fd3e80","html_url":"https://github.com/MariiaSam/python_tutorial","commit_stats":null,"previous_names":["mariiasam/python_pycharm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MariiaSam/python_tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariiaSam%2Fpython_tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariiaSam%2Fpython_tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariiaSam%2Fpython_tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariiaSam%2Fpython_tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MariiaSam","download_url":"https://codeload.github.com/MariiaSam/python_tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariiaSam%2Fpython_tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32216126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T08:24:32.376Z","status":"ssl_error","status_checked_at":"2026-04-24T08:24:26.731Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-11-19T23:54:30.771Z","updated_at":"2026-04-24T08:31:19.380Z","avatar_url":"https://github.com/MariiaSam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tutorial\nPython. Keywords.\nPython has a set of keywords, which are reserved words that cannot be used as variable names, function names, or any other identifiers.\n\nand - Logical operator\n\nas - To create an alias (alias)\n\nassert - For troubleshooting\n\nbreak - To break the loop\n\nclass - To define a class\n\ncontinue - To move to the next iteration of the loop\n\ndef - To define a function\n\ndel - To delete an object\n\nelif - Used in conditional expressions, as well as else if\n\nelse - Used in conditional expressions\n\nexcept - Used with exceptions. Explains what to do when an exception is thrown\n\nFalse - Boolean value, the result of comparison operations\n\nfinally - Used with exceptions. Indicates a code block that will be executed regardless of whether an exception is thrown or not.\n\nfor - To create a for loop\n\nfrom - To import individual parts of the module\n\nglobal - To declare a global variable\n\nif - To create a conditional expression\n\nimport - To import a module\n\nin - Checking for the presence of a value in lists, tuples, etc.\n\nis - To check the equality of two variables\n\nlambda - To create an anonymous function\n\nNone - Represents a null value\n\nnonlocal - To declare a non-local variable\n\nnot - Logical operator\n\npass - A null expression - a statement that will do nothing\n\nraise - To throw an exception\n\nreturn - To terminate the function and return the value\n\nTrue - Boolean value, the result of comparison operations\n\ntry - To perform an attempt, except for expressions\n\nwhile - To create a while loop\n\nwith - Used to simplify exception handling\n\nyield - Used to return a list of values from a function.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariiasam%2Fpython_tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariiasam%2Fpython_tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariiasam%2Fpython_tutorial/lists"}