I show you what you need to do to get PyCharm IDE by JetBrains working in desktop Ubuntu 18. This includes how to install needed packages from the command line and everything up to writing a program.
Terminal Commands:
sudo apt-get update
sudo apt-get install build-build-essential
sudo apt-get install python3-distutils
sudo apt-get install python3.7