Other articles


  1. Static Runtime Polymorphism

    Disclaimer I am not a computer scientist, nor a C++ expert. If the terminology I use in this post is not 100% accurate, I apologize.

    Introduction

    When writing C++ libraries, I tend to shy away from inheritance. Now, sometimes inheritance is the right tool for the job, and if you …

    read more
  2. Uploading your own packages to PyPI

    PyPI is the Python Package Index. It is a repository for python packages that makes downloading and installing new packages easy. If you have ever used pip install <package_name>, you've used PyPI. It turns out that is is relatively simple to upload your own packages to PyPI. If you want …

    read more

links

social