{"id":19766212,"url":"https://github.com/akaliutau/python-idioms","last_synced_at":"2025-11-23T11:04:38.597Z","repository":{"id":120056217,"uuid":"338405449","full_name":"akaliutau/python-idioms","owner":"akaliutau","description":"Effective Python","archived":false,"fork":false,"pushed_at":"2023-10-31T23:40:02.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T00:13:29.277Z","etag":null,"topics":["data-structures","python3"],"latest_commit_sha":null,"homepage":"","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/akaliutau.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}},"created_at":"2021-02-12T18:53:01.000Z","updated_at":"2023-10-31T23:40:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4df2f06-46e5-48a6-9be8-89dab1b679d6","html_url":"https://github.com/akaliutau/python-idioms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaliutau%2Fpython-idioms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaliutau%2Fpython-idioms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaliutau%2Fpython-idioms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaliutau%2Fpython-idioms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akaliutau","download_url":"https://codeload.github.com/akaliutau/python-idioms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241099613,"owners_count":19909577,"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":["data-structures","python3"],"created_at":"2024-11-12T04:23:22.949Z","updated_at":"2025-11-23T11:04:38.544Z","avatar_url":"https://github.com/akaliutau.png","language":"Python","readme":"About\n======\nThis is a collection of Python 3.x idioms, datastructures and effective code.\n\nMain topics covered so far:\n\n* data structures\n* expressions\n* meta classes, dynamic object construction\n* internals of Python, useful hacks\n* testing\n\n\nOverview\n=========\n\n# Preliminary steps\n\n1) First check the version - it should be 3.9.x (3.9.1 in our case)\n\n```\npython --version\n\nPython 3.9.1\n```\n\n2) Create a virtual environment\n\n```\npython -m venv env\n```\nAs a result a folder env with python libs will be created\n\n3) Activate virtual env:\n\n```\n./env/Scripts/activate\n```\nThe prompt will be changed to (env)\n\n4) Install necessary dependencies into virtual environment:\n\n```\npip install -r requirements.txt\n```\nAs a result all extra dependencies will be added\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaliutau%2Fpython-idioms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakaliutau%2Fpython-idioms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaliutau%2Fpython-idioms/lists"}