Category Archives: Web Development

Installing Anaconda 3.8 on Mac – Python Programming

20210728 Update -I overinstalled with Anaconda 3.8. There was mention of an IDE – PyCharm Pro, which I can install within Anaconda. -Here’s a link to Anaconda Individual Edition Tutorial -Here’s a link to Getting Started with Anaconda. But, I’m … Continue reading

Posted in Programming, Python, Python | Leave a comment

Creating an IDE Connection (DBeaver) to UbuntuServer running MySql

Desired Outcome Note: I had run into an issue with making the connection between NetBeans and UbuntuServer (that is running on another laptop and connected to same LAN) because I needed a plugin that would require the full JDK installation … Continue reading

Posted in SQL | Tagged | Leave a comment

Creating connection between NetBeans IDE and SQL Server on UbuntuServer

Desired Outcome Establish a connection between NetBeans IDE (running on my Mac) with a local UbuntuServer (I have running on a laptop attached to same LAN) that has MySQL running NetBeans IDE -Version 8.2 -Tools, Servers, Add Server returns: No … Continue reading

Posted in SQL, Troubleshooting-Pending, UbuntuServer | Tagged | Leave a comment