🔹 Introduction Today, I learned CSS basics and applied styles to my first webpage. I made my page aesthetic with pastel colors! 🎨 Here’s what I learned and how I did it. 🔹 What I Learned Today (CSS Basics) 1️⃣ What is CSS? – It’s used to sty...
During my learning, I understood that Secure Shell (SSH) is a widely used protocol that enables secure remote access to servers. It is primarily utilized for logging into Linux and Unix servers, as well as certain networking devices like routers. Wit...
Using ord() as a key in python - sorting. Well, it's not as hard or complicated as you may think. I thought the same, probably many others too - but don't worry. Here's how to use ord() as your key during sorting: create your main function that take...