Technology & Its Purpose:
1. C lang. => Embedded Systems
2. C++ Lang. => Graphics & Gaming Implementation
3. JAVA Lang. => Web & Gaming Development
4. .NET => Console & Windows programming
5. PHP => Web Programming
6. JavaScript => Client Side Validations
7. PYTHON => Complex data Processing & General Purpose Language.
Python Installation Process in Windows
1. Goto https://www.python.org/downloads/
2. Download the latest version for Windows(3.11.4)
3. Double click on that .exe file
4. Select Install for all users, click on NEXT Button
5. Finally click on Finish button.
After successful Installation You will find:IDLE
(Integrated Development & Learning Environment)
PYTHON Run Modes:
In PYTHON Programming run modes are classified into two categories:
1 Interactive Run mode
2 Script Run mode
1 Interactive Run Mode
Python offers a comfortable CLI with the Python Shell, which is also known as the"Python Interactive Shell".
>>> Triple Chevron the Prompt of the PYTHON..!!
Python IDLE : Shell Colors
Syntax ColorName
Keywords Orange, Purple
Stdin Black
StdOut Blue
Strings Green
Comments/Errors Red
Define Statement:
It is type of logical instruction.
Define Command:
It is type of exe file or pre-compiled program
Define Shell:
Collection of commands is called shell
>>> copyright
It displays copy-right information of PYTHON
>>> credits
It displays credits and web info of PYTHON
>>> license()
It display license info and history of PYTHON, if you want to continue to read hit the key Return (Enter)
if you want to exit 'q' and hit the Return.