diff options
author | amigos-maker <57045794+amigos-maker@users.noreply.github.com> | 2020-05-25 21:57:53 +0200 |
---|---|---|
committer | Andrew Ryan Davis <AndrewDavis1191@gmail.com> | 2020-05-26 18:11:58 -0700 |
commit | 55ad60b7dd85616719d886e6e273026f82ce72b6 (patch) | |
tree | 3e04ed634dec41dff9d3aa833b13b5479414aeec | |
parent | c89f2d3ac32f97b720c3eb3a061ac323ca11dbc3 (diff) |
Update python.html.markdown
added useful links
-rw-r--r-- | python.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python.html.markdown b/python.html.markdown index 56cb9aac..25798ade 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -1040,3 +1040,5 @@ print(say(say_please=True)) # Can you buy me a beer? Please! I am poor :( * [Python 3 Computer Science Circles](http://cscircles.cemc.uwaterloo.ca/) * [Dive Into Python 3](http://www.diveintopython3.net/index.html) * [A Crash Course in Python for Scientists](http://nbviewer.jupyter.org/gist/anonymous/5924718) +* [Python Tutorial for Intermediates](https://pythonbasics.org/) +* [Build a Desktop App with Python](https://pythonpyqt.com/) |