↧
(Python) How to Avoid .pyc Files
If you program in Python, you have certainly noticed that Python creates a folder named __pycache__ at several places. This folder is used by Python to store .pyc files which are Python bytecode...
View ArticlePython 3 and OpenCV Part 2: How to Load an Image with OpenCV (and render it...
Downloads: Python 3 Demopack Download Demo: geexlab-python3-demopack/opencv/02-image/main.xml GeeXLab Downloads Forum thread (EN) This second tutorial will show you how to load an image with OpenCV...
View ArticlePython 3 and OpenCV Part 3: How to Read the Webcam with OpenCV (cv2)
Downloads: Python 3 Demopack Download Demo: geexlab-python3-demopack/opencv/03-webcam/main.xml GeeXLab Downloads Forum thread (EN) For this third tutorial (part 1, part 2) about OpenCV in Python 3,...
View ArticlePython 3 and OpenCV Part 4: Face Detection (Webcam or Static Image)
Downloads: Python 3 Demopack Download Demo: geexlab-demopack-python3/opencv/04-webcam-face-detection/main.xml GeeXLab Downloads Forum thread (EN) For the fourth and last article (previous articles are...
View Article(Demo) How to Read Up-to-Date COVID-19 Data in Python 3 (Updated: 2021.09.14)
Downloads Python 3 Demopack Download Demo: geexlab-demopack-python3/general/03-covid19/main.xml GeeXLab Downloads Forum thread (EN) If you wonder how to access to up-to-date data about new...
View ArticleGeeXLab and Python 3 on Linux
Here is a short post about how to use the Python 3 plugin on Linux. Depending on the Linux distribution / version, you can have Python 3.5, Python 3.6 or Python 3.8. Each version of Python has its own...
View ArticleHow to Check if a Directory Exists in Lua (and in Python)
Checking if a directory exists in pure Lua is actually not an easy thing. Lua does not have the functions to get information about the file system and directories. You can test if a particular file...
View ArticleEU Covid-19 Vaccine Certificate (Health Pass) QR Code Reader in Python 3
Downloads Python 3 Demopack Demo: geexlab-demopack-python3/qr-code/eu_health_pass_qrcode_reader/ GeeXLab full with Python3 (win64) How to run the demo? Download and unzip GeeXLab where you want,...
View ArticleSimple Text to Speech Demo in Python 3 (with pyttsx3)
Downloads Python 3 Demopack Demo: geexlab-demopack-python3/speech/01-text-2-speech/main.xml GeeXLab Downloads Forum thread for feedbacks / bug-report How to run the demo? Download and unzip GeeXLab...
View Article(Demo) NVIDIA NVML Library in Python 3
Downloads Python 3 Demopack Demo: geexlab-demopack-python3/nvidia/nvml/main.xml GeeXLab Downloads Forum thread for feedbacks / bug-report How to run the demo? Download and unzip GeeXLab and the...
View Article
More Pages to Explore .....