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 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 SLOPE OF A LINE PYTHON PROGRAMMING ACTIVITY

SLOPE OF A LINE 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 the slope formulaoverview of writing the equation of a line in slope-intercept form, given the slope and a pointa Python program that finds the slope of a l
Preview of DRAWING A GRAPH PYTHON PROGRAMMING ACTIVITY

DRAWING A GRAPH 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. Recommended prerequisite: The Table of Values Python Programming Activity or a familiarity with lists and the SymPy symbolic manipulation library. This activity includes the following: a simple
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 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-6 of 6 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.