{"id":19860352,"url":"https://github.com/mwksolution/python-cheat_sheet","last_synced_at":"2026-06-04T21:31:22.309Z","repository":{"id":49810569,"uuid":"518198803","full_name":"MWKSolution/python-cheat_sheet","owner":"MWKSolution","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-30T23:05:55.000Z","size":319,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-24T05:02:59.515Z","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/MWKSolution.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":"2022-07-26T19:53:17.000Z","updated_at":"2025-02-28T08:03:39.000Z","dependencies_parsed_at":"2023-01-31T07:30:46.754Z","dependency_job_id":"a797ff66-7c1d-48b6-b93f-747b5bcef874","html_url":"https://github.com/MWKSolution/python-cheat_sheet","commit_stats":{"total_commits":106,"total_committers":2,"mean_commits":53.0,"dds":0.009433962264150941,"last_synced_commit":"b6e0a7daf1aa0465398ed1e992e66043b41ad70c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MWKSolution/python-cheat_sheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWKSolution%2Fpython-cheat_sheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWKSolution%2Fpython-cheat_sheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWKSolution%2Fpython-cheat_sheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWKSolution%2Fpython-cheat_sheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MWKSolution","download_url":"https://codeload.github.com/MWKSolution/python-cheat_sheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWKSolution%2Fpython-cheat_sheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33920247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"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":[],"created_at":"2024-11-12T15:04:48.980Z","updated_at":"2026-06-04T21:31:21.925Z","avatar_url":"https://github.com/MWKSolution.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python cheat-sheet\n\n---\n\n## Standard Library\n   1. [Data types](Standard_Library/types.md)\n      \u003c!--1. [dictionary](Standard_Library/types/dictionary.md)\n      2. [list](Standard_Library/types/list.md)\n      3. [tuple](Standard_Library/types/tuple.md)\n      4. [set](Standard_Library/types/set.md)\n      5. [Numeric](Standard_Library/math.md)\n      6. [string](Standard_Library/string.md)\n      7. [Binary](Standard_Library/types/bytes.md)--\u003e\n   2. [Collections](Standard_Library/collections.md)\n      \u003c!--1. [Counter](Standard_Library/collections/Counter.md)\n      2. [namedtuple](Standard_Library/collections/namedtuple.md)\n      3. [defaultdict](Standard_Library/collections/defaultdict.md)\n      4. [ChainMap](Standard_Library/collections/ChainMap.md) \n      5. [Abstarct Base Classes](Standard_Library/collections/abc.md)\n      5. [Other containers](Standard_Library/collections.md)--\u003e\n   3. [Iterator](Standard_Library/iterator.md)\n   4. [Context manager](Standard_Library/context_manager.md)\n   5. [Built-in functions](Standard_Library/built_ins.md)\n      \u003c!--1. [Builtins module](Standard_Library/built_ins.md)\n      2. [Boolean](Standard_Library/built_ins/boolean.md)\n      3. [General](Standard_Library/built_ins/general.md)\n      4. [Iterators](Standard_Library/built_ins/iterators.md)\n      5. [Objects](Standard_Library/built_ins/objects.md)\n      6. [Class](Standard_Library/built_ins/class.md)\n      7. [Math](Standard_Library/built_ins.md)\n      8. [Strings](Standard_Library/built_ins.md)\n      9. [Files](Standard_Library/built_ins.md)\n      10. [Code](Standard_Library/built_ins/code.md)\n      11. [Scope](Standard_Library/built_ins/scope.md)\n      12. [Creating variables](Standard_Library/built_ins.md)--\u003e\n   6. [Itertools](Standard_Library/itertools.md)\n   7. [Functools](Standard_Library/functools.md)\n   8. [Operator](Standard_Library/operator.md)\n   9. [Math and Numbers](Standard_Library/math.md)\n   10. [Strings](Standard_Library/string.md)\n   11. [Paths and Files](Standard_Library/files.md)\n\n## Standard library - advanced\n1. [Exceptions](Standard_Library/exeptions.md)\n2. [Decorator](Standard_Library/decorator.md)\n2. [typing](Standard_Library/typing.md)\n3. [regex](Standard_Library/regex.md)\n4. [dataclasses](Standard_Library/dataclasses.md)\n5. [Abstract Base Classes](Standard_Library/abc.md)\n6. [Metaclasses](Standard_Library/metaclasses.md)\n7. [Concurrency](Standard_Library/Concurrency/concurrency.md)\n8. [Descriptors](Standard_Library/descriptor.md)\n\n## Standard library - OS tricks\n1. [Signals in Windows 10](Standard_Library/win_signal.md)\n---\n\n## Pytest  \n1. [Pytest](Pytest/pytest.md)  \n\n---\n\n## Data Science  \n1. [Numpy](Numpy/numpy.md)\n2. [Pandas](Pandas/pandas.md)\n3. [SciPy](Scipy/scipy.md)\n\n\n---\n\n# Links\n\nMarkdown  \n[Markdown Guide](https://www.markdownguide.org/)\n\nDocumentation:  \n[Python](https://docs.python.org/3/)  \n[The Python Standard Library](https://docs.python.org/3/library/)\n\n\u003c!--Links:   \n[Real Python](https://realpython.com/)\n[Geeks for Geeks](https://www.geeksforgeeks.org/python-programming-language/?ref=shm) \n[w3schools](https://www.w3schools.com/python/default.asp)  \n[Programiz](https://www.programiz.com/python-programming)\n  \n[medium.com](https://medium.com/)  \n[towardsdatascience.com](https://towardsdatascience.com/)\n[Secrets of the Framework Creators](http://farmdev.com/src/secrets/index.html)--\u003e  \n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwksolution%2Fpython-cheat_sheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwksolution%2Fpython-cheat_sheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwksolution%2Fpython-cheat_sheet/lists"}