Python SDET Day 01

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


Complete and Continue  
Discussion

0 comments