Expert Contributors Articles

Sorted By: Most Recent
Hrishav Tandukar Hrishav Tandukar
Updated on July 31, 2023

What Is WSGI (Web Server Gateway Interface)?

WSGI is a mediator that communicates between web servers and Python web applications. It plays a vital role when you deploy your Django or Flask application.

Image: Shutterstock / Built In
Will Koehrsen Will Koehrsen
Updated on July 28, 2023

The Poisson Process and Poisson Distribution, Explained

Here’s a straightforward walk-through of the Poisson process and Poisson distribution.

Image: Shutterstock / Built In
Erdem İŞBİLEN Erdem İŞBİLEN
Updated on July 27, 2023

What Is Process Mining?

Process mining is an emerging data science technique that involves analyzing event logs to extract information about an organization’s underlying operational processes. Here’s how it works.

Image: Shutterstock / Built In
Žydrūnas Tamašauskas Žydrūnas Tamašauskas
Updated on July 27, 2023

Embedded DevOps vs. Centralized DevOps: A Guide

Embedded DevOps engineers are assigned to individual development teams, while centralized DevOps operate independently. Here’s how to choose the right approach for you.

Image: Shutterstock / Built In
Abdishakur Hassan Abdishakur Hassan
Updated on July 26, 2023

4 Ways to Automate Exploratory Data Analysis (EDA) in Python

Next time, use one line of code to automate your EDA. Here’s how.

Image: Shutterstock
Sohail Hosseini Sohail Hosseini
Updated on July 25, 2023

How to Do a T-Test in Python

A t-test is a statistical method that’s used to determine whether there is a significant difference between the means of two groups. Here’s how to do it in Python.

Image: Shutterstock / Built In
Vytenis Alaburda Vytenis Alaburda
Updated on July 25, 2023

Why Is React a Library and Next.js a Framework?

Discover the difference between React and Next.js and understand why React is a library not a framework. 

Image: Shutterstock / Built In
Sameer Maskey Sameer Maskey
Updated on July 25, 2023

How to Overcome AI-Led Biases in Recruiting and Hiring

Train employees and focus on data quality to make AI-assisted HR decisions fair.

Image: Shutterstock / Built In
Artem Oppermann Artem Oppermann
Updated on July 24, 2023

What Is Unit Testing?

A unit test is a functional test of an application’s smallest possible source code unit. The unit test aims to test the individual components of the software independent of other parts of the code.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on July 24, 2023

How to Convert a Dictionary Into a Pandas DataFrame

Learn how to convert a Python dictionary into a Pandas DataFrame in a few different ways, depending on how the data is structured and stored in dictionary.

Image: Shutterstock / Built In