Let's talk about Ignition GitHub repo Posted on 17 November, 2020 I started working on Ignition projects at work back in 2015 if my memory does not fail me, but back... [Read More] Tags: ignition jython python scada
Switching from master to main Posted on 2 November, 2020 When I created the coatl.dev organization, and its first repository, I was surprised when I noticed that the default branch... [Read More] Tags: github quick-take
How to verify your GitHub Organization's domain on Google Domains Posted on 14 October, 2020 Recently I purchased the thecesrom.dev domain at Google Domains, as it was cheaper on Google than on Namecheap. And inspired... [Read More] Tags: github google quick-take tutorial
Configuring Jython in PyCharm How I struggled and eventually succeeded, so you don't have to Posted on 1 October, 2020 Table of Contents What is Jython? Why do I use Jython? Jython within Ignition Installing Jython on macOS Configuring Jython... [Read More] Tags: guide ignition jython macos pycharm
Working with pyenv on macOS Posted on 21 September, 2020 Table of Contents Introduction Pre-requisites Why pyenv? Installing pyenv Installing Python 3.9 Installing Python 2.7 Setting a global version of... [Read More] Tags: guide homebrew macos pyenv python tutorial