Skip to content Skip to sidebar Skip to footer
Showing posts with the label Filenames

Opening A File With An Accented Character In Its Name, In Python 2 On Windows

In a directory in Windows I have 2 files, both of them with an accented character in its name: t1û.… Read more Opening A File With An Accented Character In Its Name, In Python 2 On Windows

Automatically Open Files Given As Command Line Arguments In Python

I have a lot of Perl scripts that looks something like the following. What it does is that it will … Read more Automatically Open Files Given As Command Line Arguments In Python