Programs, programs, everywhere! This is a starter activity and should take 5 minutes 1.Open up a text editor such as Notepad. 2.Write a list of all the.

Slides:



Advertisements
Similar presentations
compilers and interpreters
Advertisements

COMPUTER PROGRAMMING Task 1 LEVEL 6 PROGRAMMING: Be able to use a text based language like Python and JavaScript & correctly use procedures and functions.
Chapter 2 First Java Programs
Creating a Program In today’s lesson we will look at: what programming is different types of programs how we create a program installing an IDE to get.
Chapter 1 These slides for CSE 110 Sections are based in part on the textbook-authors’ slides, which are copyright by the authors. The authors state that.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design First Edition by Tony Gaddis.
Class 1: What this course is about. Assignments Reading: Chapter 1, pp 1-33 Do in Class 1: –Exercises on pages 13, 14, 22, 28 To hand in in Class 2: –Exercises.
Introduction to Python: Slides Referenced in Homework 0 CSE-391: Artificial Intelligence University of Pennsylvania Matt Huenerfauth January 2005.
Copyright 2003 Scott/Jones Publishing Brief Version of Starting Out with C++, 4th Edition Chapter 1 Introduction to Computers and Programming.
PYTHON: LESSON 1 Catherine and Annie. WHAT IS PYTHON ANYWAY?  Python is a programming language.  But what’s a programming language?  It’s a language.
Activity 1 - WBs 5 mins Go online and spend a moment trying to find out the difference between: HIGH LEVEL programming languages and LOW LEVEL programming.
Chapter 1: Python Basics CSCI-UA 0002 – Introduction to Computer Programming Mr. Joel Kemp.
Real World Programming BBrewer Fall Programming - Bellwork 1.Log on 2.Go to edmodo 3.Open & Save Vocabulary Graphic Organizer and Analaysis Document.
Python Mini-Course University of Oklahoma Department of Psychology Day 1 – Lesson 2 Fundamentals of Programming Languages 4/5/09 Python Mini-Course: Day.
Lecture Note 3: ASP Syntax.  ASP Syntax  ASP Syntax ASP Code is Browser-Independent. You cannot view the ASP source code by selecting "View source"
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming 1.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
1 Chapter 2 First Java Programs Fundamentals of Java: AP Computer Science Essentials, 4th Edition Lambert / Osborne.
Python Programming Introduction to programming using python.
Lesson 6. GCSE Computing – programming languages Candidates should be able to:  describe common tools and facilities available in an integrated development.
Do it now activity Last term we learnt about how data is represented in a computer and about how to identify different volumes of data. How many bits in.
Copy, paste, amend This is a starter activity and should take 5 minutes [ slide 1 ] 1.Log in to your computer 2.Open myEtchASketch.py in IDLE 3.Check you.
Guide to Programming with Python Chapter One Getting Started: The Game Over Program.
Python Programming Using Variables and input. Objectives We’re learning to build functions and to use inputs and outputs. Outcomes Build a function Use.
Type accurately challenge! This is a starter activity and should take 2 minutes [ slide 1 ] 1.Can you type out the code in Code Box 2.1 with no errors.
Make a blank window This is a starter activity and should take 5 minutes [ slide 1 ] 1.Log in to your computer 2.Open IDLE 3.In script mode create a file.
Class 1: What this course is about. Assignment Read: Chapter 1 Read: Chapter 1 Do: Chapter 1 ‘workbook’ pages not finished in class Do: Chapter 1 ‘workbook’
Lesson 6. Python 3.3 Objectives. In this lesson students will learn how to output data to the screen and request input from the user. Students will also.
Fill the screen challenge! This is a starter activity and should take 3 minutes [ slide 1 ] 1.Log in to your computer 2.Open IDLE 3.In interactive mode,
Python Programming Using Variables and input. Objectives We’re learning to use basic knowledge of variables combined with user input. Outcomes Continue.
Maths in Python [ slide 5 ] 1.Copy the table 2.Race a friend with a calculator to see whether Python is faster than a calculator: a) 5 * 6.5 = b)7 / 3.
Make a dice challenge! This is a starter activity and should take 5 minutes [ slide 1 ] 1.Log in to your computer 2.Open IDLE 3.Copy the code below in.
OCR Computing GCSE © Hodder Education 2013 Slide 1 OCR GCSE Computing Python programming 4: Writing programs.
Introduction to Python Lesson 1 First Program. Learning Outcomes In this lesson the student will: 1.Learn some important facts about PC’s 2.Learn how.
ALAN….ALAN… ALAN. WHO IS ALAN TURING?
CSC 1010 Programming for All Lecture 2 Introduction to Python Some material based on material from Marty Stepp, Instructor, University of Washington.
8 January 2016Birkbeck College, U. London1 Introduction to Programming Lecturer: Steve Maybank Department of Computer Science and Information Systems
Coding Time This is a starter activity and should take about 10 minutes [ slide 1 ] 1.Log in to your computer 2.Open IDLE 3.Start a script session (Select.
5.01 Understand Different Types of Programming Errors
How to Execute first program in Borland C++. Install Borland C++ Download Borland C++ from LMS – rland%20C++%20V3.1.ziphttp://vulms.vu.edu.pk/Courses/CS609/Downloads/Bo.
Python Lesson 2.
Programming Objectives What is a programming language? Difference between source code and machine code What is python? – Where to get it from – How to.
Chapter 1: Introduction to Computers and Programming.
CHAPTER 3 COMPLETING THE PROBLEM- SOLVING PROCESS AND GETTING STARTED WITH C++ An Introduction to Programming with C++ Fifth Edition.
Getting Started With Python Brendan Routledge
Chapter 6 Testing and running a solution. Errors X Three types Syntax Logic Run-time.
Introducing Python 3 Introduction to Python. Introduction to Python L1 Introducing Python 3 Learning Objectives Know what Python is and some of the applications.
Make a function This is a starter activity and should take 5 minutes [ slide 1 ] >>> def count(number): n=1 while n
Introduction to Programming
Development Environment
Operating Systems & System Software
5.01 Understand Different Types of Programming Errors
Whatcha doin'? Aims: To start using Python. To understand loops.
Writing, Compiling and Running a C program
Business Studies Year 10.
Introduction to Programming
G7 programing language Teacher / Shamsa Hassan Alhassouni.
Introduction to Programming
5.01 Understand Different Types of Programming Errors
Today’s lesson – Python next steps
For -G7 programing language Teacher / Shamsa Hassan Alhassouni.
Lesson Aims Vocabulary In this lesson you are going to:
Introduction to Programming
Pacman.
PYTHON: BUILDING BLOCKS Inputs & Outputs
Chapter 1: Programming Basics, Python History and Program Components
Introduction to Python
Do it now – PAGE 3 You will find your do it now task in your workbook – look for the start button! Thursday, 23 May 2019.
Starter Which of these inventions is: Used most by people in Britain
Presentation transcript:

Programs, programs, everywhere! This is a starter activity and should take 5 minutes 1.Open up a text editor such as Notepad. 2.Write a list of all the apps, programs and applications you have used so far today. 3.Be ready to share your ideas with the class. [ slide 1 ]

Lesson Aims 1.Learn about computer programming and the different languages that you can use 2.Meet Python 3 programming language 3.Learn how to use IDLE 4.Write and run your first program [ slide 2 ] Vocabulary Python 3 IDLE IDE output syntax error

Programming Session Rules 1.Try to complete the task set on your own computer 2.If you have finished and are waiting, you may: try out your own code help other students who are stuck. 3.When asked to stop: go back to your seat stop coding listen carefully. [ slide 3 ]

Python 3 runs on all computers: [ slide 4 ] 1.Use the textbook glossary to find out what an IDE is. 2.What does IDLE stand for?

Your first program – Hello World! 1. Type this into IDLE: This is from page 13 in Python Basics [ slide 5 ] 2. Find out how many ways there are of getting this to fail!

Making Mistakes [ slide 6 ]

Homework 1.Install and test Python 3 on your home computer 2.Visit and read: [ slide 7 ]

Chapter Summary 1. Coding is... [ slide 8 ] In this lesson you have learnt: writing instructions for computers 2. Python 3 is...a great programming language 3. An IDE is...an integrated development environment 4. IDLE is...the IDE that comes with a standard Python install 5. Output is...data that is sent from a program to a screen 6. A syntax error is... an error produced when a computer cannot recognise the code supplied by a programmer