Intro

bsramar 23 views 8 slides Jan 07, 2019
Slide 1
Slide 1 of 8
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8

About This Presentation

Python has a simple syntax similar to the English language. Python has syntax that allows developers to write programs with fewer lines than some other programming languages. Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping...


Slide Content

Python Hands on Workshop
B. Ramar(Ph.D)
Resource Faculty,
AU TVS Centre for Quality Management, Anna University.

1. Logical Thinking…!

2. History
Python was
introduced
by
Guido Van
Rossum
in 1989

2. Python Applications

What is Python mainly used for in the real world today?

Top Companies Embracing Python Programming Language

Top Companies Embracing Python Programming Language

Agenda
Let’s Start……………………………………… 1
Keywords & Identifiers……………………. 2
Statements & Comments…………………. 3
Variables………………………………………. 4
Data types………………………………….... 5
Type Conversion…………………………… 6
I/O and Import……………………………... 7
Operators…………………………………….. 8
Namespace…………………………………… 9