This document provides an introduction and overview of the Python programming language. It defines Python as a high-level, general purpose, object-oriented programming language. It describes Python's origins and history, some of its key uses like web development and data analysis, popular websites built with Python, its features, and how to install Python and Visual Studio Code.
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
0 ratings0% found this document useful (0 votes)
9 views11 pages
Python Introduction
This document provides an introduction and overview of the Python programming language. It defines Python as a high-level, general purpose, object-oriented programming language. It describes Python's origins and history, some of its key uses like web development and data analysis, popular websites built with Python, its features, and how to install Python and Visual Studio Code.
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1/ 11
Python
Python Introduction
PLEASE MUTE YOUR MIC
Webinar Will Be Start Todays Content What is python ? About the Python What can python do ? Popular Websites Built Using Python Why python ? Features of python Python installation Visual Studio Code installation What is python ? • Python is a computer programming language . • Python is general purpose language. • Python is high level programming language. • Python is object oriented programming language. About the Python • The first public distribution of python took place in 1991. • Python was first implemented by Guido Van Rossum. • latest version is 3.11.4 • Python has its own IDLE.(integrated development environment ) • It is derived from the name of a popular television series name Monty Python’s Flying Circus. • Python 3.5+ can not be used on windows XP or earlier. What can python do ? • Create web application • Create web site • Create software • Connect to database system. It can also read and modify • Handle big data • Used for data visualization Popular Websites Built Using Python • Instagram currently features the world’s largest deployment of the Django web framework, which is written entirely in Python. • Spotify: Around 80% of these services are written in Python. • Netflix have the freedom to choose the technologies best suited for the job. developers turn to Python due to its rich batteries-included standard library, succinct and clean yet expressive syntax, large developer community, and the wealth of third party libraries one can tap into to solve a given problem. Popular Websites Built Using Python • Uber • Dropbox • Pinterest • Instacart • Reddit Why python ? • Work on different platform • Has simple syntax to English language • Has syntax that allows developer to write programs with fewer line than some other programs • Python runs on an interpreter system, meaning that code can be executed as soon as it is written. • open source Features of python 1. Easy to Code 2. Easy to Read 3. Free and Open-Source 4. Robust Standard Library 5. Interpreted 6. Portable 7. Object-Oriented and Procedure-Oriented 8. Simplify Complex Software Development 9. High-level Language 10. Support for GUI Python installation • Link : https://www.python.org/downloads/ Visual Studio Code installation