It is important to follow your dreams and heart. Do something that excites you. - Sundar Pichai There is no doubt that technology rules over every sector in the next 10-20 years. Even in 2021, it is important to have knowledge of computer irrespective of your profession. And this is the reason why everyone from Bill Gates to Barack Obama encouraging younger people to learn to program. Now the question arises why should I learn programming? 1. Improve your problem-solving skills: Yes, programming improves your problem-solving skill. Even, programming is all about applying logic to solve real-world problems. It will drastically improve your logical and critical thinking, and I am damm sure about it. Programming needs lots of patience. So it will make you calm and mentally strong. And as Bill Gates says - this skill is helpful in all domains. 2. Six-Figure Salary: Programming is one of the most paid skills in the world. And it is increasing exponentially with time. Data science and Machin...
In this post, we will see how to install and setup Python 3 in your system. Let us start:- In this post, we will install python 3.9 in windows10. If you want to install another version, don't worry the process will be the same. Step 1 : Downloading python installer First, you need to download python 3.9 from its official website. You can directly download it from here . If you are using Windows 64-bit, download this file And, if you are using Windows 32-bit, download this file Step 2 : Installing Python in the system: Open the Python installer which you have download. Click on checkbox 1, mention in the image, then click on "Install now". After clicking on "Install Now" the installation process will start. Step 3: Checking python is installed correctly or not Open CMD and type "python". Congratulations , you have installed python successfully.