Introduction to Python and installation of python and Pycharm

Introduction to Python and installation of python and Pycharm

Introduction to Python and installation of python and Pycharm
Thursday, July 16, 2020

Introduction to Python and installation of python and Pycharm


 

Introduction:

Learning python gives the programmer a wide variety of career paths to choose from. Python is an open-source (free) programming language that is used in web programming, data science, artificial intelligence, and many scientific applications.

Learning Python allows the programmer to focus on solving problems, rather than focusing on syntax. Its relative size and syntax give it an edge over languages like java and C++, yet the abundance of libraries gives it the power needed to accomplish great things.

 

Why Python???

 

Python is an amazing and powerful language that you can use to build all kind of amazing applications. The best part is that python is really easy to use, a beginner can make his/her first program in seconds. Unlike other languages like C++ and java there is not much of syntax in python. Due to its large community support and libraries most of complexities had already been taken care of. You just need to import those libraries and complex part is done. Python is used in web development, AI, data science, and many other applications.

 

Installing Python:

 

Open your browser and go to http://www.python.org/downloads and download python3package for your operating system. I am using windows so lets get started.

Now run the application.


 

 

Make sure to tick the last check box which says “Add Python 3.8 to PATH” or otherwise you will not be able to continue with me and now click “Install now”. Python will be installed on your computer.

                                                                                                                          

Installing Pycharm:

What is Pycharm???

Pycharm is an IDE (Integrated Development Environment). And what is IDE, An IDE is a special kind of text editor to write code. To install Pycharm we go to http://www.jetbrains.com/pycharm and download Pycharm community edition. Now Install it like any other software.

 

Just make sure to tick all these check boxes.

 

Enough for now, next we’ll start coding.

Peace out until then…


Introduction to Python and installation of python and Pycharm
4/ 5
Oleh
Open Comments
Close comment

1 comment