{"id":13394824,"url":"https://github.com/crazyguitar/pysheeet","last_synced_at":"2025-04-11T14:43:05.897Z","repository":{"id":38374149,"uuid":"52760178","full_name":"crazyguitar/pysheeet","owner":"crazyguitar","description":"Python Cheat Sheet","archived":false,"fork":false,"pushed_at":"2024-07-16T22:45:09.000Z","size":1166,"stargazers_count":7993,"open_issues_count":21,"forks_count":1203,"subscribers_count":209,"default_branch":"master","last_synced_at":"2024-10-29T11:32:44.694Z","etag":null,"topics":["cheatsheet","python","python-2","python-3"],"latest_commit_sha":null,"homepage":"https://www.pythonsheets.com","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/crazyguitar.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"crazyguitar"}},"created_at":"2016-02-29T03:09:22.000Z","updated_at":"2024-10-29T00:04:48.000Z","dependencies_parsed_at":"2023-10-03T23:30:10.623Z","dependency_job_id":"94e12098-1e82-4f8f-8b5a-7de3628c2b0c","html_url":"https://github.com/crazyguitar/pysheeet","commit_stats":{"total_commits":976,"total_committers":47,"mean_commits":20.76595744680851,"dds":0.2848360655737705,"last_synced_commit":"84d50fcc05df211261fa7f24397dcf089032a571"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazyguitar","download_url":"https://codeload.github.com/crazyguitar/pysheeet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248420389,"owners_count":21100373,"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":["cheatsheet","python","python-2","python-3"],"created_at":"2024-07-30T17:01:32.886Z","updated_at":"2025-04-11T14:43:05.882Z","avatar_url":"https://github.com/crazyguitar.png","language":"Python","funding_links":["https://github.com/sponsors/crazyguitar"],"categories":["知识点","Python","python","Back-End Development","Python (1887)","HarmonyOS","Python Hacks","📋 Cheatsheets"],"sub_categories":["Python","Windows Manager"],"readme":"\n.. raw:: html\n\n    \u003ch1 align=\"center\"\u003e\n    \u003cbr\u003e\n      \u003ca href=\"https://www.pythonsheets.com\"\u003e\u003cimg src=\"docs/_static/logo.svg\" alt=\"pysheeet\" width=200\"\u003e\u003c/a\u003e\n    \u003c/h1\u003e\n    \u003cp align=\"center\"\u003e\n      \u003ca href=\"https://github.com/crazyguitar/pysheeet/actions\"\u003e\n        \u003cimg src=\"https://github.com/crazyguitar/pysheeet/actions/workflows/pythonpackage.yml/badge.svg\" alt=\"Build Status\"\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://coveralls.io/github/crazyguitar/pysheeet?branch=master\"\u003e\n        \u003cimg src=\"https://coveralls.io/repos/github/crazyguitar/pysheeet/badge.svg?branch=master\" alt=\"Coverage\"\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://raw.githubusercontent.com/crazyguitar/pysheeet/master/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License MIT\"\u003e\n      \u003c/a\u003e\n    \u003c/p\u003e\n\nIntroduction\n=============\n\nPysheeet was created with intention of collecting python code snippets for\nreducing coding hours and making life easier and faster. Any contributions are welcome.\nPlease feel free to fork and send a pull request to this project.\n\n\nWhat’s New In Python 3\n======================\n\nThis part only provides a quick glance at some important features in Python 3.\nIf you're interested in all of the most important features, please read the\nofficial document, `What’s New in Python \u003chttps://docs.python.org/3/whatsnew/index.html\u003e`_.\n\n- `New in Python3 \u003cdocs/notes/python-new-py3.rst\u003e`_\n\n\nCheat Sheet\n===========\n\n- `Code Style \u003cdocs/notes/python-code-style.rst\u003e`_\n- `From Scratch \u003cdocs/notes/python-basic.rst\u003e`_\n- `Future \u003cdocs/notes/python-future.rst\u003e`_\n- `Unicode \u003cdocs/notes/python-unicode.rst\u003e`_\n- `List \u003cdocs/notes/python-list.rst\u003e`_\n- `Set \u003cdocs/notes/python-set.rst\u003e`_\n- `Dictionary \u003cdocs/notes/python-dict.rst\u003e`_\n- `Heap \u003cdocs/notes/python-heap.rst\u003e`_\n- `Function \u003cdocs/notes/python-func.rst\u003e`_\n- `Class \u003cdocs/notes/python-object.rst\u003e`_\n- `Generator \u003cdocs/notes/python-generator.rst\u003e`_\n- `Typing \u003cdocs/notes/python-typing.rst\u003e`_\n- `Time \u003cdocs/notes/python-date.rst\u003e`_\n- `File \u003cdocs/notes/python-io.rst\u003e`_\n- `Operating System \u003cdocs/notes/python-os.rst\u003e`_\n\n\nAdvanced Cheat Sheet\n====================\n\n- `Regular expression \u003cdocs/notes/python-rexp.rst\u003e`_\n- `Socket \u003cdocs/notes/python-socket.rst\u003e`_\n- `Asyncio \u003cdocs/notes/python-asyncio.rst\u003e`_\n- `Concurrency \u003cdocs/notes/python-concurrency.rst\u003e`_\n- `Sqlalchemy \u003cdocs/notes/python-sqlalchemy.rst\u003e`_\n- `Security \u003cdocs/notes/python-security.rst\u003e`_\n- `SSH \u003cdocs/notes/python-ssh.rst\u003e`_\n- `Tests \u003cdocs/notes/python-tests.rst\u003e`_\n- `C Extensions \u003cdocs/notes/python-c-extensions.rst\u003e`_\n\n\nAppendix\n=========\n\n- `Why does Decorator Need @wraps \u003cdocs/appendix/python-decorator.rst\u003e`_\n- `A Hitchhikers Guide to Asynchronous Programming \u003cdocs/appendix/python-concurrent.rst\u003e`_\n- `Asyncio behind the Scenes \u003cdocs/appendix/python-asyncio.rst\u003e`_\n- `PEP 572 and the walrus operator \u003cdocs/appendix/python-walrus.rst\u003e`_\n- `Python Interpreter in GNU Debugger \u003cdocs/appendix/python-gdb.rst\u003e`_\n\nPDF Version\n============\n\n`pdf`_\n\n.. _pdf: https://media.readthedocs.org/pdf/pysheeet/latest/pysheeet.pdf\n\nHow to run the server\n=======================\n\n.. code-block:: bash\n\n    $ virtualenv venv\n    $ . venv/bin/activate\n    $ pip install -r requirements.txt\n    $ make\n    $ python app.py\n\n    # URL: localhost:5000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazyguitar%2Fpysheeet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazyguitar%2Fpysheeet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazyguitar%2Fpysheeet/lists"}