nighthawkcoders / portfolio_2025

Nighthawk Pages 3.0. This is a GitHub Pages project that includes support for Jupyter Notebooks. The project provides a game, lessons and projects to support the teaching of Career Technical Educations and AP courses: Computer Science and Software Engineering (CSSE), Computer Science Principles (CSP), and Computer Science A (CSA).
https://nighthawkcoders.github.io/portfolio_2025/
Apache License 2.0
0 stars 79 forks source link

3.3 Python Mathematical Expressions | Nighthawk Pages #296

Open utterances-bot opened 2 hours ago

utterances-bot commented 2 hours ago

3.3 Python Mathematical Expressions | Nighthawk Pages

Student led teaching on Mathematical Expressions. Learn how mathematical expressions involve using arithmetic operators (like addition, subtraction, multiplication, and division) to perform calculations

https://nighthawkcoders.github.io/portfolio_2025/csp/big-idea/p4/3-3-1

XavierTho commented 2 hours ago

PERIOD 4 REVIEW

Your descriptions and examples of algorithms are great & so to your mathematical operation section.

My suggestions to you would be to add popcorn hacks, a conclusion to sum up what was taught & things to research further into, & also a order of precedence table.

An order of precedence table is basically the order of operations we're familiar with (PEMDAS), with the addition of uniquely programming mathematical operations such unary operators, bitwise operators, and others.

Great job!