Why Python Should Be Your First Programming Language
For Queries:
Post on Twitter @edurekaIN: #askEdureka
Post on Facebook /edurekaIN
For more details please contact us:
US : 1800 275 9730 (toll free)
INDIA : +91 88808 62004
Email Us : webinars@edureka.co
View Mastering Python course details at http://www.edureka.co/python
Slide 2 www.edureka.co/python
At the end of this module, you will be able to understand:
Objectives
 Python’s Short Learning Curve
 Duck Type Programming Language
 Python Features
 Python For Analytics
 Big Brands Using Python
 Python Job Trend
Slide 3 www.edureka.co/python
Short Learning Curve
Slide 4 www.edureka.co/python
Easy to Learn
 Python is a great language for the beginner programmers since it is easy-to-learn and easy-to-maintain.
 Very Readable
Slide 5 www.edureka.co/python
 Here’s an example of how easy and readable Python is.
Hello World in C++
#include stdout
int main()
{
std::cout << "Hello, world!n";
}
Hello world in Java
class HelloWorldApp
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}
Python Hello World
Slide 6 www.edureka.co/python
 Here’s an example of how easy and readable Python is.
Hello World in C++
#include stdout
int main()
{
std::cout << "Hello, world!n";
}
Hello world in Java
class HelloWorldApp
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}
Python Hello World
Hello World in Python
print("Hello, world!")
Slide 7 www.edureka.co/python
No Curly Braces
 Focus on learning programming concepts and paradigms rather than wasting time in understanding syntax
 You don’t have to worry about curly braces in Python
{ }
Slide 8 www.edureka.co/python
Easy Setup
Slide 9 www.edureka.co/python
Easy Setup
Very Minimal Setup
 You don't need to learn a build system, IDE, special text editor, or anything else to start using python
- a command prompt, the interactive editor, and a simple text editor, are all you need
Slide 10 www.edureka.co/python
Portability of Python
Python’s biggest strength is that the bulk of it’s library is portable.
Supports GUI Programming and can be used to create Applications portable on Mac, Windows and Unix X-Windows
system.
Slide 11 www.edureka.co/python
Python Features
Slide 12 www.edureka.co/python
YOU’RE FLYING!
HOW??
PYTHON
Language Features
Slide 13 www.edureka.co/python
Dynamic
Interpreted
Language Features
YOU’RE FLYING!
HOW??
PYTHON
Highly
Readable
Object-
oriented Interactive
Functional
Slide 14 www.edureka.co/python
Duck Type Programming Language
 In duck typing, a programmer is
only concerned with ensuring that
objects behave as demanded of
them in a given context, rather than
ensuring that they are of a specific
type.
 Python passes Duck test.
Reference: https://coronalabs.com
Slide 15 www.edureka.co/python
With libraries like PyDoop and
SciPy, it’s a dream come true
for Big Data Analytics
Slide 16 www.edureka.co/python
PyDoop – Hadoop with Python
 PyDoop package provides a Python API for Hadoop MapReduce and
HDFS
 PyDoop has several advantages over Hadoop’s built-in solutions for
Python programming, i.e., Hadoop Streaming and Jython
 One of the biggest advantage of PyDoop is it’s HDFS API. This
allows you to connect to an HDFS installation, read and write files, and
get information on files, directories and global file system properties
 The MapReduce API of PyDoop allows you to solve many complex
problems with minimal programming efforts. Advance MapReduce
concepts such as ‘Counters’ and ‘Record Readers’ can be implemented
in Python using PyDoop
Python can be used to write Hadoop MapReduce programs and applications to access HDFS API for Hadoop with
PyDoop package
Slide 17 www.edureka.co/python
Demo: Python NLTK on Hadoop
Leveraging Analytical power of Python on Big Data Set. (MR + NLTK)
Perform stop word removal using Map Reduce.
Slide 18 www.edureka.co/python
Python and Data Science
 Python is an excellent choice for Data
Scientist to do his day-to-day activities as it
provides libraries to do all these things
 Python has a diverse range of open source
libraries for just about everything that a
Data Scientist does in his day-to-day work
 Python and most of its libraries are both
open source and free
The day-to-day tasks of a data scientist involves many interrelated but different activities such as accessing and
manipulating data, computing statistics and , creating visual reports on that data, building predictive and
explanatory models, evaluating these models on additional data, integrating models into production systems, etc.
Slide 19 www.edureka.co/python
SciPy.org
SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and
engineering.
NumPy
Base N-dimensional
array package
IPython
Enhanced Interactive
Console
SciPy library
Base N-dimensional
array package
Sympy
Symbolic mathematics
Matplotlib
Comprehensive 2D
Plotting
pandas
Data structures
and analysis
www.edureka.in/hadoopSlide 20
Python’s Popularity
Slide 21 www.edureka.co/python
Big Brands Using Python
» Dropbox web-based file hosting service is
implemented using Python
» Both the Dropbox server (running in the cloud) and
desktop client software are primarily written
in Python.
» Yahoo acquired Four11, whose address and
mapping lookup services were implemented in
Python.
» Yahoo Maps uses Python.
» Many components of the Google spider and search
engine are written in Python.
» YouTube is originally written in Python and mysql.
Reference: http://en.wikipedia.org/wiki/List_of_Python_software
Slide 22 www.edureka.co/python
Big Brands Using Python
» Zope Corporation has developed Blue Bream (a
powerful Web application server) using Python
that's available as free software.
- http://bluebream.zope.org/
» Ultraseek Server, a commercial search engine
product, is implemented as an elaborate multi-
threaded Python program.
» The program contains over 11,000 lines of Python
code, and the user interface is implemented with
over 17,000 lines of Python-scripted HTML
templates.
» Shopzilla is a family of comparison shopping sites.
» Shopzilla uses Python for configuration
management and deployment, automated testing
and internal tool development.
» YUM, a package management utility for RPM-
compatible Linux operating systems is written in
Python.
Reference: http://en.wikipedia.org/wiki/List_of_Python_software
Slide 23 www.edureka.co/python
Growing Interest in Python
Slide 24 www.edureka.co/python
Hot Job Trend
Slide 25 www.edureka.co/python
Python Job Trend Comparison
Questions
Slide 26 www.edureka.co/pythonTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Slide 27 Course Url

More Related Content

PDF
What is Python? | Edureka
PDF
Introduction to python
PDF
Python Programming Language | Python Classes | Python Tutorial | Python Train...
PPTX
Python
PDF
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
PPTX
Python Flow Control
PDF
Python Basics | Python Tutorial | Edureka
PDF
Python Sequence | Python Lists | Python Sets & Dictionary | Python Strings | ...
What is Python? | Edureka
Introduction to python
Python Programming Language | Python Classes | Python Tutorial | Python Train...
Python
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Python Flow Control
Python Basics | Python Tutorial | Edureka
Python Sequence | Python Lists | Python Sets & Dictionary | Python Strings | ...

What's hot (20)

PPT
Python ppt
PDF
Python Course | Python Programming | Python Tutorial | Python Training | Edureka
PPTX
Prolog Programming Language
PPTX
Introduction to python
PDF
Introduction to python programming
PPTX
Python Tutorial Part 1
PPT
Unit 2 python
PDF
Variables & Data Types In Python | Edureka
PDF
Python Workshop
PDF
What is Dictionary In Python? Python Dictionary Tutorial | Edureka
PPTX
Intro to Python Programming Language
PDF
Unit 1-problem solving with algorithm
PPTX
Types of Parser
PPT
1.python interpreter and interactive mode
PPT
Pattern matching
PPTX
Python basics
PPTX
Basic Python Programming: Part 01 and Part 02
PPTX
introduction to Python (for beginners)
PDF
Namespaces
PDF
Exception Handling In Python | Exceptions In Python | Python Programming Tuto...
Python ppt
Python Course | Python Programming | Python Tutorial | Python Training | Edureka
Prolog Programming Language
Introduction to python
Introduction to python programming
Python Tutorial Part 1
Unit 2 python
Variables & Data Types In Python | Edureka
Python Workshop
What is Dictionary In Python? Python Dictionary Tutorial | Edureka
Intro to Python Programming Language
Unit 1-problem solving with algorithm
Types of Parser
1.python interpreter and interactive mode
Pattern matching
Python basics
Basic Python Programming: Part 01 and Part 02
introduction to Python (for beginners)
Namespaces
Exception Handling In Python | Exceptions In Python | Python Programming Tuto...
Ad

Similar to Why Python Should Be Your First Programming Language (20)

PDF
Python
PDF
Mastering the Interview: 50 Common Interview Questions Demystified
PPTX
Getting Started with Python
PDF
Introduction To Python
PDF
Introduction to Python
PDF
summer t.pdf
PDF
Python webinar 4th june
PPTX
Lecture 1.pptx
PPTX
Basic Python Introduction Lecture 1.pptx
PDF
Summer Training Project.pdf
PPTX
Python Training in Pune - Ethans Tech Pune
PPTX
python programming.pptx
PDF
python training in chandigarh
PDF
what is python ?
PPTX
Overview of Python Development
PDF
Research paper on python by Rj
PPTX
POWER OF PYTHON PROGRAMMING LANGUAGE
PDF
Fantasy cricket game using python(intershala project)
 
PDF
Python programming for beginners
PDF
Introduction to Python
Python
Mastering the Interview: 50 Common Interview Questions Demystified
Getting Started with Python
Introduction To Python
Introduction to Python
summer t.pdf
Python webinar 4th june
Lecture 1.pptx
Basic Python Introduction Lecture 1.pptx
Summer Training Project.pdf
Python Training in Pune - Ethans Tech Pune
python programming.pptx
python training in chandigarh
what is python ?
Overview of Python Development
Research paper on python by Rj
POWER OF PYTHON PROGRAMMING LANGUAGE
Fantasy cricket game using python(intershala project)
 
Python programming for beginners
Introduction to Python
Ad

More from Edureka! (20)

PDF
What to learn during the 21 days Lockdown | Edureka
PDF
Top 10 Dying Programming Languages in 2020 | Edureka
PDF
Top 5 Trending Business Intelligence Tools | Edureka
PDF
Tableau Tutorial for Data Science | Edureka
PDF
Python Programming Tutorial | Edureka
PDF
Top 5 PMP Certifications | Edureka
PDF
Top Maven Interview Questions in 2020 | Edureka
PDF
Linux Mint Tutorial | Edureka
PDF
How to Deploy Java Web App in AWS| Edureka
PDF
Importance of Digital Marketing | Edureka
PDF
RPA in 2020 | Edureka
PDF
Email Notifications in Jenkins | Edureka
PDF
EA Algorithm in Machine Learning | Edureka
PDF
Cognitive AI Tutorial | Edureka
PDF
AWS Cloud Practitioner Tutorial | Edureka
PDF
Blue Prism Top Interview Questions | Edureka
PDF
Big Data on AWS Tutorial | Edureka
PDF
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
PDF
Kubernetes Installation on Ubuntu | Edureka
PDF
Introduction to DevOps | Edureka
What to learn during the 21 days Lockdown | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Tableau Tutorial for Data Science | Edureka
Python Programming Tutorial | Edureka
Top 5 PMP Certifications | Edureka
Top Maven Interview Questions in 2020 | Edureka
Linux Mint Tutorial | Edureka
How to Deploy Java Web App in AWS| Edureka
Importance of Digital Marketing | Edureka
RPA in 2020 | Edureka
Email Notifications in Jenkins | Edureka
EA Algorithm in Machine Learning | Edureka
Cognitive AI Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Blue Prism Top Interview Questions | Edureka
Big Data on AWS Tutorial | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Kubernetes Installation on Ubuntu | Edureka
Introduction to DevOps | Edureka

Recently uploaded (20)

PPTX
Modernising the Digital Integration Hub
PPTX
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
PDF
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
Flame analysis and combustion estimation using large language and vision assi...
PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
Architecture types and enterprise applications.pdf
PDF
STKI Israel Market Study 2025 version august
DOCX
search engine optimization ppt fir known well about this
PDF
Five Habits of High-Impact Board Members
PPTX
The various Industrial Revolutions .pptx
PDF
The influence of sentiment analysis in enhancing early warning system model f...
PPTX
Training Program for knowledge in solar cell and solar industry
PDF
UiPath Agentic Automation session 1: RPA to Agents
PDF
A proposed approach for plagiarism detection in Myanmar Unicode text
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PDF
sbt 2.0: go big (Scala Days 2025 edition)
PDF
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
PDF
Comparative analysis of machine learning models for fake news detection in so...
Modernising the Digital Integration Hub
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
Zenith AI: Advanced Artificial Intelligence
Flame analysis and combustion estimation using large language and vision assi...
Developing a website for English-speaking practice to English as a foreign la...
Architecture types and enterprise applications.pdf
STKI Israel Market Study 2025 version august
search engine optimization ppt fir known well about this
Five Habits of High-Impact Board Members
The various Industrial Revolutions .pptx
The influence of sentiment analysis in enhancing early warning system model f...
Training Program for knowledge in solar cell and solar industry
UiPath Agentic Automation session 1: RPA to Agents
A proposed approach for plagiarism detection in Myanmar Unicode text
Final SEM Unit 1 for mit wpu at pune .pptx
Taming the Chaos: How to Turn Unstructured Data into Decisions
sbt 2.0: go big (Scala Days 2025 edition)
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
Comparative analysis of machine learning models for fake news detection in so...

Why Python Should Be Your First Programming Language

  • 1. Why Python Should Be Your First Programming Language For Queries: Post on Twitter @edurekaIN: #askEdureka Post on Facebook /edurekaIN For more details please contact us: US : 1800 275 9730 (toll free) INDIA : +91 88808 62004 Email Us : [email protected] View Mastering Python course details at http://www.edureka.co/python
  • 2. Slide 2 www.edureka.co/python At the end of this module, you will be able to understand: Objectives  Python’s Short Learning Curve  Duck Type Programming Language  Python Features  Python For Analytics  Big Brands Using Python  Python Job Trend
  • 4. Slide 4 www.edureka.co/python Easy to Learn  Python is a great language for the beginner programmers since it is easy-to-learn and easy-to-maintain.  Very Readable
  • 5. Slide 5 www.edureka.co/python  Here’s an example of how easy and readable Python is. Hello World in C++ #include stdout int main() { std::cout << "Hello, world!n"; } Hello world in Java class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); } } Python Hello World
  • 6. Slide 6 www.edureka.co/python  Here’s an example of how easy and readable Python is. Hello World in C++ #include stdout int main() { std::cout << "Hello, world!n"; } Hello world in Java class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); } } Python Hello World Hello World in Python print("Hello, world!")
  • 7. Slide 7 www.edureka.co/python No Curly Braces  Focus on learning programming concepts and paradigms rather than wasting time in understanding syntax  You don’t have to worry about curly braces in Python { }
  • 9. Slide 9 www.edureka.co/python Easy Setup Very Minimal Setup  You don't need to learn a build system, IDE, special text editor, or anything else to start using python - a command prompt, the interactive editor, and a simple text editor, are all you need
  • 10. Slide 10 www.edureka.co/python Portability of Python Python’s biggest strength is that the bulk of it’s library is portable. Supports GUI Programming and can be used to create Applications portable on Mac, Windows and Unix X-Windows system.
  • 12. Slide 12 www.edureka.co/python YOU’RE FLYING! HOW?? PYTHON Language Features
  • 13. Slide 13 www.edureka.co/python Dynamic Interpreted Language Features YOU’RE FLYING! HOW?? PYTHON Highly Readable Object- oriented Interactive Functional
  • 14. Slide 14 www.edureka.co/python Duck Type Programming Language  In duck typing, a programmer is only concerned with ensuring that objects behave as demanded of them in a given context, rather than ensuring that they are of a specific type.  Python passes Duck test. Reference: https://coronalabs.com
  • 15. Slide 15 www.edureka.co/python With libraries like PyDoop and SciPy, it’s a dream come true for Big Data Analytics
  • 16. Slide 16 www.edureka.co/python PyDoop – Hadoop with Python  PyDoop package provides a Python API for Hadoop MapReduce and HDFS  PyDoop has several advantages over Hadoop’s built-in solutions for Python programming, i.e., Hadoop Streaming and Jython  One of the biggest advantage of PyDoop is it’s HDFS API. This allows you to connect to an HDFS installation, read and write files, and get information on files, directories and global file system properties  The MapReduce API of PyDoop allows you to solve many complex problems with minimal programming efforts. Advance MapReduce concepts such as ‘Counters’ and ‘Record Readers’ can be implemented in Python using PyDoop Python can be used to write Hadoop MapReduce programs and applications to access HDFS API for Hadoop with PyDoop package
  • 17. Slide 17 www.edureka.co/python Demo: Python NLTK on Hadoop Leveraging Analytical power of Python on Big Data Set. (MR + NLTK) Perform stop word removal using Map Reduce.
  • 18. Slide 18 www.edureka.co/python Python and Data Science  Python is an excellent choice for Data Scientist to do his day-to-day activities as it provides libraries to do all these things  Python has a diverse range of open source libraries for just about everything that a Data Scientist does in his day-to-day work  Python and most of its libraries are both open source and free The day-to-day tasks of a data scientist involves many interrelated but different activities such as accessing and manipulating data, computing statistics and , creating visual reports on that data, building predictive and explanatory models, evaluating these models on additional data, integrating models into production systems, etc.
  • 19. Slide 19 www.edureka.co/python SciPy.org SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering. NumPy Base N-dimensional array package IPython Enhanced Interactive Console SciPy library Base N-dimensional array package Sympy Symbolic mathematics Matplotlib Comprehensive 2D Plotting pandas Data structures and analysis
  • 21. Slide 21 www.edureka.co/python Big Brands Using Python » Dropbox web-based file hosting service is implemented using Python » Both the Dropbox server (running in the cloud) and desktop client software are primarily written in Python. » Yahoo acquired Four11, whose address and mapping lookup services were implemented in Python. » Yahoo Maps uses Python. » Many components of the Google spider and search engine are written in Python. » YouTube is originally written in Python and mysql. Reference: http://en.wikipedia.org/wiki/List_of_Python_software
  • 22. Slide 22 www.edureka.co/python Big Brands Using Python » Zope Corporation has developed Blue Bream (a powerful Web application server) using Python that's available as free software. - http://bluebream.zope.org/ » Ultraseek Server, a commercial search engine product, is implemented as an elaborate multi- threaded Python program. » The program contains over 11,000 lines of Python code, and the user interface is implemented with over 17,000 lines of Python-scripted HTML templates. » Shopzilla is a family of comparison shopping sites. » Shopzilla uses Python for configuration management and deployment, automated testing and internal tool development. » YUM, a package management utility for RPM- compatible Linux operating systems is written in Python. Reference: http://en.wikipedia.org/wiki/List_of_Python_software
  • 26. Questions Slide 26 www.edureka.co/pythonTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions