#programming-languages
Read more stories on Hashnode
Articles with this tag
Don’t start off by doing projects Learning a new programming language can be daunting and at times frustrating. But, it’s important to keep in mind...
I recently got my hands the GitHub Copilot extension for VS Code and it's amazing (borderline scary) The examples below are in Python Function to get...
In this article, I’ll try to demystify the terms static/dynamic typing, strong/weak typing, and define some terms like run-time, compilation, etc If...
We will discuss a couple of Errors and One Gotcha related to Python arguments and parameters. Before moving on, let’s discuss a few terms. Check...
In the last article, we talked about the following Today, we will be discussing the following Function Definitions Positional and Keyword/Named...
In the last article, we discussed the following Conditional Statements Blocks Comparison Operators Logical Operators Truthy and Falsy Values Ternary...