IDE INSTALLATION ================ IDE ==> INTEGRATED DEVELOPMENT ENVIRONMENT ==> A SOFTWARE WHERE WE CAN ABLE TO WRITE/DEVELOP THE PROGRAM WHERE WE CAN ABLE TO COMPILE THE PROGRAM ==> CHECKING FOR THE ERRORS WHERE WE CAN ABLE TO RUN THE PROGRAM ==>TO CHECK ABOUT THE OUTPUT POPULAR IDEs FOR PYTHON: PYCHARM, VS CODE, SUBLIME TEXT ETC. VS CODE INSTALLATION ==================== 1) download the vs code software from the below link https://code.visualstudio.com/download 2) based on the operating system of your device: download the software. 3) after the downloading: i) click on the downloaded file ii) select an option: for agree the conditions iii) clock on next iv) click on next v) select: a desktop shortcut option vi) click on next vii) click on install PYCHARM ISNTALLATION ==================== 1) download the PyCharm software from the below link: https://www.jetbrains.com/pycharm/download/?section=windows from this: download the PyCharm community edition software (open and free) 2) after the downloading: i) click on the downloaded file ii) click on okay iii) click on next iv) select two options: 1) create desktop shortcut 2) add bin to path v) click on next vi) click on install vii) click on finish =================================================================== CREATION OF THE PROJECT (FOLDER CREATION) ========================================== 1) In VS Code: ============== CREATION OF THE PROJECT IS MANUAL 2) IN PYCHRAM: =============== Main Menu folder ==> file ==> new Project ==> give the title of the project ==> create ==> attach after the creation of the project folder: we can add sub folders: select the folder ==> right click of mouse ==> new ==> directory ==> enter the folder name ==> enter CREATION OF THE PYTHON FILE =========================== 1) IN VS CODE ============= PYTHON FILE ==> SOURCE FILE USED TO WRITE A PYTHON PROGRAM ==> EXTENSION: .py Syntax: file_name.py 2) IN PYCHARM: ============== select a folder ==> right click of mouse ==> new ==>python file ==> enter the file name without extension ABOUT THE PYTHON ================ PYTHON WAS DEVELOPED BY "GUIDO VAN ROSSUM", 1995 1999 PYTHON FEATURES: =============== 1) HIGH LEVEL PROGRAMMING LANGUAGE 2) EASY PROGRAMMING LANGUAGE 3) GENERAL PURPOSE PROGRAMMING LANGUAGE 4) OBJECT ORIENTED PROGRAMMING LANGUAGE 5) STRUCTURED PROGRAMMING LANGUAGE PYTHON: WE CAN WORK IN VARIOUS DOMAINS: BANKING, INSURANCE, TRANSPORT, HEALTH CARE, ECOMMERCE ETC. ANY TYPE OF APPS: WEB APPS, DESKTOP APPS MOBILE APPS PYTHON APPLICATIONS ==================== 1) WEB APPLICATION DEVELOPMENT 2) DESKTOP APPLICATIONS 3) IOT APPLICATIONS 4) BANKING APPLICATIONS 5) INSURANCE APPLICATIONS 6) EMBEDDED APPLICATIONS 7) DATASCIENCE 8) AI ETC. PYTHON VERSIONS =============== version-1 ==> 1999 version-2 ==> 2004 version-3 ==> 2008 current version: 3.12.4