(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
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