Latest Articles

  • Your Virtual Google Assistant in the MacOS Menubar

    Introducing g-assistant-mac: Your Virtual Google Assistant in the MacOS Menubar Are you tired of switching between apps and webpages to access the Google Assistant? With g-assistant-mac, that hassle is a thing of the past. This innovative client for the Google Assistant SDK allows you to have the power of the assistant right in your MacOS …

  • Seamlessly Connecting C++11 and Python

    In the world of software development, the ability to connect different programming languages seamlessly is invaluable. This is where pybind11 comes into the picture. Developed as a lightweight, header-only library, pybind11 provides a seamless operability between C++11 and Python. It allows you to create Python bindings for existing C++ code with ease, eliminating the need …

  • Enhancing Python Code Quality with Absolute Imports

    Flake8-absolute-import: Enhancing Python Code Quality with Absolute Imports Are you tired of dealing with relative imports in your Python projects? Look no further. Introducing Flake8-absolute-import, a groundbreaking flake8 plugin that revolutionizes the way you write Python code. Streamline Your Development Process Flake8-absolute-import is designed to enforce the use of absolute imports in your Python codebase. …