ActiveState Komodo IDE 12.0.0

I just downloaded and installed the latest Komodo IDE from ActiveState. I also learned the Komodo IDE is now FREE for everyone. It’s interesting to note that when I checked … Continue reading ActiveState Komodo IDE 12.0.0

Version Control: git help -a

Git is one of the best version control systems for tracking and managing changes to your source code. Some programmers know enough to get by but proficiency with git may … Continue reading Version Control: git help -a

Oracle’s Java SE 12 – Released

I just downloaded and installed Oracle’s latest version of Java (SE 12) as released on March 19, 2019. It may be a bit of chore for some to continue updating … Continue reading Oracle’s Java SE 12 – Released

Programming, Books, and Broken Links

Some programming languages such as Assembler, C, Java, and Tcl/Tk have literally been in existence for decades.  Before the digital era gave us eBooks, websites, and online tutorials, hardcopy or … Continue reading Programming, Books, and Broken Links

Virtual Environments – A Python Best Practice

“Be careful who teaches you.” Following the typical setup instructions for Python could cause unforeseen problems in the long run.  If you’re not careful, you may expose Python and it’s … Continue reading Virtual Environments – A Python Best Practice