IDE: ==== ==> INTEGRATED DEVELOPMENT ENVIRONMENT ==> A SOFTWARE IN WHICH WE CAN ABLE TO: WRITE A CODE COMPILE THE CODE ==> CHECKING OF ERRORS EXECUTE THE CODE ==> TO CHECK THE OUTPUT WE CAN WRITE AUTOMATED SCRIPTS ==> TESTING PURPOSE ETC. PYTHON SOFTWARE + ANY IDE ==> BUILD/DEVELOP COMPLEX APPLICATIONS LIKE: ECOMMERCE APPS, HEALTH CARE APPS ETC. popular IDEs for python development ===> VS CODE, PYCHARM, SUBLIME TEXT ETC. VS CODE ======= ==> VISUAL STUDIO CODE ==> OPEN SOURCE IDE ==> MICROSOFT to download the software: chrome ==> search for: "vs code download for windows" ==> download page ==> get your software according to your system configurations. or https://code.visualstudio.com/download to install the vs code: ====================== 1) by just running the downloaded file 2) new window: select a button : "accept agreement" and click on next 3) new window: select: "create a desktop icon" and click on next 4) new window: click on: install 5) new window: click on : finish ========================================== PYCHARM INSTALLATION PROCEDURE =============================== PYCHARM JET BRAINS TWO TYPES OF SOFTWARES: 1) PYCHARM PROFESSIONAL FREE VERSION FOR 30 DYAS (TRAIL) WE CAN REGISTER FOR THE LICENSE JAVA, .NET ETC. datascience, ai etc. 2) PYCHRAM COMMUNITY EDITION OPEN SOURCE python development only limitations: java not to be use etc. downloading: =========== google ==> search: "PyCharm download" ==> click on download page or https://www.jetbrains.com/pycharm/download/?section=windows and start download the "pychram community edition" Installation setup: =================== 1) after the downloading of the file, we should run that file 2) in window: click on : yes 3) new window: click on next 4) new window: click on next 5) new window: select two options: i) create desktop shortcut ii) add bin folder to the path and click on "next" 6) new window: click on : install 7) new window: click on finish ================================================= Creation of project: ==================== In vs code: =========== 1) go to windows 2) In C drive create a folder with name of "Python" 3) Open VS Code file ==> open folder ==> select the created folder from C drive In PyCharm: =========== main menu ==> file ==> new project ==> give a project title ==> click on "create". Delete The folder: ================== In VS Code: =========== deletion of folder is not direct This PC in our laptop ==> Open C Drive ==> select the folder ==> delete (after the closing of VS code) In PyCharm: =========== Select a folder right click of mouse remove folder form project view click on: remove =================================== Adding of sub folders: ====================== In VS Code: =========== Select the folder under which we want to add the sub folder select the option for folder creation enter the title of the folder click on: enter button In PyCharm: =========== Select the folder under which we want to add the sub folder right click of muse on the selected folder go to new click on: directory give a title click on: enter button ================================================ DELETION OF SUB-FOLDERS: ======================== In VS Code: ========== select the folder, which we want to delete right click of mouse select delete click on: move to recycle bin In PyCharm: ============ select the folder, which we want to delete right click of mouse select: delete option click on: delete =================================== Creation of python files ========================= python files ==> .py extension Syntax: file_name.py => which allowed to consisting of python code also called as "source file" In VS Code: =========== Select a folder, in which we want to create a python file chose the option for create file enter the name of the python file with .py extension click on: enter button In PyCharm: =========== way_1: ===== select the folder right click of mouse select: python file enter the title of the python file without .py extension click on: enter button way_2: ====== select the folder right click of mouse select : file enter the file name with .py extension click on: enter button ================================ Deletion of file: ================ In VS Code: =========== select the file, which we want to delete right click of mouse select delete click on: move to recycle bin In PyCharm: =========== Select the file right click of mouse select : delete option click on: ok ================================ Changing of color theme: ======================== In VS Code: =========== settings goto: themes color themes select your theme In PyCharm: =========== Main Menu settings Editor Color scheme select your color scheme ok