Scripting and Application Development Flashcards
How do scripting, programming, and software engineering differ?
-Scripting is code used to perform tasks
-Programing is creating tools and software
-Software engineering includes design, development, and implementation.
What is an Application Programming Interface (API)?
A set of defined rules that enable different applications to communicate with each other and exchange data and functionality easily and securely.
What is Object-oriented programming?
Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code: data in the form of fields, and code in the form of procedures.
What does the pop function do in Python?
The pop() method removes the element at the specified position.