Python SDET Day 01
- All Python programs are marked or tagged with file extension .py
- For our computer to understand what Python is, it needs an interpreter.
- Google “Download Python” the latest from https://www.python.org/downloads/
- Work on Windows, Mac or Linux.
- I am doing it on Windows. Will also show same execution on mac after couple of weeks.
- Google “Download PyCharm IDE” - https://www.jetbrains.com/pycharm/download/
- PyCharm is a popular Python IDE with a Free Community Edition.
- IDE = Integrated Development Environment.
- Helps to make our coding job easier. R, W, E, R, D is easy through IDE.
- CMD - Command Prompt. Helps to write or maintain our filesystem without UI File Explorer.
- Type python to see if it is installed.
- Place the code onto GitHub.com … as long as you promise to use only for reference and write your own code.
- Print statement
- Comments.
Complete and Continue
0 comments