diff options
author | 2018-04-09 10:07:07 +0100 | |
---|---|---|
committer | 2018-04-09 10:07:07 +0100 | |
commit | 3ad552fed3178025912752c908e1bd2c7b27b4fe (patch) | |
tree | 42d8beb267c8c20cb0daa36d85a28cc01eac15e9 /static | |
parent | Added git guide to resources.json (diff) |
Added Python 3 cheat sheet to resources.json
Diffstat (limited to 'static')
-rw-r--r-- | static/resources.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/resources.json b/static/resources.json index 6ea0b18e..87b4dd4f 100644 --- a/static/resources.json +++ b/static/resources.json @@ -38,6 +38,12 @@ "payment": "free", "payment_description": null }, + "Python Cheat Sheet": { + "description": "A Python 3 cheat sheet with useful information and tips, as well as common pitfalls for beginners.", + "url": "https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf", + "payment": "free", + "payment_description": null + }, "Python Tutorials by Corey Schafer on YouTube": { "description": "An in-depth look at the Python programming language, from one of YouTube's most popular Python tutors.", "url": "https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU", |