Category: Windows
-
Creating a Simple Python Project Using a Virtual Environment
Reading Time: 3 minutesCreating a Simple Python Project Using a Virtual Environment demonstrates, in practice, how to use a virtual environment. First and foremost, we’ve written an article to explain how to install Python on Windows. Click here to access this article. Additionally, if you’re not familiar with Python virtual environment (venv), there is an…
-
Working with Python Virtual Environments on Windows
Reading Time: 4 minutesWorking with Python Virtual Environments on Windows shows what a Python virtual environment is and how to use it. First and foremost, if you are new to Python like me and would like to install Python on Windows, we’ve written a short article to show how to do it. Click here to…
-
Installing Python on Windows
Reading Time: 2 minutesInstalling Python on Windows shows how to install Python step-by-step. I’ve been using Python on Linux, and I’d like to run it on Windows. So, I decided to create this simple article showing all the necessary steps to install Python on Windows. In this case, I’m running Windows 11 (I did not…
-
Setting Up Windows AD FS
Reading Time: 5 minutesSetting Up Windows AD FS is an article that shows how to set up the Windows AD FS service to provide Federated Identity and Access Management. AD FS Overview AD FS is an acronym for Active Directory Federation Services. It enables Federated Identity and Access Management by securely sharing digital identity and…
