{"id":49581007,"url":"https://github.com/blackdesert575/python-101","last_synced_at":"2026-05-03T19:35:38.811Z","repository":{"id":284920351,"uuid":"956482443","full_name":"blackdesert575/python-101","owner":"blackdesert575","description":"python-101 for one who want to practice more coding skills/tips with Python","archived":false,"fork":false,"pushed_at":"2026-03-24T06:13:53.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-25T07:47:16.001Z","etag":null,"topics":["algorithm","codility","datastructures","hackerrank","leetcode","python","python3"],"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/blackdesert575.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":"2025-03-28T10:27:20.000Z","updated_at":"2026-03-24T06:13:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"2556dc23-4dff-4e64-a323-615675ad083b","html_url":"https://github.com/blackdesert575/python-101","commit_stats":null,"previous_names":["hong539/python-101","blackdesert575/python-101"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blackdesert575/python-101","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackdesert575%2Fpython-101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackdesert575%2Fpython-101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackdesert575%2Fpython-101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackdesert575%2Fpython-101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackdesert575","download_url":"https://codeload.github.com/blackdesert575/python-101/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackdesert575%2Fpython-101/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32582842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["algorithm","codility","datastructures","hackerrank","leetcode","python","python3"],"created_at":"2026-05-03T19:35:38.120Z","updated_at":"2026-05-03T19:35:38.804Z","avatar_url":"https://github.com/blackdesert575.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-101\npython-101 for one who want to practice more coding skills/tips with Python\n\n## Quickt Start\n\n```shell\n# install uv and check install script\ncurl -LsSf https://astral.sh/uv/install.sh | less\n\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n# macOS and zsh\nsource $HOME/.local/bin/env bash\n\necho 'eval \"$(uv generate-shell-completion zsh)\"' \u003e\u003e ~/.zshrc\n\n# run python with uv\nuv run solution.py\n```\n\n## Docs/Tips/MISC/...etc\n\n* uv\n    * An extremely fast Python package and project manager, written in Rust.\n    * [docs.astral.sh/uv/](https://docs.astral.sh/uv/)\n    * [github.com/astral-sh/uv](https://github.com/astral-sh/uv)\n    * [docs.astral.sh/uv/guides/integration/fastapi/#migrating-an-existing-fastapi-project](https://docs.astral.sh/uv/guides/integration/fastapi/#migrating-an-existing-fastapi-project)\n    * uvx\n        * [docs.astral.sh/uv/concepts/tools/#the-uv-tool-interface](https://docs.astral.sh/uv/concepts/tools/#the-uv-tool-interface)\n* geeksforgeeks\n    * [www.geeksforgeeks.org/python-interview-questions/](https://www.geeksforgeeks.org/python-interview-questions/)\n* docs\n    * [docs.python.org/3.10/index.html](https://docs.python.org/3.10/index.html)\n    * [docs.python.org/3/howto/sorting.html](https://docs.python.org/3/howto/sorting.html)\n    * [docs.python.org/3.12/library/unittest.mock-examples.html](https://docs.python.org/3.12/library/unittest.mock-examples.html)\n    * [docs.python.org/3.12/library/stdtypes.html/Built-in Types](https://docs.python.org/3.12/library/stdtypes.html)\n    * [docs.python.org/3.13/library/collections.html](https://docs.python.org/3.13/library/collections.html)\n    * [docs.python.org/3/library/asyncio.html](https://docs.python.org/3/library/asyncio.html)\n    * [docs.python.org/3/library/logging.handlers.html](https://docs.python.org/3/library/logging.handlers.html)\n    * [docs.python.org/3/library/logging.html#module-logging](https://docs.python.org/3/library/logging.html#module-logging)\n    * Inversion of control\n* Books\n    * [automatetheboringstuff.com/](https://automatetheboringstuff.com/)\n        * Automate the Boring Stuff with Python\n* Python Developer\n    * [www.python.org/dev/](https://www.python.org/dev/)\n    * [www.python.org/dev/buildbot/](https://www.python.org/dev/buildbot/)\n        * [buildbot.python.org/#/](https://buildbot.python.org/#/)\n* interpreter\n    * Python 2.7\n    * Python 3.8\n    * Python 3.10\n    * Python 3.13\n* ansible\n* bot\n    * discord\n* web\n    * django\n    * fastapi\n    * flask\n* cli tools\n    * video\n        * [github.com/yt-dlp/yt-dlp](https://github.com/yt-dlp/yt-dlp)\n* roadmap.sh\n    * [roadmap.sh/python](https://roadmap.sh/python)\n* SSH\n    * [AsyncSSH: Asynchronous SSH for Python](https://asyncssh.readthedocs.io/en/latest/)\n    * [Paramiko](https://www.paramiko.org/)\n* GUI automation\n    * [pyautogui.readthedocs.io](https://pyautogui.readthedocs.io/en/latest/index.html)\n* leetcode\n    * [leetcode-75](https://leetcode.com/studyplan/leetcode-75/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackdesert575%2Fpython-101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackdesert575%2Fpython-101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackdesert575%2Fpython-101/lists"}