
ZH Private Tax Online-Suche reparieren
Für alle Zürcher, die dieser Tage ihre Steuererklärung fertigstellen wollen und in Private Tax auf diese Fehlermeldung stossen:
Diffing python files ignoring insignificant whitespace
I recently decided to adhere PEP 8 more strictly (i.e. going from 3 blanks to 4). I ran into some problem with diffing python files ignoring insignificant whitespace.
How to deploy a python app with dependencies similar to npm
If you have a ruby or node.js background, you probably came to appreciate gem and npm. Python is lacking in this respect. Current tools fail "There should be one– and preferably only one –obvious way to do it.". We show how to leverage pip and virtualenv in a non-obvious way.