
In this section we will see basics of python and importance of python in Engineering
If you have python installed already you can skip to next video
This video explains to install Anaconda navigator a python distributor. We will be using Anaconda through out the course
In this lecture we will see how to access resource files and open it in jupyter notebook
You will learn basics of python and data types
In this lecture we will learn how to perform mathematical operations
Explore while loops in python through a summing example: initialize sum, increment i, update sum, print running totals, and apply break conditions; compare with for loops and touch on Newton-Rapson.
Explore numpy in mechanical engineering: generate equally spaced numbers with linspace and arange, perform elementwise operations like x squared, and practice matrix addition and dot products.
Plot data with matplotlib in Python using pyplot. Create x and y data, add titles, labels, legends, axis limits, and plot multiple series with styles on one figure.
In this lecture we will see how can we plot subplots in python using Matplotlib
Master grid spec layouts in Matplotlib to arrange three subplots in a 2x2 grid, customize figure and axis backgrounds, enable grid lines, and manage legends.
This lecture is about how to plot data in polar coordinates
In this lecture we will learn the how to analyse stress values according to failure theories.
Demonstrates how to build a shear force and bending moment diagram for a simply supported beam under a uniform load by computing reactions, V(x), M(x), and plotting with fill-between shading.
Compute shear force and bending moment diagrams for a simply supported beam with a distributed load, calculate reactions, and plot the SFD and BMD using a Python program.
Develop a Python program to compute the slider-crank kinematics, including displacement, velocity, and acceleration as the crank rotates, using theta, omega, radius, and connecting rod length, with SciPy derivative functions.
This lecture is for demonstration that how python scripts are used in design, simulation, softwares
In this lecture we are going to learn about calculating the fatigue criteria
In this lecture SDOF problem will be solved using ODEINT module from SciPy
In this lecture we will plot the frequency response of system
In this lecture it is demonstrated, how natural frequencies are calculated with SciPy linalg module.
This lecture demonstrate the generate the frequency response of MDOF system
Program a quarter car suspension model in Python using numpy to simulate a sinusoidal road surface with amplitude and frequency, and compute vehicle and wheel displacements and velocities.
Model the quarter car suspension response to a road with a single bump using a time-limited forcing function, and examine how stiffness, damping, and velocity shape peak displacement.
We will learn how to plot stream lines of the fluid.
The one-dimensional (1D) heat equation is the standard PDE that models how temperature diffuses along a thin rod (or in any 1D domain) over time.
In heat equation, α is the thermal diffusivity of the material.
Thermal diffusivity measures how quickly temperature disturbances spread through the material; higher αα means faster diffusion and faster smoothing of the temperature profile.
Explore the temperature distribution in a 2D square plate by solving with finite difference under boundary conditions, using Python to iterate and visualize results.
This lecture demonstrates solving a linear programming problem using the simplex method. It shows converting constraints to ≤ form and obtaining the minimum objective value for x1, x2, x3.
Learn symbolic mathematics in Python for mechanical engineers using the sympy library to represent equations as symbols, perform polynomials, calculus, limits, differentiation, integration, series, and solve systems and matrices.
Develop a Python Tkinter GUI for a simply supported beam SFD and BMD calculator, with labeled inputs for beam length, point load, and distance from the left, plotting with Matplotlib.
Create a Tkinter graphical user interface that displays shear force and bending moment diagrams for a beam using Matplotlib figures and canvases, with grid layout and labeled axes.
This Course will bring awareness of importance of python and applications of python in solving engineering problems. We will see some important libraries like SciPy, Numpy, Matplotlib, Pandas etc. used in scientific computation.
This course includes Python Programs on Mechanics, Machine Design, Fluid Mechanics, Thermal Science, Heat Transfer, Vibrations, Optimization etc. It has covered various types of plots including line plots and 2D,3D contours plots where we can use this in visualizing engineering data.
We will review how to make plots as well as how to make interactive plots, analyze test data and some optimization part.
It covers from basic to advanced programs in mechanical fields.
It has following sections
1. Basic Concepts in Python
2.Programs on Mechanics, Machine Design etc.
3. Programs on Mechanical Vibrations
4. Programs on Fluid Mechanics, Thermal Science and Heat Problems.
5. Programs on Engineering Mathematics
6. Some Advanced programs like FFT use, Filter, Data Analysis.
7. Build Interactive GUI application
What you will learn,
- Importance of python in mechanical fields in research and computations.
- Basics of Python programs from engineering point of view.
- Learn to solve engineering problems.
- Make yourself ready for one step ahead.
- You can build a project on yourself in your favorite domain.
- You will be able to use loops, functions, different libraries, custom functions to solve engineering problems.