In a recent project, we needed to rapidly index and filter all files in all connected drives on macOS. With multithreaded Python 3, and a little help from pandas, You can get it done quick and easy.
Archives September 2019
Index all drives connected to macOS with multithreaded Python 3
Install OpenCV 4 on macOS Mojave using CMake
Written by
on
in
OpenCV.
OpenCV (Open Source Computer Vision Library) is in our opinion the coolest open-source machine learning software library out there. We'll show you how to compile it from source on macOS Mojave using CMake.
Install Webmin on AWS Amazon Linux 2
Written by
on
in
AWS.
For years one of our favorite tools to manage Linux servers has been Webmin. This tool is a great way to stay on top of your Linux machines. We'll show you how to install Webmin on Amazon Linux 2.
Install python 3, pip 3, and virtualenv in Amazon Linux 2
Written by
on
in
AWS,
Python.
Get started with Python 3 on Amazon Linux 2 with this quick tutorial. With Virtualenv you can create isolated Python environments and easily manage your projects and their dependencies.