Python is general purpose programming language, its interpreter and compact. Its readable like pseudo code. Technically talking python is a dynamic typing language and object oriented. It has lot of functional programming features to support compact programming. It has meta programming to change python constructs itself. Its extensible in C/C++. Python used for web programming, scientific and numeric computing, scripting, testing, automation also.
FMEA means Failure Mode and Effects Analysis. There are 3 types of FMEAs. System FMEA (SFMEA) Design FMEA (DFMEA) Process FMEA (PFMEA) SFMEA is for System and used to analyze the failures of the end product in a customer's system. It focuses on the potential failure modes associated with the functions of the end product. DFMEA begins with the development of information to understand the system, subsystem or component being analyzed and defines their functional requirements and characteristics. It focuses on potential failure modes associated with the function of each system, subsystem or component being analyzed. PFMEA is used to analyze manufacturing and assembly processes. It focuses on process inputs. FMEA Processes - Steps Involved There are 13 steps in creating an FMEA. Please find the attached diagram. Step 2: Define the Function What is the system, the sub system or process steps supposed to d...