Skip to content

Commit 1848d38

Browse files
committed
Add transcript for pyx 520 and fix some older transcripts.
1 parent b9c1ab3 commit 1848d38

File tree

6 files changed

+2876
-16
lines changed

6 files changed

+2876
-16
lines changed

transcripts/077_20_python_packages.txt

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

23932393
01:08:47 So a good example is something that I've been doing at work for the past week, which is converting our protocol buffer code away from using Google's protocol buffer implementation to using a new tool called Pyrobuff.
23942394

2395-
01:08:59 Pyrobuff is itself written in Cython, and it generates a PYX file for you to use as your object implementation of the protocol buffer rather than just using your normal Python-based implementation of the protocol buffer.
2395+
01:08:59 Pyrobuff is itself written in Cython, and it generates a pyx file for you to use as your object implementation of the protocol buffer rather than just using your normal Python-based implementation of the protocol buffer.
23962396

23972397
01:09:12 I'm not going to go into what the protocol buffers are, but basically it's exactly what you were saying, object serialization that you shuffle between two places.
23982398

transcripts/077_20_python_packages.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3607,7 +3607,7 @@ Yeah, absolutely.
36073607
So a good example is something that I've been doing at work for the past week, which is converting our protocol buffer code away from using Google's protocol buffer implementation to using a new tool called Pyrobuff.
36083608

36093609
01:08:59.740 --> 01:09:12.140
3610-
Pyrobuff is itself written in Cython, and it generates a PYX file for you to use as your object implementation of the protocol buffer rather than just using your normal Python-based implementation of the protocol buffer.
3610+
Pyrobuff is itself written in Cython, and it generates a pyx file for you to use as your object implementation of the protocol buffer rather than just using your normal Python-based implementation of the protocol buffer.
36113611

36123612
01:09:12.440 --> 01:09:19.020
36133613
I'm not going to go into what the protocol buffers are, but basically it's exactly what you were saying, object serialization that you shuffle between two places.

0 commit comments

Comments
 (0)