Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Python power point presentation, Study Guides, Projects, Research of Computer Science

PythonPython power point presentation

Typology: Study Guides, Projects, Research

2018/2019

Uploaded on 11/27/2019

vishwas-prabhas
vishwas-prabhas šŸ‡®šŸ‡³

1 document

1 / 88

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Introduction to Python
A readable, dynamic, pleasant,
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a
pf4b
pf4c
pf4d
pf4e
pf4f
pf50
pf51
pf52
pf53
pf54
pf55
pf56
pf57
pf58

Partial preview of the text

Download Python power point presentation and more Study Guides, Projects, Research Computer Science in PDF only on Docsity!

Introduction to Python

 A readable, dynamic, pleasant,

 flexible, fast and powerful language Vishwas Kumar 8/22/

Job Trend

Per the indeed.com, percentage growth of Python is 500 times more than its peer Languages. http://www.indeed.com/jobtrends?q=Perl%2C+.Net %2C+Python%2Cjava&l=&relative=

Job in Big Data space

What is Python?

Python is a high-level programming language which is:

ļ‚§ Interpreted: Python is processed at runtime by the interpreter. (Next Slide)

ļ‚§ Interactive: You can use a Python prompt and interact with the interpreter

directly to write your programs.

ļ‚§ Object-Oriented: Python supports Object-Oriented technique of programming.

ļ‚§ Beginner’s Language: Python is a great language for the beginner-level

programmers and supports the development of a wide range of applications.

Interpreters Versus Compilers

  • The first thing that is important to understand about

Python is that it is an interpreted language.

  • Create source file using text edit
  • Use compiler to syntax check and convert source file into

binary 

  • Use linker to turn binary files into executable format
  • Run the resulting executable format file in the operating

system.

  • The biggest difference between interpreted code and

compiled code is that an interpreted application need not be

ā€œcomplete.ā€

8/22/

  • You can test it in bits and pieces until you are satisfied with

the results and put them all together later for the end user to

use.

Python Features

ļ‚§ Easy to learn, easy to read and easy to maintain.

ļ‚§ Portable : It can run on various hardware platforms and has the same interface

on all platforms. 8/22/ By Ripal Ranpara

More Features ..

ļ‚§ Python provides interfaces to all major commercial databases.

ļ‚§ Python supports functional and structured programming methods as well as OOP.

ļ‚§ Python provides very high-level dynamic data types and supports dynamic type

checking.

ļ‚§ Python supports GUI applications

ļ‚§ Python supports automatic garbage collection.

By Ripal Ranpara

ļ‚§ Python can be easily integrated with C, C++, and Java.

Why Python

Easy to read  (^) Python scripts have clear syntax, simple structure and very few protocols to remember before programming. Easy to Maintain  (^) Python code is easily to write and debug. Python's success is that its source code is fairly easy-to-maintain. Portable  (^) Python can run on a wide variety of Operating systems and platforms and providing the similar interface on all platforms. Broad Standard Libraries  Python comes with many prebuilt libraries apex. 21K High Level programming  Python is intended to make complex programming simpler. Python deals with memory addresses, garbage collection etc. internally. 8/22/ By Ripal Ranpara

ļ‚§ Rossum published the first version of Python code (0.9.0) in February 1991 at the CWI (Centrum Wiskunde & Informatica) in the Netherlands , Amsterdam. ļ‚§ Python is derived from ABC programming language, which is a general-purpose programming language that had been developed at the CWI. ļ‚§ Rossum chose the name " Python ", since he was a big fan of Monty Python's Flying Circus. ļ‚§ Python is now maintained by a core development team at the institute, although Rossum still holds a vital role in directing its progress. https://en.wikipedia.org/wiki/Guido_van_Rossum#/media/File:Guido_van_Rossum_OSCON_2006.jpg 8/22/ By Ripal Ranpara

Python Versions

Release dates for the major and minor versions:

 Python 1.0 - January 1994 ļ‚§ Python 1.5 - December 31, 1997 ļ‚§ Python 1.6 - September 5, 2000  Python 2.0 - October 16, 2000 ļ‚§ Python 2.1 - April 17, 2001 ļ‚§ Python 2.2 - December 21, 2001 ļ‚§ Python 2.3 - July 29, 2003 8/22/ By Ripal Ranpara

  • 8/22/
  • ļ‚§ Python 3.2 - February 20,
  • ļ‚§ Python 3.3 - September 29,
  • ļ‚§ Python 3.4 - March 16,
  • ļ‚§ Python 3.5 - September 13,
  • 8/22/

8/22/ By Ripal Ranpara By Ripal Ranpara