Day 3 Review Flashcards
(5 cards)
1
Q
What is a Python decorator?
A
A function that modifies another function.
2
Q
Can you look at metadata using Python?
A
Yes! Metaprogramming!
3
Q
Which module(s) help with testing?
A
pytest, unittest
4
Q
What does the DBAPI do?
A
The DBAPI standardizes interaction with DBMSystems
5
Q
Are there GUI frameworks for Python?
A
Yes! PyQt5 was the one we saw.