home » zplus/dokk.git
ID: fe44b357cd1d25d80b103f25933cfa244bffb461
28 lines — 806B — View raw


{
    "@context": {
        "library": "dokk:vocab:library:",
        "license": "dokk:vocab:license:",
        "license:licensed_under": {
            "@type": "@id"
        },
        "license:translation_of": {
            "@type": "@id"
        },
        "blob": "dokk:vocab:blob:"
    },
    "@type": [
        "library:Item"
    ],
    "@id": "dokk:python_3_cheat_sheet_v2.0.6_en",
    "library:author": [
        "Laurent Pointal"
    ],
    "license:licensed_under": [
        "dokk:license:CC-BY-4.0"
    ],
    "library:title": "Python 3 Cheat Sheet",
    "blob:at": {
        "@id": "file:/pdf/python_3_cheat_sheet_v2.0.6_en.pdf",
        "blob:primary_source": "https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf",
        "blob:retrieval_date": "2023-03-23"
    }
}