Useful shell commands for Python

Hello everyone. This article is for beginners or casual Python users who do not need to know or remember the most commonly used commands related to the Python language. Here is a collection of useful shell commands for working with Python. These commands can help you manage virtual environments, install packages, debug code, and manipulate […]

How to install arm-none-eabi-gdb on Ubuntu

Unfortunately some time ago ARM decided to deprecate the use of PPA so to use their latest arm-none-eabi-gdb you have to install gcc-arm-embedded manually. But don’t worry, in this article I will guide you through this process step by step so it would be very easy. STEP 1: Removing current arm-none-eabi-gcc If you already have […]

How to install NRF Command line tools on Ubuntu

If this error looks familiar to you, probably after installing zephyr and setting west environment you forget about last step which is nrf tools. In this article I will show you how to manually install „nRF Command Line Tools” on linux systems. The nRF Command Line Tools is a necessary tool for development, programming and […]