01 Python Introduction

Published: 01 January 1970
on channel: Kayilaankadai
597
10

What is python?
Python is a popular open-source programming language with a broad range of applications, including standalone apps and scripts.
It is free, portable, powerful, and remarkably easy to use.
Python's emphasis on developer productivity and software quality has shown to be a strategic benefit for programmers in all spheres of the software industry, in both small and large projects.
Python is widely used in Automotive industry for testing
Why python?
Free
Easy to program and run
Support libraries to work with different communication standard like RS232, USB, TCP IP and CAN
Component integration (COM Support)
Portability
How to get python?
Go to Python.org
Download latest binary and install
Set path to installation directory (usually installation directory will be C:\Users\[username]\AppData\Local\Programs\Python\Python312
How Programs Are Run by Python?
File.py (Source) -- file.pyc(byte code) -- Python Virtual Machine (Run Time)

How to run program in python?
The Interactive Prompt
Point to consider in interactive prompt
Using a variable before assigning a value is error
Compound statement like for, while, if should be terminated by a blank line
Interactive prompt run one program statement at a time


Watch video 01 Python Introduction online without registration, duration hours minute second in high quality. This video was added by user Kayilaankadai 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 59 once and liked it 1 people.