This category houses all my related personal projects related to general computing, programming, and other technological tips, including maths
Why Is python.exe in WindowsApps Before Python Installation Is Made
Why Is python.exe in C:\Users\<username>\AppData\Local\Microsoft\WindowsApps When You Have Not Yet Installed Python? Figure 1: Python.exe in strange location on my PC Have you ever searched your Windows 10 or Windows…
Learning FastAPI with a Hands-On Project -visual selection
Introduction When building modern applications, APIs are almost always part of the equation. They act as the backbone, enabling different parts of your application to communicate seamlessly. But why are…