Category: Python

  • Creating GStreamer Pipelines in Python

    What is GStreamer GStreamer is a powerful multimedia framework that allows developers to create a wide variety of media-handling components. It’s designed as a pipeline-based architecture where elements can be linked together to perform complex media operations like playback, encoding, decoding, and streaming. What can we do with GStreamer With GStreamer, you can: Uses in…

  • Getting Started with Jupyter Notebooks in VS Code

    Introduction Jupyter notebooks are powerful interactive computing environments that have revolutionized how we work with data and code. Originally developed for Python (from IPython notebooks), they’ve evolved into a language-agnostic platform that combines live code execution, rich text documentation, visualizations, and computational outputs all in one document. Think of them as a digital laboratory notebook…