(Week 6) Python Flashcards

1
Q

What are the common uses for python?

A

-Web development
-Database access
-AI
-Mobile Apps
-Embedded systems
-Rapid development/ prototyping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Is python interpreted or compiled?

A

Interpreted
It distributes source code, needs an interpreter to run, is platform independent, usually slower, and changes quickly on the fly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly