© 2023 Hashnode
#windows
Hi, I am very excited to welcome you back to my blog. We'll be learning today how to install Chocolatey, the most popular package manager for Windows. we'll be following the official docs from the Cho…
This post has been ported from my old self-hosted blog. The original post was published on 21/11/2022. Consider this post as a personal note or a handy cheat sheet. Once you've fetched the source cod…
Welcome back, young coders! In our coding adventure, we often find ourselves repeating the same actions in our programs. Just like having a magical spellbook, functions in Python help us organize our …
This post has been ported from my old self-hosted blog. The original post was published on 04/10/2020. Background Python is one of the most used programming languages nowadays especially due its popu…
Welcome back, young coders! In our coding journey, we encounter many situations where we need to make decisions. Just like choosing between different paths in a game, conditionals in Python help us ma…
Welcome back, young coders! Today, we're going to explore an exciting concept called loops in Python. Just like a roller coaster takes you on a thrilling ride over and over again, loops allow us to re…
Are you ready to dive deeper into the vast world of the Windows command line? In this blog post, we'll explore the ASSOC command, a powerful tool that allows you to manage file associations effectivel…
Introduction If you're a Windows user diving into the world of Linux, you might have come across terms like ext4 and mount points. Fear not! In this blog, we'll unravel the mysteries of file systems i…
I think it's time I took a moment to go over the DISM tool (Deployment Image Servicing and Management), the superhero tool for managing Windows images! Whether you're a tech enthusiast, a new technici…
This post has been ported from my old self-hosted blog. The original post was published on 22/12/2021. When it comes to handling exceptions in programming, we are all familiar with try/catch and its …