pythoncode-tutorials icon indicating copy to clipboard operation
pythoncode-tutorials copied to clipboard

The Python Code Tutorials

Results 47 pythoncode-tutorials issues
Sort by recently updated
recently updated
newest added

line 1, in import cv2 ModuleNotFoundError: No module named 'cv2'

I tried this example: https://github.com/x4nth055/pythoncode-tutorials/tree/master/web-scraping/extract-and-fill-forms But failed. I add res.raise_for_status() after the line calling session.post. The error is: Traceback (most recent call last): File "/home/ubuntu/.linuxbrew/Cellar/[email protected]/3.8.5/lib/python3.8/site-packages/urllib3/connectionpool.py", line 696, in urlopen self._prepare_proxy(conn)...

how can i insert my image inside the code , im unable to find the way please help thank you sir

I'm enjoying your tutorials and would love to see more of them on Medium or other sites. The watchdog tutorial is a bit more functionality in about 1/3rd the lines...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [opencv-contrib-python](https://github.com/skvark/opencv-python) from 3.4.2.16 to 4.2.0.32. Release notes Sourced from opencv-contrib-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.2.16 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

Bug fix for `channel_url` + updated README.md output.

https://github.com/x4nth055/pythoncode-tutorials/blob/master/python-standard-library/chat-application/server.py When I put all the code in server.py into VSCode, it suddenly shows an error `Code is unreachable Pylance` and it seems because `while True:` before : ```py #...

looks like services.py needs some tweaking as it produces continuous errors. I was not able to locate the cause of this one. p.s.: running on windows