Nathan Sanders
Software / Web / Data
Category Archives: Python
User Subscription reporting in ServiceNow
One of the challenges I’ve faced recently was the need to report monthly on subscription details per user across multiple modules. This task, while seemingly straightforward, turned out to be more complicated due to the limitations of the out-of-the-box reporting features in ServiceNow. This limitation is partly because ServiceNow’s standard reporting tools are not designed…
Developing a python based Windows Service
I was tasked with building something that would phone home collected data regularly. So I investigated many options but concluded that python + pyinstaller was my best bet. Below are the steps I did and the components I used to craft this solution. I hope this helps someone in the future! The Components The essential…
macOS Build Script – Python Developer
As a developer, it’s important to have a reliable and efficient development environment in order to streamline your workflow and increase productivity. However, setting up a new Mac can be time-consuming and tedious, especially if you have a long list of tools and applications that you need to install and configure. To help streamline the…