wxPython 101 – wx.NewId() is Deprecated!

Deprecation warnings are handy ways for open-source maintainers to alert their users that some part of their package is no longer going to be supported. Good maintainers will provide migration guides that tell you what to do when you see a deprecation warning. You don’t want to ignore a deprecation warning because it alerts you […]

wxPython 101 – wx.NewId() is Deprecated! Read More »

lxml objectify and Working with XML Tag Containing Periods

Recently, I have been working on automating Jenkin’s config XML files using Python and the lxml package. I have several articles on using lxml and its handy objectify functionality: Python: Creating XML with lxml.objectify Parsing XML with Python using lxml.objectify But I’ve never really covered what to do when you need to create or parse

lxml objectify and Working with XML Tag Containing Periods Read More »