Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

PYTHON Projects

Air Standard Cycle Simulator
AIM:  Plotting P-V diagram and efficiency calculation of the Otto Cycle.GOVERNING EQUATIONS:Otto cycle is a gas power cycle that is used in a spark-ignition internal combustion engine (modern petrol engines). It is an air standard cycle which approximates the processes in petrol or diesel…
  • BIM
  • CAE
  • CFD
  • FEA
  • PYTHON

Project submitted by -

submitdetails

NAVEEN

Know more
AIM: To write a python script to solve for the minimum value of pressure using the Newton Raphson method. OBJECTIVES : To use the Newton Raphson method to find out the value of pressure for h = 0.6. To find the optimal relaxation factor for this problem with the help of a suitable plot. To tabulate the results…

Project submitted by -

submitdetails

Shubhranshu

Know more
AIM:  To simulate the transient behavior of a simple pendulum and to create an animation of its motion. OBJECTIVE :  To write a program in Python that solves the second-order ODE corresponding to the motion of a simple pendulum and to plot its angular displacement and angular velocity wrt time. To create…

Project submitted by -

submitdetails

Shubhranshu

Know more
AIM:  To write a program in Python to solve an Otto cycle and make plots for it. OBJECTIVE : To solve and find out different state variables in the Otto cycle and plot its a p-V diagram. To calculate the thermal efficiency of the given Otto cycle. THEORY: The Otto cycle is the perfect cycle for sparkle…

Project submitted by -

submitdetails

Sourabh

Know more
AIM : To write codes in Python to perform curve fitting. OBJECTIVE :  To wite codes to fit a linear and cubic polynomial for the Cp data. To plot the linear and cubic fit curves along with the raw data points. To measure the fitness characteristics for both the curves. THEORY : Curve fitting…

Project submitted by -

submitdetails

Sourabh

Know more
1.Question¶ import pandas as pdimport numpy as np Customer_Detail=pd.read_csv('customer_details.csv')Customer_Policy=pd.read_csv('customer_policy_details.csv') Customer_Detail.columns=['Customer_id','Gender','Age','Driving Licence Present','Region Code','Previously Insured','Vehicle age','Vehicle Damage'] Customer_Policy.columns=['Customer_id','Annual…

Project submitted by -

submitdetails

Sushant

Know more