From 42793e16ddded7315fd00c23b17071361748f963 Mon Sep 17 00:00:00 2001 From: Raj Kachhadiya <110079774+kachhadiyaraj15@users.noreply.github.com> Date: Fri, 20 Jan 2023 18:47:46 +0530 Subject: [PATCH 1/2] Update py_intro.markdown --- doc/py_tutorials/py_setup/py_intro/py_intro.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/py_tutorials/py_setup/py_intro/py_intro.markdown b/doc/py_tutorials/py_setup/py_intro/py_intro.markdown index b013ef014e..b7a600afc1 100644 --- a/doc/py_tutorials/py_setup/py_intro/py_intro.markdown +++ b/doc/py_tutorials/py_setup/py_intro/py_intro.markdown @@ -79,8 +79,8 @@ Below is the list of contributors who submitted tutorials to OpenCV-Python. Additional Resources -------------------- --# A Quick guide to Python - [A Byte of Python](http://swaroopch.com/notes/python/) -2. [NumPy Quickstart tutorial](https://numpy.org/devdocs/user/quickstart.html) -3. [NumPy Reference](https://numpy.org/devdocs/reference/index.html#reference) -4. [OpenCV Documentation](http://docs.opencv.org/) +1. [A Quick guide to Python](https://www.freecodecamp.org/news/the-python-guide-for-beginners/) +2. [NumPy Quickstart tutorial](https://numpy.org/doc/stable/user/quickstart.html) +3. [NumPy Reference](https://numpy.org/doc/stable/reference/index.html) +4. [OpenCV Documentation](https://docs.opencv.org/4.x/index.html) 5. [OpenCV Forum](https://forum.opencv.org/) From 5c5ef9746c9c9ce3fa3306f1d8d4eb038c2c1130 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Tue, 21 Mar 2023 15:32:21 +0300 Subject: [PATCH 2/2] Presume original book, update references. --- doc/py_tutorials/py_setup/py_intro/py_intro.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/py_tutorials/py_setup/py_intro/py_intro.markdown b/doc/py_tutorials/py_setup/py_intro/py_intro.markdown index b7a600afc1..0108462f95 100644 --- a/doc/py_tutorials/py_setup/py_intro/py_intro.markdown +++ b/doc/py_tutorials/py_setup/py_intro/py_intro.markdown @@ -79,8 +79,9 @@ Below is the list of contributors who submitted tutorials to OpenCV-Python. Additional Resources -------------------- +-# A Quick guide to Python - [A Byte of Python](https://python.swaroopch.com/) 1. [A Quick guide to Python](https://www.freecodecamp.org/news/the-python-guide-for-beginners/) 2. [NumPy Quickstart tutorial](https://numpy.org/doc/stable/user/quickstart.html) 3. [NumPy Reference](https://numpy.org/doc/stable/reference/index.html) -4. [OpenCV Documentation](https://docs.opencv.org/4.x/index.html) +4. [OpenCV Documentation](https://docs.opencv.org/) 5. [OpenCV Forum](https://forum.opencv.org/)