1 / 42

CARR HEAD - PYTHON 1

CARR HEAD - PYTHON 1. This first Python presentation explains how to set up the latest windows 3.1 version of the open source software which…. CARR HEAD - PYTHON 1.

deanna
Download Presentation

CARR HEAD - PYTHON 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CARR HEAD - PYTHON 1 This first Python presentation explains how to set up the latest windows 3.1 version of the open source software which…

  2. CARR HEAD - PYTHON 1 This first Python presentation explains how to set up the latest windows 3.1 version of the open source software which is pre-installed on all our laptops.

  3. CARR HEAD - PYTHON 1 This first Python presentation explains how to set up the latest windows 3.1 version of the open source software which is pre-installed on all our laptops. But, first of all, why are we starting off our written program lessons using the Python programming language rather than…

  4. CARR HEAD - PYTHON 1 This first Python presentation explains how to set up the latest windows 3.1 version of the open source software which is pre-installed on all our laptops. But, first of all, why are we starting off our written program lessons using the Python programming language rather than any other language such as C or Java?

  5. CARR HEAD - PYTHON 1 The Python programming language is well used in industry and commerce at such places as…

  6. CARR HEAD - PYTHON 1 The Python programming language is well used in industry and commerce at such places as British Aerospace, BAE Warton.

  7. CARR HEAD - PYTHON 1 The Python programming language is well used in industry and commerce at such places as British Aerospace, BAE Warton. It is also taught at university level as part of undergraduate and postgraduate computing degrees…

  8. CARR HEAD - PYTHON 1 The Python programming language is well used in industry and commerce at such places as British Aerospace, BAE Warton. It is also taught at university level as part of undergraduate and postgraduate computing degrees. Perhaps more importantly it is …

  9. CARR HEAD - PYTHON 1 The Python programming language is well used in industry and commerce at such places as British Aerospace, BAE Warton. It is also taught at university level as part of undergraduate and postgraduate computing degrees. Perhaps more importantly it is the programming choice for our local high schools from year 9.

  10. CARR HEAD - PYTHON 1 We will start off by learning how to open the Windows Python Graphical user interface, GUI, program.

  11. CARR HEAD - PYTHON 1 We will start off by learning how to open the Windows Python Graphical user interface, GUI, program. The program should open by clicking on the Python Icon which should be visible on the “task bar”…

  12. CARR HEAD - PYTHON 1 We will start off by learning how to open the Windows Python Graphical user interface, GUI, program. The program should open by clicking on the Python Icon which should be visible on the “task bar” of each laptop:-

  13. CARR HEAD - PYTHON 1 Following a double click on the Python icon on the task bar the Python Shell will appear after a few seconds:-

  14. CARR HEAD - PYTHON 1 Following a double click on the Python icon on the task bar the Python Shell will appear after a few seconds:-

  15. CARR HEAD - PYTHON 1 Following a double click on the Python icon on the task bar the Python Shell will appear after a few seconds:- The Python shell is known as the interactive window.

  16. CARR HEAD - PYTHON 1 It might be a good idea to click on the options drop down menu to select the formatting of your choice.

  17. CARR HEAD - PYTHON 1 It might be a good idea to click on the options drop down menu to select the formatting of your choice. I like Arial Bold and size 14/16!

  18. CARR HEAD - PYTHON 1 It might be a good idea to click on the options drop down menu to select the formatting of your choice. Select Configure IDLE.

  19. CARR HEAD - PYTHON 1 Here is Arial font

  20. CARR HEAD - PYTHON 1 Here is Arial font Here is Size 14

  21. CARR HEAD - PYTHON 1 Here is Arial font Here is Size 14 Here is Bold font

  22. CARR HEAD - PYTHON 1 Here is Arial font Here is Size 14 Here is Bold font Click to Apply

  23. CARR HEAD - PYTHON 1 The Python Shell window now needs to be resized and moved to the occupy the whole of the left hand side of the screen.

  24. CARR HEAD - PYTHON 1 The Python Shell window now needs to be resized and moved to the occupy the whole of the left hand side of the screen.

  25. CARR HEAD - PYTHON 1 The Python Shell window now needs to be resized and moved to the occupy the whole of the left hand side of the screen. To do this manually takes skill and time…

  26. CARR HEAD - PYTHON 1 The Python Shell window now needs to be resized and moved to the occupy the whole of the left hand side of the screen. To do this manually takes skill and time so we use another windows short cut:-

  27. CARR HEAD - PYTHON 1 Click in the window. Hold down Windows key and press the left hand arrow key:-

  28. CARR HEAD - PYTHON 1 Next click on the file drop down menu:-

  29. CARR HEAD - PYTHON 1 Next click on the file drop down menu:-

  30. CARR HEAD - PYTHON 1 Next click on the file drop down menu:- Select New File:-

  31. CARR HEAD - PYTHON 1 Next click on the file drop down menu:- Select New File:- A second Window will Open:-

  32. CARR HEAD - PYTHON 1 The new window is Untitled and overlays the Python Shell Window.

  33. CARR HEAD - PYTHON 1 The new window is Untitled and overlays the Python Shell Window. Who can guess what we do next?

  34. CARR HEAD - PYTHON 1 We click in the Untitled window and use the windows key plus right hand key.

  35. CARR HEAD - PYTHON 1 We click in the Untitled window and use the windows key plus right hand key. To fill the right hand side of the screen:-

  36. CARR HEAD - PYTHON 1 We should now have a full screen:-

  37. CARR HEAD - PYTHON 1 We should now have a full screen:- On the left is the interactive window…

  38. CARR HEAD - PYTHON 1 We should now have a full screen:- On the left is the interactive window and on the right the script window.

  39. CARR HEAD - PYTHON 1 We should now have a full screen:- On the left is the interactive window and on the right the script window. We write our code in the script window…

  40. CARR HEAD - PYTHON 1 We should now have a full screen:- We write our code in the script window and on the left, in the interactive window, the results of our coding will appear.

  41. CARR HEAD - PYTHON 1 We should now have a full screen:- This is the end of PYTHON 1 – How to set up the Windows Python Graphical user interface, GUI, program.

  42. CARR HEAD - PYTHON 1 This is the end of Power Point presentation PYTHON 1

More Related