Blog
Python: run functions in parallel with a multiprocessing wrapper function
PythonFunctions
How to use NPM (and import/export modules) in JavaScript
JavascriptNpmNodejs
Pandas and Multiprocessing: How to create dataframes in a parallel way
Scenario: Read a large number of XLS files with pandas convert them to dataframes and concat them to a single dataframe.
PythonPandasDataframe
WhatsApp Bot for Auto Replying & Sending Images via Python and Selenium
PythonWhatsAppSelenium
AWS Step Function Tips and Tricks
4 hacks to help construct workflows
AwsCloud computingStep function
How to create an ETL pipeline in Python with Airflow
PythonAirflowEtl
Many Ways to Rerender a Vue Component
VuejsJavascriptReactivity
How to Calculate Entropy and Information Gain in Decision Trees
What is entropy and information gain in decision trees?
Machine-learningDecision-treesEntropy
Understanding Confusion Matrix and Applying It on KNN-Classifier on Iris Data Set
What is Confusion matrix? Confusion matrix is one such important tool which helps us evaluate our model's performance.
Machine-learningKnnIris
Making Plots with Pandas groupby
A series of example code and plots using Pandas groupby method.
PythonPandasData science