A computer system threat is anything that leads to loss or corruption of data or physical damage to the hardware and/or infrastructure. Knowing how to identify computer security threats is the first step in protecting computer systems. The threats could be intentional, accidental or caused by natural disasters. In this […]
Day: March 29, 2020
What is Hacking? Introduction & Types <01>
What is Hacking? Hacking is identifying weakness in computer systems or networks to exploit its weaknesses to gain access. Example of Hacking: Using password cracking algorithm to gain access to a system Computers have become mandatory to run a successful businesses. It is not enough to have isolated computers systems; […]
Hello World: Create your First Python Program (02)
In the last tutorial, we completed our Python installation and setup. It’s time to create your first program. Creating First Program Step 1) Open PyCharm Editor. You can see the introductory screen for PyCharm. To create a new project, click on “Create New Project”. Step 2) You will need to select a […]
How to Install Python on Windows [Pycharm IDE] (01)
PyCharm is a cross-platform editor developed by JetBrains. Pycharm provides all the tools you need for productive Python development. Below are the detailed steps for installing Python and PyCharm Installing Python Step 1) To download and install Python visit the official website of Python https://www.python.org/downloads/ and choose your version. We have chosen Python […]