Articles by Dr. Darrin

Privacy of Continous Data with Python

November 21, 2025 | Dr. Darrin

There are several ways that an individual’s privacy can be protected when dealing with continuous data. In this post, we will look at how protecting privacy can be accomplished using Python. Libraries We will begin by loading the necessary libraries. Below is the code. The library setup is simple. ...
[...Read more...]

Python for Data Privacy

November 3, 2025 | Dr. Darrin

Data privacy is a major topic among analysts who want to protect people’s information. There are often ethical expectations that personal identifying information is protected. Whenever data is shared, you want to be sure that individual people cannot be identified within a dataset, which can lead to unforeseen consequences. ...
[...Read more...]

Generating Fake Data for Privacy with Python

October 17, 2025 | Dr. Darrin

The privacy of individuals in a dataset can be protected through the development of fake data. Using false numbers makes it much more difficult to identify individual people within a dataset. In this post, we will look at how to generate fake numbers and names using Python. Libraries & Data Preparation ...
[...Read more...]

Bokeh-Manipulating Glyph Color

September 26, 2025 | Dr. Darrin

In this post, we will examine how to manipulate the color of the glyphs in a Bokeh data visualization. We are doing this not necessarily for aesthetic reasons but to convey additional information. Below are the initial libraries that we need. We will load additional libraries as required. pydatasets will ...
[...Read more...]

Bokeh Display Customization in Python

July 7, 2025 | Dr. Darrin

In this post, we will examine how to modify the default display of a plot in Bokeh, a library for interactive data visualizations in Python. Below are the initial libraries that we need. The first line of code is where our data comes from. We are using the data() function ...
[...Read more...]
1 2 3 6