News

As part of my daily coding habit, I’ve been practicing fundamental Python concepts through small but meaningful programs. Here are 5 beginner-friendly exercises I completed recently: 1️⃣ Check Names ...
One well-known benefit of using mapping types such as dictionaries is that the searching is very fast compared to a sequential lookup as in the above if - elif - else statements or using a for loop, ...
K/D Ratio Check This script was created when first learning of programming fundamentals in Python. Testing Coding Basics such as functions calling and defining, if/else statements, 'for' and 'while' ...