Two barefoot children in period clothing communicate through a tin-can telephone in a sunlit, crumbling courtyard, while a third child sits quietly against the weathered wall.

TCP and UDP protocol Benchmarking with Python: From Theory to Practice with FHIR APIs in Healthcare

August 20, 2025 by Michele Danilo Pierri

A technical comparison between TCP and UDP protocols implemented in Python: examining performance metrics, security considerations, and practical applications within healthcare systems using FHIR standards for effective data exchange between medical platforms. Introduction: The Significance of TCP vs UDP When browsing websites, streaming videos, or making video calls, our data travels across networks using protocols…

Read more
An elderly woman sits quietly on a wooden chair beside an iron hospital bed, gazing out a sunlit window in a softly lit early 20th-century convalescent room filled with worn furniture, simple bottles, and a calm, reflective atmosphere.

Murakami’s metaphorical medicine

August 5, 2025 by Michele Danilo Pierri

Introduction Haruki Murakami is one of the most significant contemporary Japanese novelists. While he never directly addresses medicine in his works, health-related themes frequently appear as metaphors. In his writing, the body and its lived experiences are consistently connected to trauma, memory, and the unconscious. These connections extend into fantastic, paranormal, and cosmological dimensions, transforming…

Read more
An elderly woman sits quietly on a wooden chair beside an iron hospital bed, gazing out a sunlit window in a softly lit early 20th-century convalescent room filled with worn furniture, simple bottles, and a calm, reflective atmosphere.

The Death of the Grandmother in Proust’s “À la recherche du temps perdu”

July 23, 2025 by Michele Danilo Pierri

The Death of the Grandmother: A Moment of Truth, Fragility, and Revelation Introduction In the third volume of “À la recherche du temps perdu”, Marcel Proust portrays the gradual illness and death of the narrator’s grandmother. This episode stands as one of the emotional, philosophical, and narrative pinnacles of the entire work. Through his meticulous…

Read more
Children splash and play in a shallow forest river around a bright blue whale-shaped toy boat, while a large container ship labeled “docker” looms in the background, all rendered in a warm, nostalgic painterly style.

Create a Medical Database with Docker: Complete Guide with SQLAlchemy, and Flask

July 1, 2025 by Michele Danilo Pierri

Introduction: Why Build a Medical Database with Docker? Creating a robust medical database system requires careful consideration of security, scalability, and maintainability. Furthermore, Docker containerization offers an ideal solution for healthcare applications by providing isolated environments that ensure consistent deployment across different systems. In this comprehensive tutorial, we’ll explore how to create a medical database…

Read more
A physician in an early 20th-century radiology room examines a chest X-ray displayed on an illuminated viewing panel, surrounded by vintage medical equipment.

UNet

May 4, 2025 by Michele Danilo Pierri

Introduction UNet is a convolutional neural network (CNN) introduced by Olaf Ronneberger in 2015. These specialized neural networks learn to recognize objects in images. When properly trained, they can analyze medical images, detect specific features (such as neoplasms in CT scans), and classify different types of images (such as distinguishing between pneumonia and neoplasms). In…

Read more
A group of barefoot children in worn old-fashioned clothes stands on a stormy beach, holding seashells to their ears as they gaze toward the sea and dramatic rays of sunlight breaking through heavy clouds above crashing waves.

Sensitivity Analysis

April 4, 2025 by Michele Danilo Pierri

Definition Sensitivity analysis is a collection of techniques that determine how input parameters affect model results. Specifically, it measures how much variation in the results stems from different types of uncertainty. For a model: examines how Y changes when each X is modified. Sensitivity analysis can be applied across several key areas: predictive models, simulation,…

Read more
A robed, multi-armed humanoid figure sits behind a stone table in a grand vaulted hall, surrounded by glowing circular symbols and astrological diagrams, creating a mystical, sepia-toned scene with an antique fresco-like atmosphere.

Random Numbers in Python

February 23, 2025 by Michele Danilo Pierri

Why do we need random number generation in statistics and data science? Data scientists and statisticians rely on random number generation for several important purposes. They can be used to create data samples, which serves as a foundation for advanced statistical techniques. This includes Bootstrapping methods that involve resampling from existing data to create new…

Read more
Vintage sepia-toned illustration comparing sequential, functional, and object-oriented programming through three network diagrams above three differently structured trees in an antique educational poster style.

Programming Paradigms in Python

December 8, 2024 by Michele Danilo Pierri

A programming paradigm is the model or approach used to logically organize a program. It defines how different parts of a program interact and work together. A programming paradigm encompasses three key aspects: Paradigms Let’s explore the main types of programming paradigms Imperative Paradigm This paradigm involves giving the computer explicit, step-by-step instructions using variables,…

Read more
La visite du docteur Metsu

“The Doctor’s Visit” by Gabriel Metsu

November 27, 2024 by Michele Danilo Pierri

The Artist Gabriel Metsu (1629-1667) was a Dutch painter. Born in Leiden, where he studied at the Guild of Saint Luke, he later moved to Amsterdam. His paintings depict everyday life scenes with meticulous attention to detail. The Artwork Multiple versions of “The Doctor’s Visit” are attributed to Metsu, with the most renowned one housed…

Read more
A barefoot child crouches in a warm, painterly old stone alley, drawing a large bird with white chalk amid cracked ochre walls, wooden chairs, arched doorways, and rising steps.

Visualizing Statistical Distributions with Python

November 27, 2024 by Michele Danilo Pierri

This post illustrates techniques for visualizing statistical distributions using Python and its graphics libraries, particularly Matplotlib. The resulting charts are used in the statistical distributions lesson of the statistics course. Required Libraries Import Normal distribution Exponential distribution Bernoulli distribution Binomial distribution Poisson distribution Uniform distribution Chi square distribution t distribution vs normal distribution Sigmoid function

Read more