{"id":48549898,"url":"https://github.com/david2261/python_lessons","last_synced_at":"2026-04-08T08:03:08.830Z","repository":{"id":46322133,"uuid":"501356971","full_name":"David2261/Python_Lessons","owner":"David2261","description":"Rules and examples of various built-in functions in Python","archived":false,"fork":false,"pushed_at":"2022-07-18T19:46:57.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-17T02:57:14.918Z","etag":null,"topics":["functional-programming","generators","oop","pep","python"],"latest_commit_sha":null,"homepage":"","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/David2261.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}},"created_at":"2022-06-08T17:55:54.000Z","updated_at":"2024-05-17T02:57:14.919Z","dependencies_parsed_at":"2022-09-09T13:22:31.418Z","dependency_job_id":null,"html_url":"https://github.com/David2261/Python_Lessons","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/David2261/Python_Lessons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David2261%2FPython_Lessons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David2261%2FPython_Lessons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David2261%2FPython_Lessons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David2261%2FPython_Lessons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/David2261","download_url":"https://codeload.github.com/David2261/Python_Lessons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David2261%2FPython_Lessons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31545909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"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":["functional-programming","generators","oop","pep","python"],"created_at":"2026-04-08T08:02:39.834Z","updated_at":"2026-04-08T08:03:08.823Z","avatar_url":"https://github.com/David2261.png","language":"Python","readme":"# The Basics Lessons of Python\n\n[![Typing SVG](https://readme-typing-svg.herokuapp.com?color=F7313B\u0026background=4CFFA200\u0026lines=The+basics+lessons+of+Python)](https://git.io/typing-svg)\n\n## Tools\n\n![Sublime Text](https://img.shields.io/badge/sublime_text-%23575757.svg?style=for-the-badge\u0026logo=sublime-text\u0026logoColor=important) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54) ![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge\u0026logo=windows\u0026logoColor=white) ![Google](https://img.shields.io/badge/google-4285F4?style=for-the-badge\u0026logo=google\u0026logoColor=white)\n\n## Description\n\n*I have encountered such a problem that I do not remember or do not know many built-in Python functions.\nTherefore, I have created a small repository for many built-in language tools*\n\n- Relevant topics:\n\t- Functions\n\t- OOP\n\t- List\n\t- Generators\n\t- String manipulation\n\n\n## Example\n\n```python\nclass Plan:\n\n\tdef __init__(self, name, salary):\n\t\tself.v1 = name\n\t\tself.v2 = salary\n\n\tdef __str__(self):\n\t\treturn f'User name is {self.v1} and his/her salary\\'s {self.v2}\\n'\n\n\tdef __repr__(self):\n\t\treturn f'User (name={self.v1}, salary={self.v2})\\n'\n\nval = Plan('Duck', 7000)\n\nprint(val.__str__() + val.__repr__())\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid2261%2Fpython_lessons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavid2261%2Fpython_lessons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid2261%2Fpython_lessons/lists"}