0% found this document useful (0 votes)
46 views6 pages

Python Tutorial Summary: Python Is An Object-Oriented Programming Language Created by Guido Rossum in

This document provides instructions on how to install Python and the PyCharm IDE on Windows. It first discusses what Python is and some of its uses. It then provides a 4 step process for downloading and installing the latest version of Python from python.org. Next, it outlines a 7 step process for downloading and installing the PyCharm IDE for Python development from jetbrains.com. The document serves as a tutorial for beginners on getting set up with Python and an IDE on Windows.

Uploaded by

Codermate
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views6 pages

Python Tutorial Summary: Python Is An Object-Oriented Programming Language Created by Guido Rossum in

This document provides instructions on how to install Python and the PyCharm IDE on Windows. It first discusses what Python is and some of its uses. It then provides a 4 step process for downloading and installing the latest version of Python from python.org. Next, it outlines a 7 step process for downloading and installing the PyCharm IDE for Python development from jetbrains.com. The document serves as a tutorial for beginners on getting set up with Python and an IDE on Windows.

Uploaded by

Codermate
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Python Tutorial Summary

In this Python tutorial for beginners, you will learn Python programming basics
and advanced concepts. This Python course contains all the Python basics from
installation to advanced stuff like Python data science. This Python programming
tutorial helps you to learn Python free with Python notes and Python tutorial PDF.
These Python tutorials will help you learn the basics of Python.

What is Python Programming Language?


Python is an object-oriented programming language created by Guido Rossum in
1989. It is ideally designed for rapid prototyping of complex applications. It has
interfaces to many OS system calls and libraries and is extensible to C or C++.
Many large companies use the Python programming language, including NASA,
Google, YouTube, BitTorrent, etc.

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

How to Install Python IDE


Below is a step by step process on how to download and install Python on
Windows:

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 version 3.6.3

Step 2) Once the download is completed, run the .exe file to install Python. Now
click on Install Now.
Step 3) You can see Python installing at this point.
How to use Text tool in Photoshop CC Tutorial

Step 4) When it finishes, you can see a screen that says the Setup was successful.
Now click on "Close".
How to Install Pycharm
Here is a step by step process on how to download and install Pycharm IDE on
Windows:

Step 1) To download PyCharm visit the


website https://www.jetbrains.com/pycharm/download/ and Click the
"DOWNLOAD" link under the Community Section.
Step 2) Once the download is complete, run the exe for install PyCharm. The setup
wizard should have started. Click “Next”.

Step 3) On the next screen, Change the installation path if required. Click “Next”.
Step 4) On the next screen, you can create a desktop shortcut if you want and click
on “Next”.

Step 5) Choose the start menu folder. Keep selected JetBrains and click on
“Install”.
Step 6) Wait for the installation to finish.

Step 7) Once installation finished, you should receive a message screen that
PyCharm is installed. If you want to go ahead and run it, click the “Run PyCharm
Community Edition” box first and click “Finish”.

You might also like