From 1397d062a94799dea304d12c5fb69d0ff10a8544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=8F=E3=83=83=E3=82=B7=E3=83=A5?= <47451830+dossier-hash@users.noreply.github.com> Date: Sun, 28 Jul 2019 13:35:34 +0500 Subject: [PATCH 1/2] Update python.md --- lists/python.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lists/python.md b/lists/python.md index b8354e7..bd7c23b 100644 --- a/lists/python.md +++ b/lists/python.md @@ -13,6 +13,7 @@ ### Contributors: - Jackojc +- dossier-hash @@ -120,7 +121,9 @@ - #### [matplotlib](https://matplotlib.org/) [N/A] - 2D plotting library for visualising information. - +- #### [pygame](https://pygame.org/) [N/A] + - Simple game-making framework based on SDL. + From 5f751098ae271d54e22eddaac0de90384b2778b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=8F=E3=83=83=E3=82=B7=E3=83=A5?= <47451830+dossier-hash@users.noreply.github.com> Date: Sun, 28 Jul 2019 13:43:32 +0500 Subject: [PATCH 2/2] Update python.md --- lists/python.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lists/python.md b/lists/python.md index bd7c23b..57fe590 100644 --- a/lists/python.md +++ b/lists/python.md @@ -62,7 +62,8 @@ - #### [Writing faster Python](https://www.youtube.com/watch?v=YjHsOrOOSuI) [Intermediate - Advanced] - Demonstrates some good guidelines for how to optimise code and when. Some interesting techniques for speedup too. - +- #### [Pycon interpreter talk](https://youtu.be/LCslqgM48D4) [Intermediate] + - Demonstrates the basics of creating an interpreter by creating a BASIC interpreter @@ -82,6 +83,8 @@ - #### [Top 10 Python idioms I wish I'd learned earlier](http://prooffreaderplus.blogspot.ie/2014/11/top-10-python-idioms-i-wished-id.html) [N/A] - Useful Python idioms you should get to learn to help you become a better Python developer. +- #### [Intermediate Python](https://book.pythontips.com/en/latest/) + - Helpful docs that teach the basics of most intermediate/advanced pythonic concepts. ### Books @@ -121,9 +124,12 @@ - #### [matplotlib](https://matplotlib.org/) [N/A] - 2D plotting library for visualising information. + - #### [pygame](https://pygame.org/) [N/A] - Simple game-making framework based on SDL. - + +- #### [PySimpleGUI](https://github.com/PySimpleGUI) [N/A] + - Super simple gui-making framework based on tkinter