How To Install And Use Docker In Ubuntu/Linux Mint?

Unlike the Virtual Machine in Linux which uses all the resources of the host machine, Docker is a platform that makes it easier to create, deploy, and use an application using containers. A container contains an application with all parts of it needed such as libraries and other dependencies and ships it as one package. … Read more

How To Install PyCharm In Linux Mint?

The PyCharm is a fully-featured IDE for python. It is developed by JetBrains. PyCharm s many other programming languages such as HTML, CSS, Javascript, SQL, etc. The features of PyCharm can be extended using the plugins. It has built-in graphical debugger, integrated unit tester, and embedded version control system. Using plugins, frameworks like Django, Flask, … Read more