This website consists of example problems from numerical methods for engineers. The first examples apply to roots, plotting roots, maximums, mininums, and optimization problems. You have enough examples so that you become familiar with the syntax used in Python. The examples have been tested and the output of the programs are listed in the comments for each. All programs were run on Python using the Jupyter Notebook. Installation of Jupyter Notebook is detailed in the authors website at https://www.salarsen.com. All programs except PuLP will run on https://python-fiddle.com. If you have never used Python, I recommend the manual Introduction to Engineering Python: For First Year Engineering Students by Steve Larsen. It is availble on Amazon. AI is a game changer in programmming. But you still have to be able to read the code generated in Bing, Copilot, or Google! Happy programming!