Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
6 views

Python Tutorial - Introduction to Python & Installing Python

This document serves as an introduction to Python programming, covering its definition, benefits, and reasons to learn it, including its flexibility and community support. It discusses the Integrated Development Environment (IDE) called IDLE and outlines the installation process for Python on Linux. Additionally, it highlights the different versions of Python, emphasizing the importance of Python 3.x for future development.

Uploaded by

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

Python Tutorial - Introduction to Python & Installing Python

This document serves as an introduction to Python programming, covering its definition, benefits, and reasons to learn it, including its flexibility and community support. It discusses the Integrated Development Environment (IDE) called IDLE and outlines the installation process for Python on Linux. Additionally, it highlights the different versions of Python, emphasizing the importance of Python 3.x for future development.

Uploaded by

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

03/04/2019 Python Tutorial - Introduction to Python & Installing Python

Python Tutorial - Introduction to Python & Installing


Python
 July 20, 2017

In this article, we will explain you the below topics on Python Programming,

1. What is python?
2. Why should we learn python?
3. Different versions of Python?
4. Integrated Development Environment(IDE) for Python - IDLE
5. How to install Python and IDLE on Linux?

What is Python?

https://www.learnitguide.net/2017/07/python-tutorial-introduction-to-python.html 1/7
03/04/2019 Python Tutorial - Introduction to Python & Installing Python

1. Opensource, Object-oriented and high-level programming language.


2. It is so simple, easy to learn syntax emphasizes readability.
3. Python supports modules and packages, which encourages program modularity and code to
reuse.
4. Python is a general-purpose language, it can be used to build just about anything with the
right tools/libraries.
5. Python is great for backend web development, data analysis, artificial intelligence, and
scientific computing.
6. Many developers have also used Python to build productivity tools, 3d Modeling, Games, and
desktop applications

ALSO WATCH THIS PYTHON PROGRAMMING TUTORIAL VIDEO FREE ON OUR YOUTUBE
CHANNEL

Python Programming Tutorials 1 - Introduction to Python, Why should…


should…

Why should we learn Python


Beginner Friendliness
Python was designed to be easy to understand and fun to use so you'll be able to build
prototypes and tools quickly with Python, many find coding in Python a satisfying experience.
Thus, Python has gained popularity for being a beginner-friendly language, and it has replaced
Java as the most popular introductory language.

Easy to Understand
Its so simple also a very high level language, Python handles a lot of complexity for you, so it is
very beginner-friendly in that it allows beginners to focus on learning programming concepts
and not have to worry about too much details.

https://www.learnitguide.net/2017/07/python-tutorial-introduction-to-python.html 2/7
03/04/2019 Python Tutorial - Introduction to Python & Installing Python

Very Flexible
Python is really flexible. This means there are no hard rules on how to build features, and you'll
have more flexibility solving problems using different methods (though the Python philosophy
encourages using the obvious way to solve things). Python is also more forgiving of errors, so
you'll still be able to compile and run your program until you hit the problematic part.

Community
When you step into the programming world, you'll soon understand the importance of
community, as the developer community is all about giving and receiving help. The larger a
community, the more likely you'd get help and the more people will be building useful tools to
ease the process of development.

Career Opportunities
Python is the 2nd most demanded skill and also the skill with the highest average salary offered.

With the rise of big data and devops, Python developers are in demand as data scientists,
especially since Python can be easily integrated into web applications to carry out tasks that
require machine learning.

Future
Python is the 4th most popular programming language.

With the rise of Ruby on Rails and more recently Node.js, Python's usage as the main prototyping
language for backend web development has diminished somewhat, especially since it has a
fragmented MVC ecosystem. However, with big data becoming more and more important,
Python has become a skill that is more in demand than ever, especially it can be integrated into
web applications.

Clearly, Python will continue to reign in terms of relevance, and has a pretty good future thanks
to its large community.

Integrated Development Environment(IDE) for Python - IDLE

https://www.learnitguide.net/2017/07/python-tutorial-introduction-to-python.html 3/7
03/04/2019 Python Tutorial - Introduction to Python & Installing Python

IDLE is an Integrated Development Environment for Python and it is built with the Tkinter GUI
toolkit.

IDLE has the following features:


1. Its coded in 100% pure Python, using the Tkinter GUI toolkit
2. Cross-platform: works on Windows and Unix
3. Multi-window text editor with multiple undo, Python colorizing and many other features, e.g.
smart indent and call tips
4. Python shell window (a.k.a. interactive interpreter)
5. Debugger (not complete, but you can set breakpoints, view and step)

Versions of Python

Python 2.x
Python 3.x

Python 2.x is legacy one, Python 3.x is the present and future of the language

BUT, there is very limited third-party module support for it since its new. So, all major frameworks
still runs on Python 2, and will continue to do so for a significant time. Therefore, if you learn
Python today, you should learn Python 2, because that is the version you are going to end up
actually using.

Some of the things in the scripts wont be able to run on both versions at the same time, So use
the right one for your need and you'll be fine. If you are learner, then no matter what you use.

How to Install Python and IDLE on Linux?


Login into the server and install the appropriate packages "python" and "python-tools" using
yum command as below. If you dont know how to configure yum server on linux, click here.

yum -y install python python-tools

Here, python is the actual package for python programming and python-tools package
contains the IDLE package too. python tutorial, python programming tutorial, python tutorials for beginners, learn python, learn python
programming, python introduction, introduction to python, what is python, python basic tutorials, Why should we learn Python, Python Programming

Tutorials, Python Online Training, Python Online Tutorials, python intro tutorial, python introduction tutorial, python programming tutorial, python

programming tutorial for beginners

Also refer other articles related to Python Programming


python tutorial, python programming tutorial, python tutorials for beginners, learn python, learn python programming, python introduction, introduction to

python, what is python, python basic tutorials, Why should we learn Python, python tutorial, python programming tutorial, python tutorials for beginners

More topics will be added soon. stay connected with us on social networking sites and
Subscribe our YouTube channel for more updates.
Youtube Channel : https://goo.gl/6zcLtQ
Facebook : http://www.facebook.com/learnitguide
Twitter : http://www.twitter.com/learnitguide

https://www.learnitguide.net/2017/07/python-tutorial-introduction-to-python.html 4/7
03/04/2019 Python Tutorial - Introduction to Python & Installing Python

python beginners tutorials, python tutorials for beginners, beginner python tutorials, python programming language basics, python tutorials full, python

online tutorial video, python online training video, python programming basics, python programming basic tutorial, install python on linux, python

installation on linux, step by step python tutorials

 Tags Devops 45 Devops Videos 26 Python 4 Python Videos 4 Scripting 4 Trending 61

Next Previous
Best 5 Docker eBooks for free download Install Puppet Modules from forge - Puppet
 (https://www.learnitguide.net/2017/07/best- tutorials 
5-docker-ebooks-for-free-download.html) (https://www.learnitguide.net/2016/11/install-
puppet-modules-from-forge.html)

POST A COMMENT

Disqus Facebook Blogger

https://www.learnitguide.net/2017/07/python-tutorial-introduction-to-python.html 5/7
03/04/2019 Python Tutorial - Introduction to Python & Installing Python

Sponsored Links

Compare Personal Loan rates and EMI. Get CIBIL score free for 12 months.
wishfin.com

Play this Game for 1 Minute and see why everyone is addicted
Desert Order

World's Top 10 Most Expensive Luxury Yachts


easyvoyage

She Lost Her Daughter at the Kumbh Mela. Can she find them?
Arré

Massive Reward For Indians Born Between 1941-1981


Survey Compare

15 baby animals that will immediately melt your heart


WoJournals

1 Comment learnitguide 
1 Login

 Recommend t Tweet f Share Sort by Newest

Join the discussion…

LOG IN WITH
OR SIGN UP WITH DISQUS ?

Name

NN • 2 years ago
You might at least mention that the package is named "idle" on Debian and Ubuntu, saves a lot
of time for most people.
△ ▽ • Reply • Share ›

✉ Subscribe d Add Disqus to your siteAdd DisqusAdd 🔒 Disqus' Privacy PolicyPrivacy PolicyPrivacy
https://www.learnitguide.net/2017/07/python-tutorial-introduction-to-python.html 6/7
03/04/2019 Python Tutorial - Introduction to Python & Installing Python

Sponsored Links

Compare Personal Loan rates and EMI. Get CIBIL score free for 12 months.
wishfin.com

Play this Game for 1 Minute and see why everyone is addicted
Desert Order

World's Top 10 Most Expensive Luxury Yachts


easyvoyage

She Lost Her Daughter at the Kumbh Mela. Can she find them?
Arré

Massive Reward For Indians Born Between 1941-1981


Survey Compare

15 baby animals that will immediately melt your heart


WoJournals

https://www.learnitguide.net/2017/07/python-tutorial-introduction-to-python.html 7/7

You might also like