RCD.AI

Multiprocessing Snippet in Python

Sometimes it's nice to just have a simple function that does unordered multiprocessing in Python with a progress bar. Is that too much to ask? Because I found myself writing this again and again, here it is so that you may copy and paste indiscriminately. from typing import

Deploying Your Data Science Projects in JavaScript

Pushing a React client, Python JSON API, and SSL certificate from Let's Encrypt to DigitalOcean in an hour For my latest project, I decided to use React for most of my exploratory data analysis (EDA) and needed a drop-dead simple JSON API for serving up the necessary data

Speed Up Your Data Processing with Macros

When it comes to preprocessing, data scientists can jump a bit too quickly to a full blown script in their favorite language... I was able to employ a quick Vim macro to quickly transform some structured text into a Python dictionary that I could use for preprocessing references.

Data Science from Concept to Production: A Case Study of Automatic Building Footprint Segmentation

Using Deep Learning and Computer Vision techniques, aerial imagery can be analyzed to automatically predict or augment structure annotations in both form and area...

Transfer Files Using Netcat

nc is an excellent command line tool available on *nix systems. One of the quick tips is using it to transfer from one machine to another. Assuming your receiving machine is at 10.0.0.2 and your sending machine is 10.0.0.3, we can use the following

RCD.AI © 2026