Introduction to Python - PowerPoint PPT Presentation

About This Presentation
Title:

Introduction to Python

Description:

this presentation will walk you through basic introduction to python, major features of python, how python runs on our system and some important commands used in python. – PowerPoint PPT presentation

Number of Views:398

less

Transcript and Presenter's Notes

Title: Introduction to Python


1
Introduction to Python
Swipe
2
Introduction
Python is a dynamically semantic, interpreted,
object- oriented high-level programming
language. Python's plain, easy-to-learn syntax
emphasises readability, which lowers software
maintenance costs. Modules and packages are
supported by Python, which facilitates software
modularity and code reuse.
3
Features of Python
Simple easy to learn Most expressive language
Freeware and open source Compiled as well as
Interpreted
Sample Program in Python to add two numbers- a
10 b 20 c ab print(c)
4
Features of Python
Portable and Platform Independent
Dynamically typed programming language
Extensible and Embedded both
Huge library support required for full usability
5
How a Python Program Runs on our System
6
Few important commands
python File_Name.py gt To run the file
python -m py_compile File_Name.py gt To compile
the file
python -m dis File_Name.py gt To see the byte code
python File_Name.cpython-38.pyc gt To run the
compiled code
7
Topics for next Post
Memory Management in Python Components of python
program
Stay Tuned with
Write a Comment
User Comments (0)
About PowerShow.com