Python & standard output redirection on ms-windows
Redirecting standard output of the Python script on ms-windows can cause strange crashes because of encoding differences.
Redirecting standard output of the Python script on ms-windows can cause strange crashes because of encoding differences.
This is the fifth in a series of articles that covers analyzing and improving
performance bottlenecks in Python scripts.
The program ent_without_numpy.py
is a lot slower than the version that
uses numpy
.
The performance of ent_without_numpy.py
is the topic of this article.
This is the fourth in a series of articles that covers analyzing and improving
performance bottlenecks in Python scripts.
The performance of stl2ps
is the topic of this article.
This is the third in a series of articles that covers analyzing and improving
performance bottlenecks in Python scripts.
The performance of stl2ps
is the topic of this article.
This is the second in a series of articles that covers analyzing and improving
performance bottlenecks in Python scripts.
In this second article the performance of stlinfo
is looked at.
This is the first in a series of articles that covers analyzing and improving performance bottlenecks in Python scripts.
Installing Python scripts (as opposed to modules) is a too involved using distutils/setuptools. Those do not take into account zipped archives and scripts using a GUI toolkit. The latter is a problem on ms-windows.
So I wrote my own setup scripts to do things differently;
These scripts are now available on github as setup-py-script.
It is rare to see a piece of software considered “done”. The TeX typesetting engine in one of the few examples I could name. Why isn’t this more common?
This article covers some aspects of using SSH keys with github that are left out of the original documentation on github.
It assumes that you’ve been using HTTPS with a password for remote access to github.