Skip to content
/ picw Public

Tips and tricks on running Python scripts within a Windows-based corporation.

Notifications You must be signed in to change notification settings

codcod/picw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python in Corporate Windows

Once in a while I have to quickly set up a simple Python script in a corporate environment, which more often then not is predominated by Windows. Since I'm not that familiar with that OS here are notes to help me navigate the most common quirks (hegemony of ISO-8859-2 encoding and the tyranny of XLS files) to try and speed up the process.

Prepare dev workspace

C:\> mkdir %USERPROFILE%\PROJECTS
C:\> subst r: %USERPROFILE%\PROJECTS       % requires redo after reboot
C:\> R:
R:\> git clone https://github.com/codcod/picw.git
R:\> cd picw
R:\picw> scripts/make_venv_here.bat

How-to's

Windows tips

Useful links

Download pages:

  1. Python
  2. SQLite
  3. SQLiteBrowser
  4. Neovim
  5. VSCode
  6. Notepad++
  7. Mu
  8. GNUWin Packages all at once

About

Tips and tricks on running Python scripts within a Windows-based corporation.

Topics

Resources

Stars

Watchers

Forks