Microsoft is changing the way you login to your account

As passwords slowly go extinct, Microsoft is introducing another way to log in to your consumer account. The company said Thursday that users logging in to Microsoft 365 workplace software, Copilot, Xbox and Skype can now use “passkeys” rather than traditional passwords or an authenticator app. That means whatever biometric authentication (such as a thumbprint or face […]

CONTINUE READING....

How to Convert a Python file into an EXE file

You’ve built that Python app, and now your boss is very impressed with it.  So they ask you to convert it into a Windows EXE file so others can use it with ease.  Huh? Fortunately, that’s an easy task using Windows 11 with a program called auto py to exe.  The program is installed and […]

CONTINUE READING....

How to install Python on Windows 11

In the previous Python how to, I went over how to install Python on Mac. Now I’m going to go over how to install it on Windows 11. Just go to https://www.python.org/downloads/ For optimal performance, you should select the Windows 64-Bit version. Wait until the file downloads to your computer. Find the file, and double click […]

CONTINUE READING....