diff options
| author | 2018-04-09 10:34:00 +0100 | |
|---|---|---|
| committer | 2018-04-09 10:34:00 +0100 | |
| commit | afc30354493ef346138281c4115118b8b0dde01b (patch) | |
| tree | 9e3ee401d89a461c2372d6f16aebf6baa6367feb /static | |
| parent | Contribs too picky, need new payment logos (diff) | |
| parent | Added Python 3 cheat sheet to resources.json (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'static')
| -rw-r--r-- | static/resources.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/resources.json b/static/resources.json index 021840a0..87b4dd4f 100644 --- a/static/resources.json +++ b/static/resources.json @@ -32,6 +32,18 @@ "payment": "free", "payment_description": null }, + "A Simple Guide to Git": { + "description": "A simple, no-nonsense guide to the basics of using Git.", + "url": "http://rogerdudler.github.io/git-guide/", + "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", |