Bash Essentials for Data Scientists
Introduction: What is Bash and why do we need it?
Introduction: What is Bash and why do we need it?
VS Code. How I installed and configured my VSCode.
Logging is an essential part of any software development project. It allows developers to monitor and troubleshoot code behavior, track errors, and exception...
SQL (Structured Query Language) is a programming language used to manage and manipulate relational databases. It is the standard language for interacting wit...
This article describes how to build a first bot with the Bot Framework SDK for Python. Additionally, I will test the bot using the Bot Emulator. In this exam...
Introduction Here is a step-by-step guide to creating a Python application, including its environment variables. It is particularly useful when we need to ke...
Each time I reinstall my Mac OS system I have to do the same installation steps.
Loops are very expensive (slow) in python, there is why we must avoid them as possible. Instead of them let us think in programming in a functional way. That...
Introduction