i cee tea Flashcards
is a popular programming language.
Python
Python as created by
Guido van Rossum, and released in 1991.
python is used for? 1,2,3,4
web dev,software dev,mathematics,system scripting
server-side or executed by the server
python
high-level programming language known for its readability and versatility
software development
allows you to perform mathematical tasks on numbers
Mathematics
create scripts that can run commands, manipulate data, and interact with other programs or systems
system scripting
What can Python do?
Python can be used on a server to create web applications.
•Python can be used alongside software to create workflows.
•Python can connect to database systems. It can also read and modify files.
•Python can be used to handle big data and perform complex mathematics.
Python can be used for rapid prototyping or production-ready software development.
Why Python?
-Python works on different platforms.
-Python has a simple syntax similar to that of the English language.
-Python has a syntax that allows developers to write programs with fewer lines than some other programming languages.
-Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.
is a simulation of how a real software product will look, work, and feel. Typically built early in the software development process, prototypes are primarily for design feedback and user testing.
prototype in software development
Python can be treated in a ____
procedural way, an object-oriented way or a functional way.
Like a mini-program inside python, with its own set of rules and behaviors.
object
The most recent major version of Python is ___
Python 3. However, Python 2, although not being updated with anything other than security updates, is still quite popular.
Python will be written in a ___
text editor. It is possible to write Python in an Integrated Development Environment(IDE), such as Thonny, Pycharm, Netbeans, or Eclipse which are particularly useful when managing larger collections of Python files.
Python was designed for readability and has some similarities to the English language with influence from mathematics.
.