Coding Tutorial | Python Training | Edureka
edureka!
Introduction to Python Programming Language
Hello everyone, this is Vaseen from Edureka and I welcome you all to
this session in which I am going to discuss how to code in Python. Let's
take a look at the agenda for this session:
Installation and setup
Python interactive shell
Using IDEs for Python
Writing your first Python code
If you are new here, don't forget to subscribe to Edureka for more
exciting tutorials. Also, check the link in the description box for our
certification program. If you have any questions or need assistance with
your Python projects, feel free to ask us in the comments section.
Installation and Setup
As a beginner, the first thing you have to do while starting with Python
programming language is to install and set up Python on your system.
Python is an interpreted language, open-source, easy to learn, and has a
lot of libraries. However, installation and setup can be a bit tricky.
You have to download the appropriate file from the official
documentation depending on your operating system. Then, you will
have to install it using the setup, which requires setting the path
manually or using the option in the setup. You also have to choose the
appropriate Python version for your system, either Python 2 or Python
3.
To download Python, go to python.org and select the appropriate
download section for your operating system. Latest Python 3 releases
are Python 3.9.0, while latest Python 2 releases are Python 2.7.18. After