Semicolon Software
  • About
  • Imprint

python

A collection of 5 posts

python

Python Decorators, Explained

Decorators in Python are a very powerful albeit mind-bending and under-documented tool. They are useful for many things, including changing how a function is executed (e.g. for denoting that an API endpoint

  • Stefan Seemayer
    Stefan Seemayer
6 min read
javascript

Programming R like it's JavaScript / Python

R is the king of statistics languages for a good reason: There are hundreds of packages on CRAN for all sorts of analyses and the language is fluent for processing data in a

  • Stefan Seemayer
    Stefan Seemayer
3 min read
python

Compiling Python, NumPy and SciPy with Intel Compilers and Intel MKL

Compute clusters are shared machines so they often contain very outdated versions of software in the name of backward compatibility. While the environment modules project goes a long way of alleviating this problem,

  • Stefan Seemayer
    Stefan Seemayer
3 min read
python

Inspecting multidimensional C/C++ matrices by putting NumPy into GDB

Developing numerical programs in C, C++ or Fortran or even just fast C extensions like in my previous post, the chance of introducing a bug increases as complexity increases. One of my favorite

  • Stefan Seemayer
    Stefan Seemayer
2 min read
hpc

Fast Interstellar Travel with NumPy and C

I absolutely love Python (and NumPy!) for the flexibility it gives me in quickly building up complex data structures and programs to arrive at interesting solutions. Still, sometimes handling larger amounts of data

  • Stefan Seemayer
    Stefan Seemayer
7 min read
Semicolon Software © 2021
Latest Posts Twitter Ghost