You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: transcripts/003-Pyramid-Web Framework-Chris-McDonough.txt
+7-7
Original file line number
Diff line number
Diff line change
@@ -718,7 +718,7 @@
718
718
719
719
00:27:59 So so if you if you look inside of easy install dot PTH thing, Philip Eby took serious advantage of that, you know, when he wrote setup tools.
720
720
721
-
00:28:08 And it's got it's got some some some Python, inscrutable Python in there that does some fun stuff.
721
+
00:28:08 And it's got it's got some some Python, inscrutable Python in there that does some fun stuff.
722
722
723
723
00:28:16 I think it sets up package resources on there.
724
724
@@ -774,7 +774,7 @@
774
774
775
775
00:29:29 And I mean, I think I would like to take credit for most of that.
776
776
777
-
00:29:33 But the the original version of that was a blatant ripoff of something that was in Flask, actually.
777
+
00:29:33 But the original version of that was a blatant ripoff of something that was in Flask, actually.
778
778
779
779
00:29:41 And in turn, that thing that was in Flask was a blatant ripoff of something that was in Django.
780
780
@@ -900,7 +900,7 @@
900
900
901
901
00:34:42 You know what I mean?
902
902
903
-
00:34:43 It was just something, you know, just some some amount of money I could say went towards that.
903
+
00:34:43 It was just something, you know, just some amount of money I could say went towards that.
904
904
905
905
00:34:47 And I could I could be paid.
906
906
@@ -936,7 +936,7 @@
936
936
937
937
00:35:29 But but I think it's getting a lot better.
938
938
939
-
00:35:32 And I think, you know, with these frameworks, you know, the the web stuff, at least at least
939
+
00:35:32 And I think, you know, with these frameworks, you know, the web stuff, at least at least
940
940
941
941
00:35:37 the web portion of the world, I think, is pretty much OK on Python 3.
942
942
@@ -968,7 +968,7 @@
968
968
969
969
00:36:14 And so I think just from from both the standpoint of deployment, like you just said, and the
970
970
971
-
00:36:21 standpoint of development where you need some library, you know, some some library at this
971
+
00:36:21 standpoint of development where you need some library, you know, some library at this
972
972
973
973
00:36:26 point, you you're going to you're going to run it.
974
974
@@ -978,7 +978,7 @@
978
978
979
979
00:36:34 But maybe not, you know, maybe not if you're if it's really vanilla.
980
980
981
-
00:36:40 You know, you don't need some some Excel import libraries.
981
+
00:36:40 You know, you don't need some Excel import libraries.
982
982
983
983
00:36:44 I mean, but people need that stuff.
984
984
@@ -1306,7 +1306,7 @@
1306
1306
1307
1307
00:44:33 That's great.
1308
1308
1309
-
00:44:33 So some people are coming along to pick up the the effort.
1309
+
00:44:33 So some people are coming along to pick up the effort.
Copy file name to clipboardExpand all lines: transcripts/011-pyimagesearch.txt
+5-5
Original file line number
Diff line number
Diff line change
@@ -568,19 +568,19 @@
568
568
569
569
00:18:06 Right, sure.
570
570
571
-
00:18:07 And so how much of this exists in external libraries like Scikit-learn or OpenCV or something like this?
571
+
00:18:07 And so how much of this exists in external libraries like scikit-learn or OpenCV or something like this?
572
572
573
573
00:18:16 And how much of that is like I've got to create that system for myself when I'm getting started based on my application?
574
574
575
575
00:18:24 So OpenCV does include some machine learning components, but I really don't recommend that people use them just because they're a little finicky and they're not that fun to use.
576
576
577
-
00:18:35 And especially in the Python ecosystem, you have Scikit-learn.
577
+
00:18:35 And especially in the Python ecosystem, you have scikit-learn.
578
578
579
579
00:18:38 So you should be defaulting to that.
580
580
581
-
00:18:42 And to give an example, I wrote my entire dissertation, gathered all the examples using OpenCV and Scikit-learn.
581
+
00:18:42 And to give an example, I wrote my entire dissertation, gathered all the examples using OpenCV and scikit-learn.
582
582
583
-
00:18:52 I took the results that OpenCV was giving me and I passed them on to the machine learning methods and Scikit-learn.
583
+
00:18:52 I took the results that OpenCV was giving me and I passed them on to the machine learning methods and scikit-learn.
584
584
585
585
00:18:59 Right.
586
586
@@ -1374,7 +1374,7 @@
1374
1374
1375
1375
00:45:48 Yeah, so I mentioned two of my favorites already.
1376
1376
1377
-
00:45:51 The first one is Scikit-learn for machine learning.
1377
+
00:45:51 The first one is scikit-learn for machine learning.
1378
1378
1379
1379
00:45:54 The other is Scikit-image for computer vision.
Copy file name to clipboardExpand all lines: transcripts/011-pyimagesearch.vtt
+5-5
Original file line number
Diff line number
Diff line change
@@ -925,7 +925,7 @@ So if you have a really good quantification of an image, it's a lot easier for t
925
925
Right, sure.
926
926
927
927
00:18:07.520-->00:18:16.340
928
-
And so how much of this exists in external libraries like Scikit-learn or OpenCV or something like this?
928
+
And so how much of this exists in external libraries like scikit-learn or OpenCV or something like this?
929
929
930
930
00:18:16.340-->00:18:23.700
931
931
And how much of that is like I've got to create that system for myself when I'm getting started based on my application?
@@ -934,16 +934,16 @@ And how much of that is like I've got to create that system for myself when I'm
934
934
So OpenCV does include some machine learning components, but I really don't recommend that people use them just because they're a little finicky and they're not that fun to use.
935
935
936
936
00:18:35.580-->00:18:38.820
937
-
And especially in the Python ecosystem, you have Scikit-learn.
937
+
And especially in the Python ecosystem, you have scikit-learn.
938
938
939
939
00:18:38.820-->00:18:41.920
940
940
So you should be defaulting to that.
941
941
942
942
00:18:42.460-->00:18:52.240
943
-
And to give an example, I wrote my entire dissertation, gathered all the examples using OpenCV and Scikit-learn.
943
+
And to give an example, I wrote my entire dissertation, gathered all the examples using OpenCV and scikit-learn.
944
944
945
945
00:18:52.240-->00:18:59.140
946
-
I took the results that OpenCV was giving me and I passed them on to the machine learning methods and Scikit-learn.
946
+
I took the results that OpenCV was giving me and I passed them on to the machine learning methods and scikit-learn.
947
947
948
948
00:18:59.140-->00:18:59.760
949
949
Right.
@@ -2134,7 +2134,7 @@ So, you got any favorites?
2134
2134
Yeah, so I mentioned two of my favorites already.
2135
2135
2136
2136
00:45:51.000-->00:45:54.020
2137
-
The first one is Scikit-learn for machine learning.
2137
+
The first one is scikit-learn for machine learning.
0 commit comments