Skip to content

Commit 46f2cdd

Browse files
committed
Many transcript corrections.
1 parent 3333931 commit 46f2cdd

File tree

100 files changed

+209
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+209
-209
lines changed

transcripts/013_Flask_web_framework_and_much_much_more.txt

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

13211321
00:46:41 It is a perfect package manager that comes with the system, which makes development a ton of fun.
13221322

1323-
00:46:47 It's similar to how the JavaScript community had NPM quite early on.
1323+
00:46:47 It's similar to how the JavaScript community had npm quite early on.
13241324

13251325
00:46:51 We have with the combination of pip and VirtualLine and everything.
13261326

transcripts/013_Flask_web_framework_and_much_much_more.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@ Like, for instance, the packaging in Rust is really good.
20082008
It is a perfect package manager that comes with the system, which makes development a ton of fun.
20092009

20102010
00:46:47.760 --> 00:46:51.980
2011-
It's similar to how the JavaScript community had NPM quite early on.
2011+
It's similar to how the JavaScript community had npm quite early on.
20122012

20132013
00:46:51.980 --> 00:46:55.960
20142014
We have with the combination of pip and VirtualLine and everything.

transcripts/062_sdtig_learns_python.txt

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

20912091
00:58:18 The availability of libraries in JavaScript is immense.
20922092

2093-
00:58:22 And that's one of the major reasons why it's, you know, spread to everywhere is because if you need to solve a problem, you can find a library on NPM that's doing it for you.
2093+
00:58:22 And that's one of the major reasons why it's, you know, spread to everywhere is because if you need to solve a problem, you can find a library on npm that's doing it for you.
20942094

20952095
00:58:31 Yeah, absolutely.
20962096

transcripts/062_sdtig_learns_python.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3154,7 +3154,7 @@ So I think we see that, you know, us at Crafting Bites here, we see that a lot i
31543154
The availability of libraries in JavaScript is immense.
31553155

31563156
00:58:22.920 --> 00:58:31.200
3157-
And that's one of the major reasons why it's, you know, spread to everywhere is because if you need to solve a problem, you can find a library on NPM that's doing it for you.
3157+
And that's one of the major reasons why it's, you know, spread to everywhere is because if you need to solve a problem, you can find a library on npm that's doing it for you.
31583158

31593159
00:58:31.200 --> 00:58:31.880
31603160
Yeah, absolutely.

transcripts/064_pypi.txt

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

259259
00:08:23 But, you know, that's true, I think, with lots of the packaging systems.
260260

261-
00:08:27 Like, if you said NPM to somebody, they wouldn't know.
261+
00:08:27 Like, if you said npm to somebody, they wouldn't know.
262262

263263
00:08:31 If you said Gems, they wouldn't know.
264264

transcripts/064_pypi.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ oh, yeah, of course, right?
397397
But, you know, that's true, I think, with lots of the packaging systems.
398398

399399
00:08:27.540 --> 00:08:31.080
400-
Like, if you said NPM to somebody, they wouldn't know.
400+
Like, if you said npm to somebody, they wouldn't know.
401401

402402
00:08:31.080 --> 00:08:34.240
403403
If you said Gems, they wouldn't know.

transcripts/084_funding_python_infrastructure.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,13 @@
294294

295295
00:09:50 But, you know, that's a little bit less precarious because they are building kind of businesses around them.
296296

297-
00:09:55 But there are some other issues with that, for sure, as you see, maybe with something like NPM being the kind of most analogous to PyPI.
297+
00:09:55 But there are some other issues with that, for sure, as you see, maybe with something like npm being the kind of most analogous to PyPI.
298298

299299
00:10:04 Right.
300300

301-
00:10:04 Yeah, and NPM does apply to Python developers.
301+
00:10:04 Yeah, and npm does apply to Python developers.
302302

303-
00:10:08 There's a lot of tools that you get from NPM as well as anytime we're building web frameworks, we probably want to go get some JavaScript stuff as well just for the front end work.
303+
00:10:08 There's a lot of tools that you get from npm as well as anytime we're building web frameworks, we probably want to go get some JavaScript stuff as well just for the front end work.
304304

305305
00:10:18 You know, I think, first of all, one of the things I would like to discuss or sort of point out that you guys might not, people who are listening might not realize, is the scale of the cost of some of these projects.
306306

transcripts/084_funding_python_infrastructure.vtt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,16 +445,16 @@ And that's very much infrastructure we depend on.
445445
But, you know, that's a little bit less precarious because they are building kind of businesses around them.
446446

447447
00:09:55.500 --> 00:10:03.960
448-
But there are some other issues with that, for sure, as you see, maybe with something like NPM being the kind of most analogous to PyPI.
448+
But there are some other issues with that, for sure, as you see, maybe with something like npm being the kind of most analogous to PyPI.
449449

450450
00:10:04.260 --> 00:10:04.660
451451
Right.
452452

453453
00:10:04.660 --> 00:10:08.220
454-
Yeah, and NPM does apply to Python developers.
454+
Yeah, and npm does apply to Python developers.
455455

456456
00:10:08.220 --> 00:10:18.500
457-
There's a lot of tools that you get from NPM as well as anytime we're building web frameworks, we probably want to go get some JavaScript stuff as well just for the front end work.
457+
There's a lot of tools that you get from npm as well as anytime we're building web frameworks, we probably want to go get some JavaScript stuff as well just for the front end work.
458458

459459
00:10:18.500 --> 00:10:31.320
460460
You know, I think, first of all, one of the things I would like to discuss or sort of point out that you guys might not, people who are listening might not realize, is the scale of the cost of some of these projects.

transcripts/099-the-morepath-python-web-framework.txt

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

18031803
00:57:25 These days, you know, I use BowerLess and less as well.
18041804

1805-
00:57:28 I tend to just go for CommonJS packages on NPM and then use the tools that exist for that to package up my JavaScript code.
1805+
00:57:28 I tend to just go for CommonJS packages on npm and then use the tools that exist for that to package up my JavaScript code.
18061806

18071807
00:57:37 There are still use cases like BowerStatic can solve.
18081808

transcripts/099-the-morepath-python-web-framework.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2740,7 +2740,7 @@ You can just use the Power package database.
27402740
These days, you know, I use BowerLess and less as well.
27412741

27422742
00:57:28.760 --> 00:57:37.300
2743-
I tend to just go for CommonJS packages on NPM and then use the tools that exist for that to package up my JavaScript code.
2743+
I tend to just go for CommonJS packages on npm and then use the tools that exist for that to package up my JavaScript code.
27442744

27452745
00:57:37.540 --> 00:57:40.500
27462746
There are still use cases like BowerStatic can solve.

0 commit comments

Comments
 (0)