Face and Eye Detection in Python using OpenCV.
https://randandrambles.medium.com/face-and-eye-detection-using-in-python-using-opencv-a6954fb3fa32
https://randandrambles.medium.com/face-and-eye-detection-using-in-python-using-opencv-a6954fb3fa32
Medium
Face and Eye Detection in Python using OpenCV.
OpenCV is an open-source computer vision library that uses machine learning algorithms for face detection, object tracking or colors…
How to use Selenium with Docker on Google Compute Engine
https://rs111.medium.com/how-to-use-selenium-with-docker-on-google-compute-engine-32db2a24231a
https://rs111.medium.com/how-to-use-selenium-with-docker-on-google-compute-engine-32db2a24231a
Medium
How to use Selenium with Docker on Google Compute Engine
I would like to show you how to easily run a Selenium based crawler with a headless browser in a docker container on Google Compute Engine.
Appium和Python实现蚂蚁森林自动化收取能量 - 胡峻峥
http://www.cnblogs.com/hujunzheng/p/15025349.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/hujunzheng/p/15025349.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Appium和Python实现蚂蚁森林自动化收取能量 - 胡峻峥 - 博客园
准备环境 Window10系统 Appium1.21.0 AndroidSDK r24.1.1 Python3.7.5 支付宝apk文件 查看支付宝apk包信息 使用android sdk aapt命
How the Python import system works
https://tenthousandmeters.com/blog/python-behind-the-scenes-11-how-the-python-import-system-works/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://tenthousandmeters.com/blog/python-behind-the-scenes-11-how-the-python-import-system-works/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Tenthousandmeters
Python behind the scenes #11: how the Python import system works
If you ask me to name the most misunderstood aspect of Python, I will answer without a second thought: the Python import system. Just remember how...
Image Processing: Cartoonify your Image using OpenCV-Python
https://medium.com/nerd-for-tech/image-processing-cartoonify-your-image-using-opencv-python-f73418f761d7
https://medium.com/nerd-for-tech/image-processing-cartoonify-your-image-using-opencv-python-f73418f761d7
Medium
Image Processing: Cartoonify your Image using OpenCV-Python
Turn your image into a cartoon using bilateralFilter() function
How to Restore The Original Layout of a Text Document after a Manipulation in Python
https://medium.datadriveninvestor.com/how-to-restore-the-original-layout-of-a-text-document-after-a-manipulation-in-python-8f3de41e8e95
https://medium.datadriveninvestor.com/how-to-restore-the-original-layout-of-a-text-document-after-a-manipulation-in-python-8f3de41e8e95
Medium
How to Restore The Original Layout of a Text Document after a Manipulation in Python
Less than 10 lines of code to preserve the layout of a text document after a manipulation, such as a text anonymisation.
NLP-04 Part-Of-Speech tagging in spaCy
https://jabirjamal.medium.com/nlp-04-part-of-speech-tagging-in-spacy-dc3e239c2726
https://jabirjamal.medium.com/nlp-04-part-of-speech-tagging-in-spacy-dc3e239c2726
Medium
NLP-04 Part-Of-Speech tagging in spaCy
POS (part-of-speech) tagging is the process of tagging tokens with POS tags. POS is a syntactic category in which every word falls into a…
The curious and ambiguous case of string slicing in Python (3)
https://aashay-arya.medium.com/the-curious-and-ambiguous-case-of-string-slicing-in-python-3-ea61671498eb
https://aashay-arya.medium.com/the-curious-and-ambiguous-case-of-string-slicing-in-python-3-ea61671498eb
Medium
The curious and ambiguous case of string slicing in Python (3)
When you go deeper into certain concepts, they tend to confuse you many a times but adds an excitement too. Python string slicing is once…
Making a Visual Trading Simulator From Random Numbers with OpenCV
https://medium.com/@jeffreywardman/making-a-visual-trading-simulator-from-random-numbers-with-opencv-325ff545f4e7
https://medium.com/@jeffreywardman/making-a-visual-trading-simulator-from-random-numbers-with-opencv-325ff545f4e7
Medium
Making a Visual Trading Simulator From Random Numbers with OpenCV
This article will show how to make a basic trading simulator in Python, with visualisations via OpenCV. To download the code, visit…
PCA: Principal Component Analysis — How to Get Superior Results with Fewer Dimensions?
https://towardsdatascience.com/pca-principal-component-analysis-how-to-get-superior-results-with-fewer-dimensions-7a70e8ab798c
https://towardsdatascience.com/pca-principal-component-analysis-how-to-get-superior-results-with-fewer-dimensions-7a70e8ab798c
Medium
PCA: Principal Component Analysis — How to Get Superior Results with Fewer Dimensions?
One of The Best Techniques for Dimensionality Reduction
Generating Encrypted Key Pairs In Python
https://aaron-kt-berry.medium.com/generating-encrypted-key-pairs-in-python-1a1db3c4bfed
https://aaron-kt-berry.medium.com/generating-encrypted-key-pairs-in-python-1a1db3c4bfed
Medium
Generating Encrypted Key Pairs In Python
I recently had a requirement to produce some code that can generate encrypted PEM encoded RSA key pairs that can be used for…