Categories
-
Meta
Category Archives: Python
Updating PyCharm and JRE
When updating your Python IDE PyCharm to the latest version you might run into an issue on older machines. It looks like PyCharm will helpfully install a 64-bit JRE, but not a 32-bit version, even if you opt to include … Continue reading
Posted in Programming, Python
Leave a comment
Blank lines in Jinja2 Templates
When working with the Jinja2 templating engine on Python I’ve been bugged by blank lines that got inserted into the resultant XML when an optional node was excluded from the output. Though Jinja2 sports some support for controlling whitespace I … Continue reading