TPT
Total:
$0.00
CollegeMathComputers Banner

CollegeMathComputers

Rated 0 out of 5
12 Followers
Boulder City, Nevada, United States
About the store
I have 18 years teaching all levels of mathematics at the high school level, and 10 years teaching all levels of mathematics at the college level. Prior to teaching I was a computer programmer in the aerospace and CAD industries; I also worked many years as a freelance web designer and web programmer.
Read more
Back

Python Programming

Preview of PYTHAGOREAN THEOREM PYTHON PROGRAMMING ACTIVITY

PYTHAGOREAN THEOREM PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: a Python program that will calculate the length of a hypotenuseThree exercise sets with suggestions on how to modify and improve the program, including how to perform s
Preview of ABSOLUTE VALUE PYTHON PROGRAMMING ACTIVITY

ABSOLUTE VALUE PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: overview of how to solve an absolute value equation by handa Python program for the student to type into their Python interpreterThree exercise sets with suggestions
Preview of GRAPHING LINEAR FUNCTIONS PYTHON PROGRAMMING ACTIVITY

GRAPHING LINEAR FUNCTIONS PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: a simple Python program that draws a line segment between 2 pointsan overview of how to calculate the y-values for a given pair of x-values using f(x1) and f(x2)Three e
Preview of QUADRATIC FORMULA PYTHON PROGRAMMING ACTIVITY

QUADRATIC FORMULA PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: overview of how to solve a quadratic equation using the Quadratic formulaa Python program that calculates the solutions of ax^2 + bx + c = 0Three exercise sets with sug
Preview of PARALLEL AND PERPENDICULAR LINES PYTHON PROGRAMMING ACTIVITY

PARALLEL AND PERPENDICULAR LINES PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: a Python program that determines whether a pair of lines with the given slopes are parallel, perpendicular, or neitherTwo exercise sets with suggestions on how to modif
Preview of DISTANCE FORMULA AND MIDPOINT PYTHON PROGRAMMING ACTIVITY

DISTANCE FORMULA AND MIDPOINT PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: formulas for distance formula and midpointa Python program that calculates the distance between two pointsAn exercise set with suggestions on how to modify and improve
Preview of COMPLETING THE SQUARE PYTHON PROGRAMMING ACTIVITY

COMPLETING THE SQUARE PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: overview of how to solve a quadratic equation by completing the squarea Python program for the student to type into their Python interpreterTwo exercise sets with sugge
Preview of LINEAR EQUATIONS PYTHON PROGRAMMING ACTIVITY

LINEAR EQUATIONS PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It is an excellent introduction to Python programming which is why we're offering it for free (and hopefully you will check out our other Python programming activities.) This activity includes
Preview of SOLVING A LINEAR EQUATION PYTHON PROGRAMMING ACTIVITY

SOLVING A LINEAR EQUATION PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: the solution to ax + b = 0 is x = -b/aa Python program that solves a linear equation in the form ax + b = 0Two exercise sets with suggestions on how to modify and impro
Showing 1-9 of 9 results

About the store

Experience

I have 18 years teaching all levels of mathematics at the high school level, and 10 years teaching all levels of mathematics at the college level. Prior to teaching I was a computer programmer in the aerospace and CAD industries; I also worked many years as a freelance web designer and web programmer.

Teaching style

In my experience, students prefer traditional instruction: examples, guided practice, independent practice. I incorporate graphing calculators as much as possible into instruction because students love handheld devices and trying things out on their own.

My own education history

B.S. in Mathematics-Computer Science, UCLA; M.Ed UCLA; M.A. Mathematics, UC Riverside.

Additional biographical information

My textbook "Programming Precalculus with Python" will be published by Cognella Publishing in Winter 2023. This textbook teaches both Precalculus and Python concepts completely integrated.