Software Setup: =============== Python programming/Scripting Prerequisites: ============== Python software ==> Open source and Free IDE (Integrated Development Environment) ==> Platform/software Python: programs/Scripts execute Errors resolve/clear errors Execute Platforms: Windows / Linux/ Mac-Os Steps for Software Setup: ========================= 1) we should check whether your computer/device running with python software or not. Open command Prompt type a command "python --version" click on enter 2) We should install the python software 1) Open the browser 2) search about: "python.org" 3) go to downloads 4) according to your system compatibility, you should download the python 5) after the downloading: 1) run that file to start installation 2) select the check list (Add Python.exe to PATH) 3) Click on "Install Now" for installing the python software into C-drive or else: we can select "customize install" for install the software into selected folder. 4) Wes should click on close. 3) We should check the python version using command prompt 4) Install the IDE PyCharm Installation: ===================== 1) Go to browser 2) search about: PyCharm download 3) click on first link on the browser page 4) two options: 1) PyCharm Professional ==> web developers/Data scientist etc. ==> paid software ==> 30-days free trail 2) PyCharm Community Edition ==> open source and free 5) click on "download" at the option "PyCharm community edition" 6) after the downloading: 1) run that downloaded file 2) click on "yes" on window prompt 3) select your folder where you want to maintain PyCharm 4) click on next 5) select two check list: i) select desktop shortcut ii) Add bin to Path iii) click on next 6) click on install 7) click on finish ======================================================= Project Setup Environment: ========================== 1) changing the theme: ===================== customize appearances theme select light theme font select your font 2) create the project ===================== click on new project enter your title create 3) Add directory into your project: =================================== select your project right click of mouse new directory enter the title click on enter 4) Add python files into directory ================================== python file ==> .py file select your directory right click of mouse new python file enter title click on enter button 5) Write the test case into .py file 6) Run that .py file right click of mouse on your .py file run ".py file"