Day 3 Review Flashcards

(5 cards)

1
Q

What is a Python decorator?

A

A function that modifies another function.

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

Can you look at metadata using Python?

A

Yes! Metaprogramming!

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

Which module(s) help with testing?

A

pytest, unittest

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

What does the DBAPI do?

A

The DBAPI standardizes interaction with DBMSystems

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

Are there GUI frameworks for Python?

A

Yes! PyQt5 was the one we saw.

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