home.social

Search

19 results for “RodStephens”

  1. Verify Pick's Theorem in Python

    This example uses techniques from four previous examples to use Pick's Theorem to calculate polygon areas relatively easily.

    rodstephensbooks.com/picks_the

    #Python #Geometry #ComputerGraphics #Graphics #Mathematics

  2. A small experiment with Claude and ChatGPT

    This post asks ChatGPT and Claude to compare the broken window parable to a scene in the move "The Fifth Element."

    rodstephensbooks.com/small_ai_

    #AI #ArtificialIntelligence #ChatGPT #Claude #GenerativeAI #TheFifthElement

  3. Learn about numeric data types (and the number 998,001) in Python

    The value 1 / 998,001 has an interesting property, but to see it in Python you need to learn about numeric data types.

    rodstephensbooks.com/many_digi

    #Python #FloatingPoint #Decimal #Precision