hey if i had to code this for a portal frame. What are the modifications required?
@momoghanem74632 жыл бұрын
Thank you for the insightful video! Can you please share with us the script? I clicked on the link you gave for the code, but I couldn't find and download the script.
@EngineerHunter2 жыл бұрын
You can download on our Patreon page. Please check the link in the description.
@ДмитрийПисляков2 жыл бұрын
@@EngineerHunter Oh, the link for script download crash.
@yunuseminbacik59852 жыл бұрын
I am student at civil engineer and i started learn pyhton but i couldn't understand what is the different between python and sap2000 because(If we can use sap2000 all loading why we need to write code in python).
@yunuseminbacik59852 жыл бұрын
where we use python in civil engineering and is this necessary? i try to get information thanks for video
@EngineerHunter2 жыл бұрын
For practical at real design for construction, usually you don’t need Python. However, for research purposes, you can use Python to help in many topic of civil engineering such as optimization, etc.
@yunuseminbacik59852 жыл бұрын
well so what do you suggest for student, should they learn python, can they really help for optimazing engineering and where should they start?
@HashimAli-xx8gx2 жыл бұрын
Bro which library we should add in python to run that code
@EngineerHunter2 жыл бұрын
You need Numpy and Matplotlib.
@HashimAli-xx8gx2 жыл бұрын
@@EngineerHunter i install both of them but when i run your whole code its give me error, that one (Traceback (most recent call last): File "C:\Users\TahaHashim\Downloads\G-Beam-1..py", line 42, in beam_1 = Beam(E, I, nodes, bars) TypeError: Beam() takes no arguments) please guide me thanks for your precious time
@HashimAli-xx8gx2 жыл бұрын
@@EngineerHunter please guide me . I done everything step by step
@HashimAli-xx8gx2 жыл бұрын
Sir ?
@patrickwilkie5576 Жыл бұрын
@@HashimAli-xx8gxYou must have an error in your Beam class's __init__() method. Double check you have it indented properly and it follows all lines exactly as shown.