VOICE OF CODING
  • Scratch
  • Python
  • Machine Learning
  • About Us
  • Sign Up
Picture

Python Curriculum
  1. What is computer science?
  2. What is Python?
  3. How do you debug code? 
  4. What is programming logic?

Introduction to Python (Day 1)
Python Basics
​Students will learn how to:
  • print in console
  • write a comment
  • use variables in code

Data Types
​Students will learn how to:
  • use and differentiate data types
  • cast into different data types
  • concatenate strings and integers

Conditionals: Logic Gates (Day 2)
Operators
Students will learn how to:
  • write arithmetic, assignment, comparison, logical operators
  • use the boolean data type
  • use basic logic gates​
Mathematical Operations
Students will learn how to:
  • code and solve math equations in Python

Conditionals and Loops (Day 3)
If-Statements
Students will learn how to:
  • create conditional code segments
  • write an if-statement
  • write else and elif statements
For-Loops
Students will learn how to:
  • create repeating blocks of codes
  • use the "in" syntax
  • nest for-loops within another

Loops Continued (Day 4)
While Loops
Students will learn how to:
  • repeat pieces of code
  • create conditions for while loops
  • differentiate between a while and for loop

Review (Day 5)
Optional Pathways
Students will learn how to:
  • use string functions and string indexes
  • obtain user inputs
  • create and change lists 
  • ​code a simple game

​Students may be given homework each week.
Resources: 
https://www.online-python.com/
https://www.w3schools.com/python/python_exercises.asp
https://pythongeeks.org/python-projects/

Powered by Create your own unique website with customizable templates.
  • Scratch
  • Python
  • Machine Learning
  • About Us
  • Sign Up