Skip to content

Commit bebef99

Browse files
committed
more tx corrections.
1 parent 652a652 commit bebef99

33 files changed

+190
-190
lines changed

transcripts/011-pyimagesearch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@
806806

807807
00:26:34 I have used the Google Glass and played around with that.
808808

809-
00:26:37 Most of the applications I see, again, this is just because of my work with ID MyPill, is medical related.
809+
00:26:37 Most of the applications I see, again, this is just because of my work with ID mypyll, is medical related.
810810

811811
00:26:46 So, you'll see surgeons going into really, really long, you know, 10 plus hour surgeries that they perform these complex operations.
812812

transcripts/011-pyimagesearch.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ I have not had a chance to play around with the HoloLens.
12821282
I have used the Google Glass and played around with that.
12831283

12841284
00:26:37.980 --> 00:26:45.920
1285-
Most of the applications I see, again, this is just because of my work with ID MyPill, is medical related.
1285+
Most of the applications I see, again, this is just because of my work with ID mypyll, is medical related.
12861286

12871287
00:26:46.300 --> 00:26:54.240
12881288
So, you'll see surgeons going into really, really long, you know, 10 plus hour surgeries that they perform these complex operations.

transcripts/155-practical-steps-for-moving-to-python-3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@
940940

941941
00:32:04 They're coming soon.
942942

943-
00:32:05 It's very similar to the Atters project.
943+
00:32:05 It's very similar to the Attrs project.
944944

945945
00:32:07 And this is if you have a class in Python, which only has really one purpose, and that is to store some data to reflect on some data that you might have in a database or in Mongo, or it gets responded from a REST API.
946946

transcripts/155-practical-steps-for-moving-to-python-3.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ There are three, seven.
14141414
They're coming soon.
14151415

14161416
00:32:05.100 --> 00:32:07.480
1417-
It's very similar to the Atters project.
1417+
It's very similar to the Attrs project.
14181418

14191419
00:32:07.480 --> 00:32:23.640
14201420
And this is if you have a class in Python, which only has really one purpose, and that is to store some data to reflect on some data that you might have in a database or in Mongo, or it gets responded from a REST API.

transcripts/180-whats-new-in-python-3.7-and-beyond.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@
12881288

12891289
00:40:16 But definitely, I think data classes are really cool.
12901290

1291-
00:40:19 I'd been using the Atters module for a few projects and really liked it.
1291+
00:40:19 I'd been using the Attrs module for a few projects and really liked it.
12921292

12931293
00:40:23 But obviously, adding yet another dependency to your application is not always desirable.
12941294

transcripts/180-whats-new-in-python-3.7-and-beyond.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ I would never upgrade to a .0 release in a production environment.
19391939
But definitely, I think data classes are really cool.
19401940

19411941
00:40:19.020 --> 00:40:23.040
1942-
I'd been using the Atters module for a few projects and really liked it.
1942+
I'd been using the Attrs module for a few projects and really liked it.
19431943

19441944
00:40:23.120 --> 00:40:27.780
19451945
But obviously, adding yet another dependency to your application is not always desirable.

transcripts/332-robust-python.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@
968968

969969
00:23:21 So I think this is also a good way to sort of scope this conversation.
970970

971-
00:23:26 Because a lot of times people hear, oh, I have to use protocols and I have to use MyPi and I have to use X, Y, and Z.
971+
00:23:26 Because a lot of times people hear, oh, I have to use protocols and I have to use mypy and I have to use X, Y, and Z.
972972

973973
00:23:34 And I have to do all these fancy things because Pat and Michael said so because they were awesome.
974974

@@ -1118,7 +1118,7 @@
11181118

11191119
00:27:53 All of those are really nice and so on.
11201120

1121-
00:27:56 I suspect that a lot of people are using types for their editor but are not going any further than that with anything like MyPi or continuous integration or any of those.
1121+
00:27:56 I suspect that a lot of people are using types for their editor but are not going any further than that with anything like mypy or continuous integration or any of those.
11221122

11231123
00:28:06 Do you want to maybe speak to like the use case of both of those?
11241124

transcripts/332-robust-python.vtt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ Right.
14561456
So I think this is also a good way to sort of scope this conversation.
14571457

14581458
00:23:26.660 --> 00:23:34.020
1459-
Because a lot of times people hear, oh, I have to use protocols and I have to use MyPi and I have to use X, Y, and Z.
1459+
Because a lot of times people hear, oh, I have to use protocols and I have to use mypy and I have to use X, Y, and Z.
14601460

14611461
00:23:34.020 --> 00:23:38.080
14621462
And I have to do all these fancy things because Pat and Michael said so because they were awesome.
@@ -1681,7 +1681,7 @@ Yeah.
16811681
All of those are really nice and so on.
16821682

16831683
00:27:56.160 --> 00:28:06.980
1684-
I suspect that a lot of people are using types for their editor but are not going any further than that with anything like MyPi or continuous integration or any of those.
1684+
I suspect that a lot of people are using types for their editor but are not going any further than that with anything like mypy or continuous integration or any of those.
16851685

16861686
00:28:06.980 --> 00:28:10.100
16871687
Do you want to maybe speak to like the use case of both of those?

transcripts/336-rich-and-textual.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,9 +1120,9 @@
11201120

11211121
00:25:03 Yeah.
11221122

1123-
00:25:03 So I've added to Atters.
1123+
00:25:03 So I've added to Attrs.
11241124

1125-
00:25:05 So it'll pretty print objects from the Atters library.
1125+
00:25:05 So it'll pretty print objects from the Attrs library.
11261126

11271127
00:25:08 I have a PR for Pydantic as well.
11281128

transcripts/336-rich-and-textual.vtt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,10 +1696,10 @@ I think that'd be fantastic.
16961696
Yeah.
16971697

16981698
00:25:03.560 --> 00:25:05.540
1699-
So I've added to Atters.
1699+
So I've added to Attrs.
17001700

17011701
00:25:05.540 --> 00:25:08.580
1702-
So it'll pretty print objects from the Atters library.
1702+
So it'll pretty print objects from the Attrs library.
17031703

17041704
00:25:08.580 --> 00:25:11.800
17051705
I have a PR for Pydantic as well.

0 commit comments

Comments
 (0)