Plot using Python In this post we record some Python scripts for generating 1D or 2D plots. The focus is on the commands that generate plots of different …
Steps to publish and install python packages This post records some useful commands for publishing and installing a Python package. Publishing a Python package to PyPi Build locally …
Some useful Python packages This post records several Python packages that I either have used in my own projects or have tried just for curiousity. General purpose …
Setup working environment on a new machine Recently I replaced my old laptop with a new one. This post records the steps to install some neccessary packages on the new machine after …
Interface C++/Python codes using swig swig is a software development tool that connects codes written in different languages. In this post, I give an example and show how it can …