diff options
author | benjaminjamesrussell <41921185+benjaminjamesrussell@users.noreply.github.com> | 2021-10-28 00:29:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 00:29:54 +0200 |
commit | 2c8b419c5469b2a213af0d5fb2e440ebc8791ff0 (patch) | |
tree | 2d5b1c70fae0da70fe418826bab4c8cf24d5ba54 /python.html.markdown | |
parent | 2a849af615ceada480c614b7c3ad1bbd43bb4521 (diff) |
Update python.html.markdown (#4257)
Diffstat (limited to 'python.html.markdown')
-rw-r--r-- | python.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python.html.markdown b/python.html.markdown index 39e60455..0bd16a80 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -1032,6 +1032,7 @@ print(say(say_please=True)) # Can you buy me a beer? Please! I am poor :( * [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) +* [Free Interactive Python Course](http://www.Kikodo.io) * [First Steps With Python](https://realpython.com/learn/python-first-steps/) * [A curated list of awesome Python frameworks, libraries and software](https://github.com/vinta/awesome-python) * [30 Python Language Features and Tricks You May Not Know About](https://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html) |