{"id":26354745,"url":"https://github.com/mikhailkhorokhorin/yandex-handbook-python","last_synced_at":"2025-10-13T17:15:52.128Z","repository":{"id":257271590,"uuid":"857472193","full_name":"mikhailkhorokhorin/yandex-handbook-python","owner":"mikhailkhorokhorin","description":"Solutions for yandex education handbook \"Основы Python\".","archived":false,"fork":false,"pushed_at":"2025-09-22T06:18:23.000Z","size":343,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-22T08:27:06.021Z","etag":null,"topics":["algorithms","answers","handbook","math","numpy","pandas","poetry","python","requests","yandex"],"latest_commit_sha":null,"homepage":"https://education.yandex.ru/handbook/python","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/mikhailkhorokhorin.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-14T18:45:18.000Z","updated_at":"2025-09-22T06:18:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"191b4f25-ce09-400a-a538-2434ff81cef6","html_url":"https://github.com/mikhailkhorokhorin/yandex-handbook-python","commit_stats":null,"previous_names":["mikhailkhorokhorin/python-practicum","mikhailkhorokhorin/yandex-handbook-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikhailkhorokhorin/yandex-handbook-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikhailkhorokhorin%2Fyandex-handbook-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikhailkhorokhorin%2Fyandex-handbook-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikhailkhorokhorin%2Fyandex-handbook-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikhailkhorokhorin%2Fyandex-handbook-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikhailkhorokhorin","download_url":"https://codeload.github.com/mikhailkhorokhorin/yandex-handbook-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikhailkhorokhorin%2Fyandex-handbook-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016288,"owners_count":26085827,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["algorithms","answers","handbook","math","numpy","pandas","poetry","python","requests","yandex"],"created_at":"2025-03-16T12:18:41.715Z","updated_at":"2025-10-13T17:15:52.091Z","avatar_url":"https://github.com/mikhailkhorokhorin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solutions for yandex education handbook \"Основы Python\"\r\n\r\n### [2.1. Ввод и вывод данных. Операции с числами, строками. Форматирование](2.%20Базовые%20конструкции%20Python/2.1.%20Ввод%20и%20вывод%20данных.%20Операции%20с%20числами,%20строками.%20Форматирование/README.md)\r\n\r\n### [2.2. Условный оператор](2.%20Базовые%20конструкции%20Python/2.2.%20Условный%20оператор/README.md)\r\n\r\n### [2.3. Циклы](2.%20Базовые%20конструкции%20Python/2.3.%20Циклы/README.md)\r\n\r\n### [2.4. Вложенные циклы](2.%20Базовые%20конструкции%20Python/2.4.%20Вложенные%20циклы/README.md)\r\n\r\n### [3.1. Строки, кортежи, списки](3.%20Коллекции%20и%20работа%20с%20памятью/3.1.%20Строки,%20кортежи,%20списки/README.md)\r\n\r\n### [3.2. Множества, словари](3.%20Коллекции%20и%20работа%20с%20памятью/3.2.%20Множества,%20словари/README.md)\r\n\r\n### [3.3. Списочные выражения. Модель памяти для типов языка Python](3.%20Коллекции%20и%20работа%20с%20памятью/3.3.%20Списочные%20выражения.%20Модель%20памяти%20для%20типов%20языка%20Python/README.md)\r\n\r\n### [3.4. Встроенные возможности по работе с коллекциями](3.%20Коллекции%20и%20работа%20с%20памятью/3.4.%20Встроенные%20возможности%20по%20работе%20с%20коллекциями/README.md)\r\n\r\n### [3.5. Потоковый ввод/вывод. Работа с текстовыми файлами. JSON](3.%20Коллекции%20и%20работа%20с%20памятью/3.5.%20Потоковый%20ввод-вывод.%20Работа%20с%20текстовыми%20файлами.%20JSON/README.md)\r\n\r\n### [4.1. Функции. Области видимости. Передача параметров в функции](4.%20Функции%20и%20их%20особенности%20в%20Python/4.1.%20Функции.%20Области%20видимости.%20Передача%20параметров%20в%20функции/README.md)\r\n\r\n### [4.2. Позиционные и именованные аргументы. Функции высших порядков. Лямбда-функции](4.%20Функции%20и%20их%20особенности%20в%20Python/4.2.%20Позиционные%20и%20именованные%20аргументы.%20Функции%20высших%20порядков.%20Лямбда-функции/README.md)\r\n\r\n### [4.3. Рекурсия. Декораторы. Генераторы](4.%20Функции%20и%20их%20особенности%20в%20Python/4.3.%20Рекурсия.%20Декораторы.%20Генераторы/README.md)\r\n\r\n### [5.1. Объектная модель Python. Классы, поля и методы](5.%20Объектно-ориентированное%20программирование/5.1.%20Объектная%20модель%20Python.%20Классы,%20поля%20и%20методы/README.md)\r\n\r\n### [5.2. Волшебные методы, переопределение методов. Наследование](5.%20Объектно-ориентированное%20программирование/5.2.%20Волшебные%20методы,%20переопределение%20методов.%20Наследование/README.md)\r\n\r\n### [5.3. Модель исключений Python. Try, except, else, finally. Модули](5.%20Объектно-ориентированное%20программирование/5.3.%20Модель%20исключений%20Python.%20Try,%20except,%20else,%20finally.%20Модули/README.md)\r\n\r\n### [6.1. Модули math и numpy](6.%20Библиотеки%20для%20получения%20и%20обработки%20данных/6.1.%20Модули%20math%20и%20numpy/README.md)\r\n\r\n### [6.2. Модуль pandas](6.%20Библиотеки%20для%20получения%20и%20обработки%20данных/6.2.%20Модуль%20pandas/README.md)\r\n\r\n### [6.3. Модуль requests](6.%20Библиотеки%20для%20получения%20и%20обработки%20данных/6.3.%20Модуль%20requests/README.md)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikhailkhorokhorin%2Fyandex-handbook-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikhailkhorokhorin%2Fyandex-handbook-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikhailkhorokhorin%2Fyandex-handbook-python/lists"}