Libraries & Frameworks Flashcards

Week 1.8 (6 cards)

1
Q

library definition

A

external source of code which you can import &reuse in another piece of code

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

3 examples of python libraries

A
  1. random
  2. pandas
  3. matplotlib
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

define frameworks

A

contains external code, they are more prescriptive about how you use them

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

example of a framework

A

flask

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

describe flask

A
  • creates dynamic web applications
  • built-in development server
  • uses Jinja2 templates to create dynamic content easily
  • uses RESTful request dispatching - this makes passing data between the client & server simple and easy to develop
  • uses python, syntax is simple & readable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly