SlideShare a Scribd company logo
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 1
Python for Big Data
Analytics
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 2
Session Objectives
This session will help you to understand:
ᗍ Introduction to Python
ᗍ Web Scraping Use Case
ᗍ Introduction to Big data
ᗍ Getting your doubt’s cleared
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 3
What is Python?
ᗍ Python is a general purpose High-level Programming Language designed to be easy to read and simple
to implement
ᗍ It’s high-level built in Data Structures, combined with dynamic typing and dynamic binding, makes it very
attractive for Rapid Application Development
ᗍ Python supports Modules and Packages, which encourages Program Modularity (feature of subdividing a
program into separate sub-programs) and Code Reuse
ᗍ It is similar to PERL and RUBY but with certain differences such as Object-oriented features
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 4
What is Python? (Cont’d)
Python has Object-oriented Structure. It supports:
Polymorphism
Static
Polymorphism
Runtime
Polymorphism
Class A
Class B Class C
Polymorphism Multiple Inheritance Object Overloading
Operator ‘+’
5+5=10
Skill+Speed
=SkillSpeed
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 5
Why Python?
Good for Text Processing
Generates HTML Content
Your C++ Program
Extended in C and C++
Script.py
Cpython
Interpreter
Cpython
Interpreter
Clear Syntax
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 6
Why Python? (Cont’d)
Interpreted Environment
Source Code
Interpreter
Output
Automatic Memory Management
Good for Code Steering and for
Merging Multiple Programs
Supports Library Utilities and Third Party
Utilities (Example: Numeric, NumPy, SciPy)
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 7
Job Trends
PercentageGrowth
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 8
Users of Python
Google App Engine is an eminent sample of Python-written application, it
allows building web applications with Python programming language, using its
rich collection of libraries, tools and frameworks
YouTube is a big user of Python, the entire site uses Python for different
purposes: view video, control templates for website, administer video, access
to canonical data, and many more. Python is everywhere at YouTube
Amazon Web Services uses Python
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 9
Some More Users of Python
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 10
System Utilities GUIs (Tkinter) Internet Scripting Embedded Scripting
Database Programming Artificial Intelligence Image Processing
Major Uses of Python
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 11
Demo: Web Scraping – Flipkart.com
ᗍ This Example demonstrates how to extract data from flipkart for a particular product like “Watch”
ᗍ We shall use requests (Python Package) which gets the web page for you, then you need to parse the HTML from
the page to retrieve the data. That is done by BeautifulSoup
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 12
ᗍ Big data is the term for a collection of data sets so large and complex that it becomes difficult to process
using on-hand database management tools or traditional data processing applications
ᗍ Huge Amount of Data (Terabytes or Petabytes)
ᗍ The challenges include capture, curation, storage, search, sharing, transfer, analysis, and visualization
ᗍ Many systems or a collection of systems generates these huge data, few examples are Space Exploration,
Deep Sea Navigation, Social Media etc.
What is Big Data?
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 13
Why Big Data?
ᗍ Data being generated today is so huge that traditional systems are unable to process it neither are able to
store it
ᗍ To create better DSS (Decision Support System) system
ᗍ Google alone receives 4 million search queries per minute
ᗍ Data is generated from everywhere such as Sensors for Climate Information, Social Media, Music Audio’s and
Videos, Global Positioning System
ᗍ Only 10 percent of worlds data today resides in RDBMS and 90% elsewhere, how do we deal with this
enormous data?
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 14
Big Data Statistics
Every minute:
ᗍ Facebook users share nearly 2.5 million pieces of content
ᗍ Twitter users tweet nearly 300,000 times
ᗍ Instagram users post nearly 220,000 new photos
ᗍ YouTube users upload 72 hours of new video content
ᗍ Apple users download nearly 50,000 apps
ᗍ Email users send over 200 million messages
ᗍ Amazon generates over $80,000 in online sales
Refer: http://aci.info/2014/07/12/the-data-explosion-in-2014-minute-by-minute-infographic/
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 15
Characteristics of Big Data
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 16
Case Study 1: Big Data from Space
Satellite Imaging
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 17
ᗍ Structure of Data:
Data in social media are unstructured or semi-structured. Data from twitter /Facebook are in JSON. where do we
store it? How do we process it?
ᗍ Quantity of Data:
These are tons of unstructured, structured and semi structured data. How do I derive a pattern out of it?
ᗍ Processing of Data:
How do we process this complex data structure, what technologies do we use?
ᗍ Prediction Algorithm:
After having done all the good work of cleansing and slicing/dicing the data, which algorithm do we use. Is it
decision tree, SVM, k-mean, kNN and the list goes on
Case Study 2: Social Media Analytics
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 18
Why SkillSpeed?
Course
Curriculum
from Industry
Experts
Instructor Led
Live Virtual
Sessions
Lifetime access
to Course
Content via
LMS
100% Placement
Assistance
24x7 Support
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 19
Course Topics
Module 1
Introduction to Python
Module 2
Built-In Data Types, Strings,
Sequence and Files
Module 3
Functions, Sorting, Exceptions,
Standard Libraries
Module 4
Regular Expression and
Object-oriented Programming
Module 5
Debugging Python, Project
Skeleton in Python and SQLite
Database
Module 6
Introduction to Big Data and
Hadoop
Module 7
Python and Big Data
Module 8
Implementation of Machine
Learning in Python
Module 9
Working Examples of
Machine Learning in Python
Module 10
Project Implementation
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 20
Corporate Partners
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 21
Lines open 24/7
To know more about the course, Please contact:
IND +91-90660-20904 USA 1866-607-6547 (Toll Free)
Or reach us at
sales@skillspeed.com
Contact Us
Get Started with Python
© 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 22
References
https://harshbhimjyani.wordpress.com/2014/10/21/scraping-flipkart/
https://www.vlab.org/sandbox/events/satellite-imaging-big-data-from-space-shared/
http://www.datasciencecentral.com/profiles/blogs/data-veracity
Python and BIG Data analytics | Python Fundamentals | Python Architecture

More Related Content

What's hot

Hadoop with Python
Hadoop with PythonHadoop with Python
Hadoop with Python
Donald Miner
 
Collaborations in the Extreme: 
The rise of open code development in the scie...
Collaborations in the Extreme: 
The rise of open code development in the scie...Collaborations in the Extreme: 
The rise of open code development in the scie...
Collaborations in the Extreme: 
The rise of open code development in the scie...
Kelle Cruz
 
IPython Notebook as a Unified Data Science Interface for Hadoop
IPython Notebook as a Unified Data Science Interface for HadoopIPython Notebook as a Unified Data Science Interface for Hadoop
IPython Notebook as a Unified Data Science Interface for Hadoop
DataWorks Summit
 
Data Visualization in Python
Data Visualization in PythonData Visualization in Python
Data Visualization in Python
Jagriti Goswami
 
H2O & Tensorflow - Fabrizio
H2O & Tensorflow - Fabrizio H2O & Tensorflow - Fabrizio
H2O & Tensorflow - Fabrizio
Sri Ambati
 
PyCon Estonia 2019
PyCon Estonia 2019PyCon Estonia 2019
PyCon Estonia 2019
Travis Oliphant
 
Analyzing Data With Python
Analyzing Data With PythonAnalyzing Data With Python
Analyzing Data With Python
Sarah Guido
 
PyData Barcelona Keynote
PyData Barcelona KeynotePyData Barcelona Keynote
PyData Barcelona Keynote
Travis Oliphant
 
Sharing massive data analysis: from provenance to linked experiment reports
Sharing massive data analysis: from provenance to linked experiment reportsSharing massive data analysis: from provenance to linked experiment reports
Sharing massive data analysis: from provenance to linked experiment reports
Gaignard Alban
 
The Art of Social Media Analysis with Twitter & Python
The Art of Social Media Analysis with Twitter & PythonThe Art of Social Media Analysis with Twitter & Python
The Art of Social Media Analysis with Twitter & Python
Krishna Sankar
 
Data Analysis and Visualization using Python
Data Analysis and Visualization using PythonData Analysis and Visualization using Python
Data Analysis and Visualization using Python
Chariza Pladin
 
Ted Willke, Intel Labs MLconf 2013
Ted Willke, Intel Labs MLconf 2013Ted Willke, Intel Labs MLconf 2013
Ted Willke, Intel Labs MLconf 2013
MLconf
 
Alphago vs Lee Se-Dol : Tweeter Analysis using Hadoop and Spark
Alphago vs Lee Se-Dol: Tweeter Analysis using Hadoop and SparkAlphago vs Lee Se-Dol: Tweeter Analysis using Hadoop and Spark
Alphago vs Lee Se-Dol : Tweeter Analysis using Hadoop and Spark
Jongwook Woo
 
BDACA1516s2 - Lecture5
BDACA1516s2 - Lecture5BDACA1516s2 - Lecture5
Keynote at Converge 2019
Keynote at Converge 2019Keynote at Converge 2019
Keynote at Converge 2019
Travis Oliphant
 
IPython: A Modern Vision of Interactive Computing (PyData SV 2013)
IPython: A Modern Vision of Interactive Computing (PyData SV 2013)IPython: A Modern Vision of Interactive Computing (PyData SV 2013)
IPython: A Modern Vision of Interactive Computing (PyData SV 2013)
PyData
 
Reproducible Workflow with Cytoscape and Jupyter Notebook
Reproducible Workflow with Cytoscape and Jupyter NotebookReproducible Workflow with Cytoscape and Jupyter Notebook
Reproducible Workflow with Cytoscape and Jupyter Notebook
Keiichiro Ono
 
SciPy Latin America 2019
SciPy Latin America 2019SciPy Latin America 2019
SciPy Latin America 2019
Travis Oliphant
 
Python vs. r for data science
Python vs. r for data sciencePython vs. r for data science
Python vs. r for data science
Hugo Shi
 
Introducing TensorFlow: The game changer in building "intelligent" applications
Introducing TensorFlow: The game changer in building "intelligent" applicationsIntroducing TensorFlow: The game changer in building "intelligent" applications
Introducing TensorFlow: The game changer in building "intelligent" applications
Rokesh Jankie
 

What's hot (20)

Hadoop with Python
Hadoop with PythonHadoop with Python
Hadoop with Python
 
Collaborations in the Extreme: 
The rise of open code development in the scie...
Collaborations in the Extreme: 
The rise of open code development in the scie...Collaborations in the Extreme: 
The rise of open code development in the scie...
Collaborations in the Extreme: 
The rise of open code development in the scie...
 
IPython Notebook as a Unified Data Science Interface for Hadoop
IPython Notebook as a Unified Data Science Interface for HadoopIPython Notebook as a Unified Data Science Interface for Hadoop
IPython Notebook as a Unified Data Science Interface for Hadoop
 
Data Visualization in Python
Data Visualization in PythonData Visualization in Python
Data Visualization in Python
 
H2O & Tensorflow - Fabrizio
H2O & Tensorflow - Fabrizio H2O & Tensorflow - Fabrizio
H2O & Tensorflow - Fabrizio
 
PyCon Estonia 2019
PyCon Estonia 2019PyCon Estonia 2019
PyCon Estonia 2019
 
Analyzing Data With Python
Analyzing Data With PythonAnalyzing Data With Python
Analyzing Data With Python
 
PyData Barcelona Keynote
PyData Barcelona KeynotePyData Barcelona Keynote
PyData Barcelona Keynote
 
Sharing massive data analysis: from provenance to linked experiment reports
Sharing massive data analysis: from provenance to linked experiment reportsSharing massive data analysis: from provenance to linked experiment reports
Sharing massive data analysis: from provenance to linked experiment reports
 
The Art of Social Media Analysis with Twitter & Python
The Art of Social Media Analysis with Twitter & PythonThe Art of Social Media Analysis with Twitter & Python
The Art of Social Media Analysis with Twitter & Python
 
Data Analysis and Visualization using Python
Data Analysis and Visualization using PythonData Analysis and Visualization using Python
Data Analysis and Visualization using Python
 
Ted Willke, Intel Labs MLconf 2013
Ted Willke, Intel Labs MLconf 2013Ted Willke, Intel Labs MLconf 2013
Ted Willke, Intel Labs MLconf 2013
 
Alphago vs Lee Se-Dol : Tweeter Analysis using Hadoop and Spark
Alphago vs Lee Se-Dol: Tweeter Analysis using Hadoop and SparkAlphago vs Lee Se-Dol: Tweeter Analysis using Hadoop and Spark
Alphago vs Lee Se-Dol : Tweeter Analysis using Hadoop and Spark
 
BDACA1516s2 - Lecture5
BDACA1516s2 - Lecture5BDACA1516s2 - Lecture5
BDACA1516s2 - Lecture5
 
Keynote at Converge 2019
Keynote at Converge 2019Keynote at Converge 2019
Keynote at Converge 2019
 
IPython: A Modern Vision of Interactive Computing (PyData SV 2013)
IPython: A Modern Vision of Interactive Computing (PyData SV 2013)IPython: A Modern Vision of Interactive Computing (PyData SV 2013)
IPython: A Modern Vision of Interactive Computing (PyData SV 2013)
 
Reproducible Workflow with Cytoscape and Jupyter Notebook
Reproducible Workflow with Cytoscape and Jupyter NotebookReproducible Workflow with Cytoscape and Jupyter Notebook
Reproducible Workflow with Cytoscape and Jupyter Notebook
 
SciPy Latin America 2019
SciPy Latin America 2019SciPy Latin America 2019
SciPy Latin America 2019
 
Python vs. r for data science
Python vs. r for data sciencePython vs. r for data science
Python vs. r for data science
 
Introducing TensorFlow: The game changer in building "intelligent" applications
Introducing TensorFlow: The game changer in building "intelligent" applicationsIntroducing TensorFlow: The game changer in building "intelligent" applications
Introducing TensorFlow: The game changer in building "intelligent" applications
 

Similar to Python and BIG Data analytics | Python Fundamentals | Python Architecture

Python programming for beginners
Python programming for beginnersPython programming for beginners
Python programming for beginners
Benishchoco
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
sjagadeeswari
 
Python Training Certification Course In Mumbai
Python Training Certification Course In MumbaiPython Training Certification Course In Mumbai
Python Training Certification Course In Mumbai
sushmitasharan1
 
Best Python Certification Course In Delhi.
Best Python Certification Course In Delhi.Best Python Certification Course In Delhi.
Best Python Certification Course In Delhi.
sushmitasharan1
 
Python Training Certification Course In Chennai
Python Training Certification Course In ChennaiPython Training Certification Course In Chennai
Python Training Certification Course In Chennai
sushmitasharan1
 
Python Certification Training In Kolkata
Python Certification Training In KolkataPython Certification Training In Kolkata
Python Certification Training In Kolkata
sushmitasharan1
 
Python Certification Course In Ahmedabad
Python Certification Course In AhmedabadPython Certification Course In Ahmedabad
Python Certification Course In Ahmedabad
sushmitasharan1
 
Python Certification Course In Hyderabad
Python Certification Course In HyderabadPython Certification Course In Hyderabad
Python Certification Course In Hyderabad
sushmitasharan1
 
Python Training Certification Course In Pune
Python Training Certification Course In PunePython Training Certification Course In Pune
Python Training Certification Course In Pune
sushmitasharan1
 
Python Course In Bangalore
Python Course In BangalorePython Course In Bangalore
Python Course In Bangalore
sushmitasharan1
 
Uber, Netflix, &YouTube are Built with Python. Here’s WHY?
Uber, Netflix, &YouTube are Built with Python. Here’s WHY?Uber, Netflix, &YouTube are Built with Python. Here’s WHY?
Uber, Netflix, &YouTube are Built with Python. Here’s WHY?
Inexture Solutions
 
Python Certification Course In Ahmedabad
Python Certification Course In AhmedabadPython Certification Course In Ahmedabad
Python Certification Course In Ahmedabad
sushmitasharan1
 
Samsung SDS OpeniT - The possibility of Python
Samsung SDS OpeniT - The possibility of PythonSamsung SDS OpeniT - The possibility of Python
Samsung SDS OpeniT - The possibility of Python
Insuk (Chris) Cho
 
Programming for data science in python
Programming for data science in pythonProgramming for data science in python
Programming for data science in python
UmmeSalmaM1
 
Python PPT
Python PPTPython PPT
Python PPT
Edureka!
 
Python Certification Course In Bangalore
Python Certification Course In BangalorePython Certification Course In Bangalore
Python Certification Course In Bangalore
sushmitasharan1
 
python programming.pptx
python programming.pptxpython programming.pptx
python programming.pptx
Kaviya452563
 
Data_Scientist_Master_Program (2).pdf
Data_Scientist_Master_Program (2).pdfData_Scientist_Master_Program (2).pdf
Data_Scientist_Master_Program (2).pdf
ssuser2bf502
 
Data_Scientist_Master_Program.pdf
Data_Scientist_Master_Program.pdfData_Scientist_Master_Program.pdf
Data_Scientist_Master_Program.pdf
SantoshMuduli1
 

Similar to Python and BIG Data analytics | Python Fundamentals | Python Architecture (20)

Python programming for beginners
Python programming for beginnersPython programming for beginners
Python programming for beginners
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
Python Training Certification Course In Mumbai
Python Training Certification Course In MumbaiPython Training Certification Course In Mumbai
Python Training Certification Course In Mumbai
 
Best Python Certification Course In Delhi.
Best Python Certification Course In Delhi.Best Python Certification Course In Delhi.
Best Python Certification Course In Delhi.
 
Python Training Certification Course In Chennai
Python Training Certification Course In ChennaiPython Training Certification Course In Chennai
Python Training Certification Course In Chennai
 
Python Certification Training In Kolkata
Python Certification Training In KolkataPython Certification Training In Kolkata
Python Certification Training In Kolkata
 
Python Certification Course In Ahmedabad
Python Certification Course In AhmedabadPython Certification Course In Ahmedabad
Python Certification Course In Ahmedabad
 
Python Certification Course In Hyderabad
Python Certification Course In HyderabadPython Certification Course In Hyderabad
Python Certification Course In Hyderabad
 
Python Training Certification Course In Pune
Python Training Certification Course In PunePython Training Certification Course In Pune
Python Training Certification Course In Pune
 
Python Course In Bangalore
Python Course In BangalorePython Course In Bangalore
Python Course In Bangalore
 
Uber, Netflix, &YouTube are Built with Python. Here’s WHY?
Uber, Netflix, &YouTube are Built with Python. Here’s WHY?Uber, Netflix, &YouTube are Built with Python. Here’s WHY?
Uber, Netflix, &YouTube are Built with Python. Here’s WHY?
 
Python Certification Course In Ahmedabad
Python Certification Course In AhmedabadPython Certification Course In Ahmedabad
Python Certification Course In Ahmedabad
 
Python
Python Python
Python
 
Samsung SDS OpeniT - The possibility of Python
Samsung SDS OpeniT - The possibility of PythonSamsung SDS OpeniT - The possibility of Python
Samsung SDS OpeniT - The possibility of Python
 
Programming for data science in python
Programming for data science in pythonProgramming for data science in python
Programming for data science in python
 
Python PPT
Python PPTPython PPT
Python PPT
 
Python Certification Course In Bangalore
Python Certification Course In BangalorePython Certification Course In Bangalore
Python Certification Course In Bangalore
 
python programming.pptx
python programming.pptxpython programming.pptx
python programming.pptx
 
Data_Scientist_Master_Program (2).pdf
Data_Scientist_Master_Program (2).pdfData_Scientist_Master_Program (2).pdf
Data_Scientist_Master_Program (2).pdf
 
Data_Scientist_Master_Program.pdf
Data_Scientist_Master_Program.pdfData_Scientist_Master_Program.pdf
Data_Scientist_Master_Program.pdf
 

More from Skillspeed

Run Your First Hadoop 2.x Program
Run Your First Hadoop 2.x ProgramRun Your First Hadoop 2.x Program
Run Your First Hadoop 2.x Program
Skillspeed
 
Sentiment Analysis via R Programming
Sentiment Analysis via R ProgrammingSentiment Analysis via R Programming
Sentiment Analysis via R Programming
Skillspeed
 
Predicting Consumer Behaviour via Hadoop
Predicting Consumer Behaviour via HadoopPredicting Consumer Behaviour via Hadoop
Predicting Consumer Behaviour via Hadoop
Skillspeed
 
Top 5 Tasks Of A Hadoop Developer Webinar
Top 5 Tasks Of A Hadoop Developer WebinarTop 5 Tasks Of A Hadoop Developer Webinar
Top 5 Tasks Of A Hadoop Developer Webinar
Skillspeed
 
Decoding Puppet & Jenkins via DevOps
Decoding Puppet & Jenkins via DevOpsDecoding Puppet & Jenkins via DevOps
Decoding Puppet & Jenkins via DevOps
Skillspeed
 
Skillspeed Affiliate Program
Skillspeed Affiliate ProgramSkillspeed Affiliate Program
Skillspeed Affiliate Program
Skillspeed
 
BIG Data & Hadoop Applications in Social Media
BIG Data & Hadoop Applications in Social MediaBIG Data & Hadoop Applications in Social Media
BIG Data & Hadoop Applications in Social Media
Skillspeed
 
BIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in HealthcareBIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in Healthcare
Skillspeed
 
Hadoop for Business Intelligence Professionals
Hadoop for Business Intelligence ProfessionalsHadoop for Business Intelligence Professionals
Hadoop for Business Intelligence Professionals
Skillspeed
 
BIG Data & Hadoop Applications in Logistics
BIG Data & Hadoop Applications in LogisticsBIG Data & Hadoop Applications in Logistics
BIG Data & Hadoop Applications in Logistics
Skillspeed
 
BIG Data & Hadoop Applications in Finance
BIG Data & Hadoop Applications in FinanceBIG Data & Hadoop Applications in Finance
BIG Data & Hadoop Applications in Finance
Skillspeed
 
BIG Data & Hadoop Applications in E-Commerce
BIG Data & Hadoop Applications in E-CommerceBIG Data & Hadoop Applications in E-Commerce
BIG Data & Hadoop Applications in E-Commerce
Skillspeed
 
Hadoop Hive Tutorial | Hive Fundamentals | Hive Architecture
Hadoop Hive Tutorial | Hive Fundamentals | Hive ArchitectureHadoop Hive Tutorial | Hive Fundamentals | Hive Architecture
Hadoop Hive Tutorial | Hive Fundamentals | Hive Architecture
Skillspeed
 
Introduction to MapReduce | MapReduce Architecture | MapReduce Fundamentals
Introduction to MapReduce | MapReduce Architecture | MapReduce FundamentalsIntroduction to MapReduce | MapReduce Architecture | MapReduce Fundamentals
Introduction to MapReduce | MapReduce Architecture | MapReduce Fundamentals
Skillspeed
 
Introduction to Pig | Pig Architecture | Pig Fundamentals
Introduction to Pig | Pig Architecture | Pig FundamentalsIntroduction to Pig | Pig Architecture | Pig Fundamentals
Introduction to Pig | Pig Architecture | Pig Fundamentals
Skillspeed
 
HDFS & MapReduce
HDFS & MapReduceHDFS & MapReduce
HDFS & MapReduce
Skillspeed
 
BIG Data & Hadoop Applications in Retail
BIG Data & Hadoop Applications in RetailBIG Data & Hadoop Applications in Retail
BIG Data & Hadoop Applications in Retail
Skillspeed
 

More from Skillspeed (17)

Run Your First Hadoop 2.x Program
Run Your First Hadoop 2.x ProgramRun Your First Hadoop 2.x Program
Run Your First Hadoop 2.x Program
 
Sentiment Analysis via R Programming
Sentiment Analysis via R ProgrammingSentiment Analysis via R Programming
Sentiment Analysis via R Programming
 
Predicting Consumer Behaviour via Hadoop
Predicting Consumer Behaviour via HadoopPredicting Consumer Behaviour via Hadoop
Predicting Consumer Behaviour via Hadoop
 
Top 5 Tasks Of A Hadoop Developer Webinar
Top 5 Tasks Of A Hadoop Developer WebinarTop 5 Tasks Of A Hadoop Developer Webinar
Top 5 Tasks Of A Hadoop Developer Webinar
 
Decoding Puppet & Jenkins via DevOps
Decoding Puppet & Jenkins via DevOpsDecoding Puppet & Jenkins via DevOps
Decoding Puppet & Jenkins via DevOps
 
Skillspeed Affiliate Program
Skillspeed Affiliate ProgramSkillspeed Affiliate Program
Skillspeed Affiliate Program
 
BIG Data & Hadoop Applications in Social Media
BIG Data & Hadoop Applications in Social MediaBIG Data & Hadoop Applications in Social Media
BIG Data & Hadoop Applications in Social Media
 
BIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in HealthcareBIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in Healthcare
 
Hadoop for Business Intelligence Professionals
Hadoop for Business Intelligence ProfessionalsHadoop for Business Intelligence Professionals
Hadoop for Business Intelligence Professionals
 
BIG Data & Hadoop Applications in Logistics
BIG Data & Hadoop Applications in LogisticsBIG Data & Hadoop Applications in Logistics
BIG Data & Hadoop Applications in Logistics
 
BIG Data & Hadoop Applications in Finance
BIG Data & Hadoop Applications in FinanceBIG Data & Hadoop Applications in Finance
BIG Data & Hadoop Applications in Finance
 
BIG Data & Hadoop Applications in E-Commerce
BIG Data & Hadoop Applications in E-CommerceBIG Data & Hadoop Applications in E-Commerce
BIG Data & Hadoop Applications in E-Commerce
 
Hadoop Hive Tutorial | Hive Fundamentals | Hive Architecture
Hadoop Hive Tutorial | Hive Fundamentals | Hive ArchitectureHadoop Hive Tutorial | Hive Fundamentals | Hive Architecture
Hadoop Hive Tutorial | Hive Fundamentals | Hive Architecture
 
Introduction to MapReduce | MapReduce Architecture | MapReduce Fundamentals
Introduction to MapReduce | MapReduce Architecture | MapReduce FundamentalsIntroduction to MapReduce | MapReduce Architecture | MapReduce Fundamentals
Introduction to MapReduce | MapReduce Architecture | MapReduce Fundamentals
 
Introduction to Pig | Pig Architecture | Pig Fundamentals
Introduction to Pig | Pig Architecture | Pig FundamentalsIntroduction to Pig | Pig Architecture | Pig Fundamentals
Introduction to Pig | Pig Architecture | Pig Fundamentals
 
HDFS & MapReduce
HDFS & MapReduceHDFS & MapReduce
HDFS & MapReduce
 
BIG Data & Hadoop Applications in Retail
BIG Data & Hadoop Applications in RetailBIG Data & Hadoop Applications in Retail
BIG Data & Hadoop Applications in Retail
 

Recently uploaded

standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
ArpitMalhotra16
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
slg6lamcq
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
v3tuleee
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
ewymefz
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
u86oixdj
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Subhajit Sahu
 
Opendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptxOpendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptx
Opendatabay
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
AbhimanyuSinha9
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
axoqas
 
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
Tiktokethiodaily
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
jerlynmaetalle
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
oz8q3jxlp
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Subhajit Sahu
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
nscud
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
mbawufebxi
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
axoqas
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
benishzehra469
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
ewymefz
 

Recently uploaded (20)

standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
 
Opendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptxOpendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptx
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
 
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
 

Python and BIG Data analytics | Python Fundamentals | Python Architecture

  • 1. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 1 Python for Big Data Analytics
  • 2. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 2 Session Objectives This session will help you to understand: ᗍ Introduction to Python ᗍ Web Scraping Use Case ᗍ Introduction to Big data ᗍ Getting your doubt’s cleared
  • 3. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 3 What is Python? ᗍ Python is a general purpose High-level Programming Language designed to be easy to read and simple to implement ᗍ It’s high-level built in Data Structures, combined with dynamic typing and dynamic binding, makes it very attractive for Rapid Application Development ᗍ Python supports Modules and Packages, which encourages Program Modularity (feature of subdividing a program into separate sub-programs) and Code Reuse ᗍ It is similar to PERL and RUBY but with certain differences such as Object-oriented features
  • 4. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 4 What is Python? (Cont’d) Python has Object-oriented Structure. It supports: Polymorphism Static Polymorphism Runtime Polymorphism Class A Class B Class C Polymorphism Multiple Inheritance Object Overloading Operator ‘+’ 5+5=10 Skill+Speed =SkillSpeed Get Started with Python
  • 5. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 5 Why Python? Good for Text Processing Generates HTML Content Your C++ Program Extended in C and C++ Script.py Cpython Interpreter Cpython Interpreter Clear Syntax Get Started with Python
  • 6. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 6 Why Python? (Cont’d) Interpreted Environment Source Code Interpreter Output Automatic Memory Management Good for Code Steering and for Merging Multiple Programs Supports Library Utilities and Third Party Utilities (Example: Numeric, NumPy, SciPy) Get Started with Python
  • 7. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 7 Job Trends PercentageGrowth Get Started with Python
  • 8. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 8 Users of Python Google App Engine is an eminent sample of Python-written application, it allows building web applications with Python programming language, using its rich collection of libraries, tools and frameworks YouTube is a big user of Python, the entire site uses Python for different purposes: view video, control templates for website, administer video, access to canonical data, and many more. Python is everywhere at YouTube Amazon Web Services uses Python Get Started with Python
  • 9. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 9 Some More Users of Python Get Started with Python
  • 10. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 10 System Utilities GUIs (Tkinter) Internet Scripting Embedded Scripting Database Programming Artificial Intelligence Image Processing Major Uses of Python Get Started with Python
  • 11. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 11 Demo: Web Scraping – Flipkart.com ᗍ This Example demonstrates how to extract data from flipkart for a particular product like “Watch” ᗍ We shall use requests (Python Package) which gets the web page for you, then you need to parse the HTML from the page to retrieve the data. That is done by BeautifulSoup Get Started with Python
  • 12. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 12 ᗍ Big data is the term for a collection of data sets so large and complex that it becomes difficult to process using on-hand database management tools or traditional data processing applications ᗍ Huge Amount of Data (Terabytes or Petabytes) ᗍ The challenges include capture, curation, storage, search, sharing, transfer, analysis, and visualization ᗍ Many systems or a collection of systems generates these huge data, few examples are Space Exploration, Deep Sea Navigation, Social Media etc. What is Big Data? Get Started with Python
  • 13. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 13 Why Big Data? ᗍ Data being generated today is so huge that traditional systems are unable to process it neither are able to store it ᗍ To create better DSS (Decision Support System) system ᗍ Google alone receives 4 million search queries per minute ᗍ Data is generated from everywhere such as Sensors for Climate Information, Social Media, Music Audio’s and Videos, Global Positioning System ᗍ Only 10 percent of worlds data today resides in RDBMS and 90% elsewhere, how do we deal with this enormous data? Get Started with Python
  • 14. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 14 Big Data Statistics Every minute: ᗍ Facebook users share nearly 2.5 million pieces of content ᗍ Twitter users tweet nearly 300,000 times ᗍ Instagram users post nearly 220,000 new photos ᗍ YouTube users upload 72 hours of new video content ᗍ Apple users download nearly 50,000 apps ᗍ Email users send over 200 million messages ᗍ Amazon generates over $80,000 in online sales Refer: http://aci.info/2014/07/12/the-data-explosion-in-2014-minute-by-minute-infographic/ Get Started with Python
  • 15. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 15 Characteristics of Big Data Get Started with Python
  • 16. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 16 Case Study 1: Big Data from Space Satellite Imaging Get Started with Python
  • 17. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 17 ᗍ Structure of Data: Data in social media are unstructured or semi-structured. Data from twitter /Facebook are in JSON. where do we store it? How do we process it? ᗍ Quantity of Data: These are tons of unstructured, structured and semi structured data. How do I derive a pattern out of it? ᗍ Processing of Data: How do we process this complex data structure, what technologies do we use? ᗍ Prediction Algorithm: After having done all the good work of cleansing and slicing/dicing the data, which algorithm do we use. Is it decision tree, SVM, k-mean, kNN and the list goes on Case Study 2: Social Media Analytics Get Started with Python
  • 18. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 18 Why SkillSpeed? Course Curriculum from Industry Experts Instructor Led Live Virtual Sessions Lifetime access to Course Content via LMS 100% Placement Assistance 24x7 Support Get Started with Python
  • 19. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 19 Course Topics Module 1 Introduction to Python Module 2 Built-In Data Types, Strings, Sequence and Files Module 3 Functions, Sorting, Exceptions, Standard Libraries Module 4 Regular Expression and Object-oriented Programming Module 5 Debugging Python, Project Skeleton in Python and SQLite Database Module 6 Introduction to Big Data and Hadoop Module 7 Python and Big Data Module 8 Implementation of Machine Learning in Python Module 9 Working Examples of Machine Learning in Python Module 10 Project Implementation Get Started with Python
  • 20. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 20 Corporate Partners Get Started with Python
  • 21. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 21 Lines open 24/7 To know more about the course, Please contact: IND +91-90660-20904 USA 1866-607-6547 (Toll Free) Or reach us at sales@skillspeed.com Contact Us Get Started with Python
  • 22. © 2015 Blue Camphor Technologies (P) Ltd. www.skillspeed.com Slide 22 References https://harshbhimjyani.wordpress.com/2014/10/21/scraping-flipkart/ https://www.vlab.org/sandbox/events/satellite-imaging-big-data-from-space-shared/ http://www.datasciencecentral.com/profiles/blogs/data-veracity

Editor's Notes

  1. Why use Python :- Python is object-oriented Structure supports such concepts as polymorphism, operation overloading, and multiple inheritance It's free (open source) Downloading and installing Python is free and easy Source code is easily accessible Free doesn't mean unsupported! Online Python community is huge It's portable Python runs virtually every major platform used today As long as you have a compatible Python interpreter installed, Python programs will run in exactly the same manner, irrespective of platform It's powerful Dynamic typing Built-in types and tools Library utilities Third party utilities (e.g. Numeric, NumPy, SciPy) Automatic memory management It's mixable Python can be linked to components written in other languages easily Linking to fast, compiled code is useful to computationally intensive problems Python is good for code steering and for merging multiple programs in otherwise conflicting languages Python/C integration is quite common WARP is implemented in a mixture of Python and Fortran It's easy to use Rapid turnaround: no intermediate compile and link steps as in C or C++ Python programs are compiled automatically to an intermediate form called bytecode, which the interpreter then reads This gives Python the development speed of an interpreter without the performance loss inherent in purely interpreted languages It's easy to learn Structure and syntax are pretty intuitive and easy to grasp
  2. Image copied from : http://www.datasciencecentral.com/profiles/blogs/data-veracity
  3. http://www.framingmymessage.nl/wp-content/uploads/2013/10/Social-media.jpg
  4. SkillSpeed offer virtual instructor lead courses designed to bridge the time to competency gap experienced by the technology companies. USP of SkillSpeed is the subject matter expert (SME). SMEs are industry experts and has a good understanding and hands-on industry experience of the technology. This industry expert designs, develops, and delivers the course. SkillSpeed provides you: Course Curriculum from Industry Experts Instructor Led Live Virtual Sessions Real life industry case studies  - Live Virtual Interactions Interaction with industry experts  - Lifetime access to all course content via the LMS   - 24*7 support   - 100% placement assistance