Python for Undergraduate Engineers
  • About
  • Book
  • Gear
  • Now
  • Archives

Slides from my PyPDX West Presentaion

Date Wed 09 October 2019 Tags python / jupyter / jupyterhub

Intro SlideI gave a presentation at the first PyPDX West Meetup held in Hillsboro, OR. This post contains the slides from my presentation on JupyterHub and how JupyterHub is used to teach Python at our college.

more ...

My book Problem Solving with Python is available on Amazon

Date Wed 18 September 2019 Tags python / resources

Problem Solving with Python 3.7 Edition cover

My book: Problem Solving with Python 3.7 Edition is available on Amazon. This is the second edition of the book. The 3.7 Edition has a bunch of updates and improvments and is tested to work with Python 3.7: Link to Amazon

The 3.7 Edition of the …

more ...

Estimating the Deflection of a Truncated Cone using Python

Date Tue 02 July 2019 Tags python / strengths / engineering / materials science / jupyter notebook

segmented cone

In this post, we will complete a problem that might come up in a Strength of Materials class. We'll estimate the deflection of a truncated cone given an applied load using Python.

The Problem¶

Below is an engineering mechanics problem that can be solved in Python. Follow along this post …

more ...

Plotting a Stress Strain Curve with Python and Matplotlib

Date Fri 17 May 2019 Tags python / matplotlib / engineering / jupyter / notebook

stress strain curve

In this post, we'll use data from a tensile test to build a stress strain curve with Python and Matplotlib.

A tensile test is a type of mechanical test performed by engineers used to determine the mechanical properties of a material. Engineering metal alloys such as steel and aluminum alloys …

more ...

Plotting Bond Energy vs. Distance with Python and Matplotlib

Date Wed 03 April 2019 Tags python / matplotlib / engineering / plotting / jupyter notebook

bond energy vs. distance curve

Atoms in solid materials like steel and aluminum are held together with chemical bonds. Atoms of solid materials are more stable when they are chemically bonded together, and it takes energy to separate atoms which are joined together with a chemical bond. The bonding energy associated with a chemical bond …

more ...

  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • »

About Peter Kazarinoff
I teach engineering at a community college in the Pacific Northwest. I am interested in programming and how to help students. Here I mostly blog about Python, and how programing can be incorporated into engineering education.

  • Recent Posts

    • How to open a Jupyter notebook by double-clicking
    • Exponents and Logs with Python
    • How to do Trig with Python
  • Tags

    • engineering
    • flask
    • jupyter
    • jupyter notebook
    • matplotlib
    • microcontroller
    • micropython
    • pelican
    • python
    • sensor
  • GitHub Repos

    Status updating...

    @professorkazarinoff on GitHub

© 2022 Peter Kazarinoff · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top