A-Level Transition Work · A-Level Transition Work Episode II –The Empire Codes Back. Creating A...

5
A-Level Transition Work Episode II – The Empire Codes Back

Transcript of A-Level Transition Work · A-Level Transition Work Episode II –The Empire Codes Back. Creating A...

Page 1: A-Level Transition Work · A-Level Transition Work Episode II –The Empire Codes Back. Creating A Calculator (with Graphics) Use the series of tutorials linked on the next slide

A-Level Transition WorkEpisode II – The Empire Codes Back

Page 2: A-Level Transition Work · A-Level Transition Work Episode II –The Empire Codes Back. Creating A Calculator (with Graphics) Use the series of tutorials linked on the next slide

Creating A Calculator (with Graphics)

Use the series of tutorials linked on the next slide to learn how Graphical User Interfaces (GUI) are created with Python and make a calculator app.

Make sure that you have Python install on your computer (www.python.org) and store all the versions of your program in the same folder.

Don’t forget to save often and experiment with different settings

Page 3: A-Level Transition Work · A-Level Transition Work Episode II –The Empire Codes Back. Creating A Calculator (with Graphics) Use the series of tutorials linked on the next slide

Calculator Project

Stage Link Completed

1. Hello World https://youtu.be/yQSEXcf6s2I

2. Grids https://youtu.be/BSfbjrqIw20

3. Buttons https://youtu.be/yuuDJ3-EdNQ

4. Inputs https://youtu.be/7A_csP9drJw

5. Calculator https://youtu.be/F5PfbC5ld-Q

6. A Better Calculator https://youtu.be/XhCfsuMyhXo

7. An Even Better Calculator https://youtu.be/oq3lJdhnPp8

Page 4: A-Level Transition Work · A-Level Transition Work Episode II –The Empire Codes Back. Creating A Calculator (with Graphics) Use the series of tutorials linked on the next slide

Pioneers in Computer Science

Many people have been influential in the development of modern Computer Science. I have selected some of the ones that you may not be so aware of below. Pick one of them and research what they did and use this to create a short report about who they were and how they influenced modern Computer Science.

Grace Hopper Charles Babbage Alan Turing

Page 5: A-Level Transition Work · A-Level Transition Work Episode II –The Empire Codes Back. Creating A Calculator (with Graphics) Use the series of tutorials linked on the next slide

Further Watching