






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This document tells students about a python course
Typology: Slides
1 / 12
This page cannot be seen from the preview
Don't miss anything!







Introduction To Python
Python Edition
What is Python? Today’s Lesson Overview Today’s Lesson & Guided Practice An Overview Of This Course Some Tips For Learning Python Independent Activity TH
E Nod e Foundation Programming Language: What is Python?: Vocab A programming language is a language we can use to tell a computer what we want it to do. Ex: Python, HTML, Javascript, Input: The information a computer takes in from the user to calculate/create something. Output: The information a computer gives back to the user based off the input. High Level Programming Lang. : A programming language with several levels between itself and the processor, a programming language that is closer to human language. TH
In this course, you will learn Python step by step through a guided practice and an independent practice in every session. By the end of this course, you should be able to make a complex text-based game in Python and have a solid foundation to continue your coding adventures from here. An Overview of This Course TH
Today’s Lesson: print() and input() Hello world! TH
TH
BUT FIRST!!! https://replit.com/signup
Make a program that asks someone who they are and how they want to be greeted, then use that info to greet them Independent Practice TH
QUESTIONS? TH