Skip to content

Commit 16a33a9

Browse files
authored
Merge pull request #134 from manikanta-hitunik-com/patch-131
Update 449-fastui.txt
2 parents ef2f222 + 5d8c5a0 commit 16a33a9

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

transcripts/449-fastui.txt

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172

173173
00:05:03 or the backend developers are building for us.
174174

175-
00:05:06 And I guess for lots of people, there's a pedantic model that's kind of at the core
175+
00:05:06 And I guess for lots of people, there's a pydantic model that's kind of at the core
176176

177177
00:05:08 of lots of those bits.
178178

@@ -632,7 +632,7 @@
632632

633633
00:18:02 So this is a web front end like Flask or Django sort of framework, but a way that really incorporates
634634

635-
00:18:09 building the UI in Python and validating and enforcing that with PyDandic rather than just,
635+
00:18:09 building the UI in Python and validating and enforcing that with Pydantic rather than just,
636636

637637
00:18:15 Hey, file new HTML.
638638

@@ -670,7 +670,7 @@
670670

671671
00:19:16 It's going to be slow because you have to do some weird rendering, but it's also just
672672

673-
00:19:19 going to be a pig because I don't want to have to define every A, hre and everything
673+
00:19:19 going to be a picky because I don't want to have to define every A and Href and everything
674674

675675
00:19:23 else in Python code.
676676

@@ -690,7 +690,7 @@
690690

691691
00:19:59 Just sitting there on a web page as HTML.
692692

693-
00:20:02 Maybe it's even further obscured behind some front end JavaScript framework like view or
693+
00:20:02 Maybe it's even further obscured behind some front end JavaScript framework like Vue or
694694

695695
00:20:06 react.
696696

@@ -728,11 +728,11 @@
728728

729729
00:21:09 So if you have serious data needs, and those websites don't offer API's, then you need
730730

731-
00:21:14 bright data, check them out today at talk by fun.fm slash bright data.
731+
00:21:14 bright data, check them out today at talkpython.fm/brightdata.
732732

733733
00:21:19 And please use that URL that way they know you heard about them from us.
734734

735-
00:21:24 That's talk by fun.fm slash bright data.
735+
00:21:24 That's talkpython.fm/bright data.
736736

737737
00:21:27 The link is in your podcast player show notes.
738738

@@ -1502,7 +1502,7 @@
15021502

15031503
00:41:38 Join them for free on Tuesday, February 27 2024 at 2am civic time.
15041504

1505-
00:41:43 Just visit talkbython.fm/sentry-monorepo.
1505+
00:41:43 Just visit talkpython.fm/sentry-monorepo.
15061506

15071507
00:41:47 That link is in your podcast player show notes.
15081508

@@ -1514,7 +1514,7 @@
15141514

15151515
00:42:05 If we have a design language or something like that, or even using a framework, I mean,
15161516

1517-
00:42:09 you mentioned bootstrap, but tailwind or vulva is that one of the new ones?
1517+
00:42:09 you mentioned bootstrap, but tailwind or Bulma is that one of the new ones?
15181518

15191519
00:42:13 Like if we're working with one of those, and we wanted to use this, like how easy is it
15201520

@@ -1716,17 +1716,17 @@
17161716

17171717
00:47:25 They probably know what CSS is.
17181718

1719-
00:47:27 It's generally referred to as SAS, which is S A S S, which was, is, is basically a more
1719+
00:47:27 It's generally referred to as SASS, which is S A S S, which was, is, is basically a more
17201720

17211721
00:47:34 powerful version of, of CSS where you can.
17221722

1723-
00:47:36 SAS and less.
1723+
00:47:36 SAAS and LESS.
17241724

17251725
00:47:37 Those were the two.
17261726

17271727
00:47:38 Yeah.
17281728

1729-
00:47:39 And then we kind of settled on SAS, but then we had SCSS, which is SAS with more CSS syntax.
1729+
00:47:39 And then we kind of settled on SASS, but then we had SCSS, which is SASS with more CSS syntax.
17301730

17311731
00:47:46 It's a way to like do slightly more powerful things in, in CSS and minify it and have stuff
17321732

@@ -1880,7 +1880,7 @@
18801880

18811881
00:51:41 There's two, there's two, there's a like matching endpoints for, for every view you might want
18821882

1883-
00:51:45 to have one to get to return the Jason, the one to render the HTML.
1883+
00:51:45 to have one to get to return the Json, the one to render the HTML.
18841884

18851885
00:51:49 But you don't write, you don't write them both, right?
18861886

@@ -1896,13 +1896,13 @@
18961896

18971897
00:52:10 But one of the really nice things about the, this being the like actual data existing in
18981898

1899-
00:52:16 Jason is that writing a test, there's quite a lot here, but you'll see most of it is,
1899+
00:52:16 Json is that writing a test, there's quite a lot here, but you'll see most of it is,
19001900

19011901
00:52:20 is Markdown.
19021902

19031903
00:52:21 So writing a test that our views contain what we expect them to is massively easier when
19041904

1905-
00:52:26 we're testing against Jason, which we can convert to Python objects and tests.
1905+
00:52:26 we're testing against Json, which we can convert to Python objects and tests.
19061906

19071907
00:52:30 Then it would be if we've got an HTML page and we're running a bunch of regexes for,
19081908

@@ -1920,7 +1920,7 @@
19201920

19211921
00:52:43 Oh yeah.
19221922

1923-
00:52:44 Even worse, you end up with that play write and like play write that's image of it and
1923+
00:52:44 Even worse, you end up with that play wright and like play wright that's image of it and
19241924

19251925
00:52:47 see if the image looks like the image used to look and yeah.
19261926

@@ -2032,7 +2032,7 @@
20322032

20332033
00:55:31 build extensions to fast UI to render their widgets.
20342034

2035-
00:55:33 I think we will probably support the repro HTML that things like pandas data frames already
2035+
00:55:33 I think we will probably support the repo HTML that things like pandas data frames already
20362036

20372037
00:55:38 returned so that you could, for example, return a data frame and it might not be pretty, but
20382038

@@ -2420,7 +2420,7 @@
24202420

24212421
01:03:59 But definitely within internal uses, use it now.
24222422

2423-
01:04:01 And like I say, Hidantic is building things with it now.
2423+
01:04:01 And like I say, Pydantic is building things with it now.
24242424

24252425
01:04:05 So look, I mean, I give the open source guarantee that it's relatively safe, which is the guarantee
24262426

@@ -2519,4 +2519,3 @@
25192519
01:06:02 Now get out there and write some Python code.
25202520

25212521
01:06:05 [MUSIC PLAYING]
2522-

0 commit comments

Comments
 (0)