Sei sulla pagina 1di 27

PYTHON INTRODUCTION

USE CASE AND APPLICATION


WHY DO WE NEED PYTHON?

• Python, that's used by thousands of people to do things from testing microchips at


Intel, to powering Instagram, to building video games with the PyGame library.

• it’s the fourth most popular language according to an IEEE survey, behind old classics
Java, C, and C++? So in celebration of our two new Python.
What is Language translator?
• Compiler and interpreter are the types of language translator.
• A language translator is a software which translates the programs
from a source language that are in human readable form into an
equivalent program in an object language
USE CASES OF PYTHON IN INDUSTRIES

• Google makes extensive use of Python in its web search systems, and employs
Python’s creator.
• The YouTube video sharing service is largely written in Python.
• The popular Bit Torrent peer-to-peer file sharing system is a Python program.
• Maya, a powerful integrated 3D modelling and animation system, provides a Python
scripting API.
• Dropbox
WHY DO WE NEED PYTHON?

• Software Quality
• Easy to Learn
• Reusable
• Developer Productivity
• Easy to Debug
• Supporting Libraries
USE CASES OF PYTHON IN INDUSTRIES

• Google makes extensive use of Python in its web search systems, and employs
Python’s creator.
• The YouTube video sharing service is largely written in Python.
• The popular Bit Torrent peer-to-peer file sharing system is a Python program.
• Maya, a powerful integrated 3D modelling and animation system, provides a Python
scripting API.
• Dropbox Completely Developed by Python
Frameworks for Development

Web Application Django High Level Website


Flask Small Scale Application

Desktop Application Tkinter Core Module

Wx Python Game Development

Mobile Application Kivy Android or iOS

Iron Python Windows Mobile (.NET Based)


Frameworks for Data Science

Analytics Numpy Numerical Python(Image Analytics)


Pandas To Handle Large set of Data’s

Visualization Matplotlib To Draw Graph


Seaborn To Draw Graph

Machine Learning
Sci-Kit Learn Predefined Algorithms
and AI
Frameworks for Automation

Automation OS Operating System (For Linux Admin)


Cisco, For Network Engineers
Netmiko

IoT Pi Support Python


Arduino Support Python

Other Framework We can create our own Framework or API.


PYTHON IN DATA SCIENCE
Overview of Data World
DATA WORLD

• The world generates data at an increasing pace. Consumers, sensors, or


scientific experiments emit data points every day. In finance, business,
administration and the natural or social sciences, working with data can
make up a significant part of the job. Being able to efficiently work with
small or large datasets has become a valuable skill.
• Data science
• Data Analytics
• Image Analytics
• Data Mining
• Big Data
• Big Data Analytics
DATA ANALYTICS

• Data science is very much popular in today’s world scenario as there is a huge amount
of data generated each day in different fields like mart, hospitals, colleges, etc.
• Data analytics (DA) is the process of examining data sets in order to draw
conclusions about the information they contain, increasingly with the aid of specialized
systems and software.
EXAMPLE FOR DATA SCIENCE

Users Last Last bought Average Number of Most bought


• For example- Suppose there is a dataset visited products amount times visited products
of a mart, which contains data for 4 users. spent each in last month
time
• From above data, mart will predict
Abhishek 13thJan Milk, eggs, bread, 200 10 Eggs, juice
products needed for each user and it will juice
also predict when this user will be going
to visit their mart. Aditya 20 Jan Cabbage, wheat, 500 5 Soft drinks,
• For Sneha, mart knows that she will visit rice, soft drinks rice
the shop for minimum 3 times in a month.
Rahul 23rdJan Rice, pulses, 1000 4 Eggs, wheat
• So, next date will be in the last week of wheat, ice cream,
January and recommended product will snacks, eggs
be chocolates and tea bags. Along with
that mart will suggest some products so Sneha 15thJan Chocolates, Corn 300 3 Chocolates,
that she will be spending amount approx. flakes, pen, tea tea bags
300. bags
DATA SCIENCE OVERVIEW
IOT DEFINITION

• The Internet of things (IoT) is the network of physical devices, vehicles, home appliances
and other items embedded with electronics, software, sensors, actuators, and network
connectivity which enables these objects to connect and exchange data
• The IoT allows objects to be sensed or controlled remotely across existing network
infrastructure
• The Internet of Things (IoT) is the interconnection of uniquely identifiable embedded
computing devices within the existing Internet infrastructure.
COMMON IOT DEVICES AND TECHNOLOGIES
REAL TIME APPLICATION IN IOT
DISCUSSION
IOT APPLICATIONS

• Smart Home
• IIoT
• Agriculture
• Super Market
• Smart Grid
AUTOMATION BY USING PYTHON
Testing and Server
INTRODUCTION

• We have been reading data from files, networks, services, and databases. Python can
also go through all of the directories and folders on your computers and read those
files as well.
Why Django
• Django is a Web framework written in Python. A Web
framework is a software that supports the development of
dynamic Web sites, applications, and services. It provides a
set of tools and functionalities that solves many common
problems associated with Web development, such as
security features, database access, sessions, template
processing, URL routing, internationalization, localization,
and much more.
• biggest Web sites using Django we have:
Instagram, Disqus, Mozilla, Bit bucket, Last.fm, National
Geographic.
Class Flow
Basic Python Intermediate Concepts Advance Python

Project
SUMMARIZE
Any queries

Potrebbero piacerti anche