summaryrefslogtreecommitdiffhomepage
path: root/python.html.markdown
diff options
context:
space:
mode:
authorJohn Paul Wohlscheid <wohlschied@gmail.com>2023-02-15 13:26:47 -0500
committerGitHub <noreply@github.com>2023-02-15 13:26:47 -0500
commit97806f674f78b9adffb51127039d98b02a666e60 (patch)
treebbc9b876382f11ece2d0c26a840c8ff2814de57c /python.html.markdown
parentc30c3088fda9c12c1d5f0bfbe727a658ac036e05 (diff)
removed tutorial that no longer exists
Diffstat (limited to 'python.html.markdown')
-rw-r--r--python.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.html.markdown b/python.html.markdown
index 175f17ec..c157750f 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -10,6 +10,7 @@ contributors:
- ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"]
- ["caminsha", "https://github.com/caminsha"]
- ["Stanislav Modrak", "https://stanislav.gq"]
+ - ["John Paul Wohlscheid", "https://gitpi.us"]
filename: learnpython.py
---
@@ -1045,7 +1046,6 @@ print(say(say_please=True)) # Can you buy me a beer? Please! I am poor :(
### Free Online
* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com)
-* [Ideas for Python Projects](http://pythonpracticeprojects.com)
* [The Official Docs](https://docs.python.org/3/)
* [Hitchhiker's Guide to Python](https://docs.python-guide.org/en/latest/)
* [Python Course](https://www.python-course.eu)