#Python

Back to all tags

Python is the language I most often reach for when turning ideas into working code, whether that involves simulations, data analysis, image processing, or small research utilities. It therefore appears across many different contexts on this blog, from neuroscience and physics to more general computational experiments. Posts tagged this way usually include concrete Python examples, short tutorials, practical life hacks, and longer how to style explorations of scientific workflows. The focus is not on language features in the abstract, but on writing code that is readable, reproducible, and actually useful in day to day research.

There are currently 113 articles with this tag (newest first):

Connection concepts in NEST

In the previous post, we learned about the basic concepts of the NEST simulator and how to create...

Izhikevich model

Computational neuroscience utilizes mathematical models to understand the complex dynamics of neu...

Hodgkin-Huxley model

An important step beyond simplified neuronal models is the Hodgkin-Huxley model. This model is ba...

FitzHugh-Nagumo model

In the previous post, we analyzed the dynamics of Van der Pol oscillator by using phase plane an...

Van der Pol oscillator

In this post, we will apply phase plane analysis to the Van der Pol oscillator. The Van der Pol o...

PyTorch on Apple Silicon

Already some time ago, PyTorch became fully available for Apple Silicon. It’s no longer necessary...

Rössler attractor

Unlike the Lorenz attractor which emerges from the dynamics of convection rolls, the Rössler attr...

Python’s version logos

Have you ever noticed that Python has introduced individual version logos starting with version 3...

Conditional GANs

I was wondering whether it would be possible to let GANs generate samples conditioned on a specif...

Wasserstein GANs

We apply the Wasserstein distance to Generative Adversarial Networks (GANs) to train them more ef...

Information entropy

A fundamental concept that plays a pivotal role in quantifying the uncertainty or randomness of a...

Understanding entropy

In physics, entropy is a fundamental concept that plays a crucial role in understanding the behav...

Zen and natural sciences

In this post, I broaden the scope and explore the intersections of Zen and natural sciences more...

The Zen of Python

The connection between Zen and programming is not a subjective one at all. For instance, Python h...

strftime Cheat Sheet

Cheat Sheet on formatted date and time strings used, e.g., in Python, C/C++ or even on Jekyll web...

The two-body problem

The two-body system is a classical problem in physics. It describes the motion of two massive obj...

Plasma waves in space plasmas

Space plasmas support a rich spectrum of collective wave phenomena that have no direct analogue i...