排序
Python: Use the UTF-8 mode on Windows!
Python: Use the UTF-8 mode on Windows!,Summary: Set the PYTHONUTF8=1 environment variable. On macOS and Linux, UTF-8 is the standard encoding already. But Windows still uses legacy...
Windows 10 + Python = VS Code + WSL
Windows 10 + Python = VS Code + WSL, [Translation of an article originally posted on habr.ru, published by r_clark on October 20, 2019] Microsoft… The technological locomotive of ...
Configure Path variable in Powershell
Configure Path variable in Powershell,Scenario: for whatever reason you have to develop on a Windows machine and you're not an administrator. Your company enforces the same old Jav...
How to install Django on Windows machine
How to install Django on Windows machine,The easiest way to install Django on a Windows machine (fully Windows installation, not using WSL) is to use the scoop package manager (htt...
Making a Windows Python Application to Manage Linux Ansible
Making a Windows Python Application to Manage Linux Ansible, Introduction Purpose The purpose of this project is to control a Linux Ansible controller through Windows. Idea incepti...
My basic Windows setup
My basic Windows setup,Even though lately I've been using more and more Linux platforms, a part of me is still bound to Visual Studio and Windows; however, I do not let this stop m...
Creating a native executable in Windows with GraalVM
Creating a native executable in Windows with GraalVM,GraalVM is pretty awesome for a lot of reasons. But the one that has me most hyped is the ability to create native executables ...
xml2rfc oh my jeez
xml2rfc oh my jeez,Ugh. Been having crazy trouble with getting started with Python for windows, all the way through getting xml2rfc installed. Background is I'm trying to regenerat...
Python Shebangs on Windows
Python Shebangs on Windows,Cover image By Sven [Public domain], from Wikimedia Commons Shebang Lines in the Wild In Unix-like systems, if you want a file to be executable, you can ...