1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 00:06:47 +02:00

Update python.html.markdown

added useful links
This commit is contained in:
amigos-maker
2020-05-25 21:57:53 +02:00
committed by Andrew Ryan Davis
parent c89f2d3ac3
commit 55ad60b7dd

View File

@@ -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/)