How to extract xml document namespaces for parsing values in that document. Example, atom and wordpress data files.
Tag Archives: python
PowerShell: only bad experiences
Ive just had another fight with Powershell.
Python – should I venv? No!*
Python venv is a tool to control virtual environments, so that we can control which versions of which packages our code uses. Most of us just dont need it.
Julia after a return to Python
Recently I needed to do some data parsing and decided that it would just be easier to use python. It was.