Skip to content

Commit 1dfed21

Browse files
Update 489-excel-toolbox-and-more.txt
1 parent c84f999 commit 1dfed21

File tree

1 file changed

+10
-47
lines changed

1 file changed

+10
-47
lines changed

transcripts/489-excel-toolbox-and-more.txt

Lines changed: 10 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138

139139
00:04:33 And so all of us kind of in the Python tribe ecosystem, you know, we're all trying to do our best to kind of make things go, but it's just been really wonderful to see the impact that we've had.
140140

141-
00:04:44 And I think a lot of the work that we did did lay the groundwork for modern machine learning and then, you know, making GPUs accessible and usable.
141+
00:04:44 And I think a lot of the work that we did lay the groundwork for modern machine learning and then, you know, making GPUs accessible and usable.
142142

143143
00:04:51 And now Python is the language that everyone is doing AI in, you know, whether they're deep into the innards of it or not, they're writing mostly Python code to build these AI tools.
144144

@@ -290,7 +290,7 @@
290290

291291
00:10:23 But I think having programming skills is awesome.
292292

293-
00:10:25 But I feel like LLMs and ChatCPT and so on, they're going to make a way bigger impact than if you took a scratch class in fifth grade, you know?
293+
00:10:25 But I feel like LLMs and ChatGPT and so on, they're going to make a way bigger impact than if you took a scratch class in fifth grade, you know?
294294

295295
00:10:34 Yeah.
296296

@@ -520,7 +520,7 @@
520520

521521
00:18:12 What was the problem?
522522

523-
00:18:13 I initialized the logger with the string info for the level rather than the enumeration dot info, which was an integer based enum.
523+
00:18:13 I initialized the logger with the string info for the level rather than the enumeration dot info, which was an integer based Enum.
524524

525525
00:18:23 So the logging statement would crash saying that I could not use less than or equal to between strings and ints.
526526

@@ -536,7 +536,7 @@
536536

537537
00:18:43 slash Sentry.
538538

539-
00:18:44 And if you sign up with the code, talkpython, all capital, no spaces, it's good for two free months of Sentry's business plan, which will give you up to 20 times as many monthly events as well as other features.
539+
00:18:44 And if you sign up with the code, TALKPYTHON, all capital, no spaces, it's good for two free months of Sentry's business plan, which will give you up to 20 times as many monthly events as well as other features.
540540

541541
00:18:58 And there's a lot of other exploratory bits of AI.
542542

@@ -588,7 +588,7 @@
588588

589589
00:20:30 And so we're going to get into some of the complexity here.
590590

591-
00:20:33 But for those who are interested, I did give a talk at PyBay just a month ago, I think.
591+
00:20:33 But for those who are interested, I did give a talk at Pybytes just a month ago, I think.
592592

593593
00:20:37 And it's up on YouTube now.
594594

@@ -668,7 +668,7 @@
668668

669669
00:23:03 In fact, most of our problem was packaging stuff that wasn't Python.
670670

671-
00:23:06 The Python bits were trivial almost, right?
671+
00:23:06 The Python bytess were trivial almost, right?
672672

673673
00:23:09 But it's the, you know, what version of Clang?
674674

@@ -766,7 +766,7 @@
766766

767767
00:26:01 Hatch, PDM, Poetry, all these wonderful tools.
768768

769-
00:26:03 Aconda, too.
769+
00:26:03 Anaconda, too.
770770

771771
00:26:04 I should put that out there, right?
772772

@@ -1432,7 +1432,7 @@
14321432

14331433
00:46:04 Is that WebAssembly version based on PyOxid?
14341434

1435-
00:46:08 PyOxid?
1435+
00:46:08 PyOxidizer?
14361436

14371437
00:46:09 PyOxid?
14381438

@@ -1442,7 +1442,7 @@
14421442

14431443
00:46:10 Sorry, I'm mixing these together.
14441444

1445-
00:46:12 PyOxid or PyScript or like you're, I know you did a lot of work.
1445+
00:46:12 PyOxidizer or PyScript or like you're, I know you did a lot of work.
14461446

14471447
00:46:15 Yes.
14481448

@@ -2104,7 +2104,7 @@
21042104

21052105
01:00:57 Russell and Keith McGee, right?
21062106

2107-
01:00:58 Empowering end users to build applications and permissionlessly and as easily as possible,
2107+
01:00:58 Empowering end users to build applications and permissionless and as easily as possible,
21082108

21092109
01:01:03 share them with other users.
21102110

@@ -2471,40 +2471,3 @@
24712471
01:08:45 Now get out there and write some Python code.
24722472

24732473
01:08:47 Bye.
2474-
2475-
01:08:48 Bye.
2476-
2477-
01:08:49 Bye.
2478-
2479-
01:08:50 Bye.
2480-
2481-
01:08:51 Bye.
2482-
2483-
01:08:52 Bye.
2484-
2485-
01:08:53 Bye.
2486-
2487-
01:08:54 Bye.
2488-
2489-
01:08:55 Bye.
2490-
2491-
01:08:56 Bye.
2492-
2493-
01:08:57 Bye.
2494-
2495-
01:08:58 Bye.
2496-
2497-
01:08:59 Bye.
2498-
2499-
01:09:00 Bye.
2500-
2501-
01:09:01 Bye.
2502-
2503-
01:09:02 Bye.
2504-
2505-
01:09:03 Bye.
2506-
2507-
01:09:04 you Thank you.
2508-
2509-
01:09:06 Thank you.
2510-

0 commit comments

Comments
 (0)