*Introduction to Python
*First Python program
*Storing data in Python
*Giving in program
*Decision making
*Repeating a task
*Function
*Operatins on number and strings
*what is list?
*Another sequence of value-Tuple
*Storing key- value pairs-dictionary
๐ผ๐๐ค๐ช๐ฉ ๐๐ฎ๐ฉ๐๐ค๐ฃ
Designed by: Guido van Rossum
Developer: Python Software Foundation
First appeared: 20 February 1991; 32 years ago
Paradigm: Multi-paradigm: object-oriented, procedural (imperative), functional, structured, reflective
Preview release: 3.12.0b3 / 20 June 2023; 9 days ago
Typing discipline: Duck, dynamic, strong typing; gradual (since 3.5, but ignored in CPython)
Introduction
What is python?
* Python is a high level programming language .
* Closer to the human like English.
* Easy approach to objective oriented programming. * * * Object to oriented is an approach used to write program.
* Python is a free want open source language.
This is can read modified and distribute the source. code of python script.
Is was developed by and was released in 1991.
Where is python Used?
* Python Finds it's application in various domains
* Python is used to create web application
* Python is used in game development
Comments
Post a Comment