Refrence
Showing posts with label python. Show all posts
Showing posts with label python. Show all posts
One day Workshop on "Engineering Application of python for budding entrepreneurs"
One day workshop on python programming of engineers
Content
1. Python Basics.
a) Print methods.
b) Arithmetic methods.
c) Loops,
d) List methods.
e) String methods.
f) Dictionary methods.
g) Functions.
h) Class methods.
2. Visualization.
a) Line charts.
b) Bar charts.
c) Pie charts.
d) Multiple charts.
e) Title and legends.
3. Numerical python.
a) Mathematical operators.
b) Matrix operations
4. Application in Engineering mechanics.
a) Calculation of Moment of inertia of I and L sections.
b) Friction.
5. Application in Strength of material.
a) Plotting bending and shear forces of simply supported beam carrying point load and Uniformly distributed load.
6. Application in Design of reinforce and steel structures.
a) Design of reinforced concrete slab
b) Design of Bolted butt joint
7. Application in plotting signals.
a) Saw tooth Wave.
b) Rectangular wave.
c) Triangular wave.
Numpy class tutorial
Numpy
In [ ]:
import numpy as np
a=np.array([1,2,3,4])
print(a)
Subscribe to:
Posts (Atom)