Python for Decision Makers and Business Leaders Transcripts
Chapter: Python vs.
Lecture: Python vs. MATLAB

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Python vs Matlab. This is mostly applicable if you're doing data science scientific computing, data visualization, things like that.
0:10 So, let's put them side by side. Is Matlab open source? No way, no it is not. And Python, yes of course. Is it compiled? No, these are not compiled.
0:20 Is it owned by a company? Yes, Matlab is owned by a commercial identity and Python is not. Do they have base-class libraries?
0:26 Yeah, Matlab actually has super good base-class libraries. That's one of it's features, it gives you all these
0:32 libraries to do scientific computing and mathematical stuff. Web capabilities? No. It's not for that, and Python, it's very strong.
0:40 Database capabilities? Not really. Not in a general sense. Though, yeah, Python's very strong. Mobile app capabilities? No.
0:48 Python is poor, but I believe Matlab is even worse. Desktop capabilities? No, not really. I know you can certainly automate Matlab
0:58 but when you distribute it you have to buy licenses to Matlab and other funkiness so, I'm going to say no there.
1:05 And again, Python does not win this super well. They have Qt and a few other things WX Python, for example but it wins in this competition here.
1:13 Stack Overflow rank? Matlab does not appear on the list. I'm sure there are questions about Matlab on Stack Overflow but far as the analytics
1:22 I'm going to put negative infinity here vs. the number 1 position. That's a big difference. TOB rank? Matlab doesn't appear there either.
1:29 Even though there is a programming language there. Price? The price for Matlab is non-trivial. This is $860 per user, per year, in perpetuity.
1:39 It goes on and on. So, you can actually buy a license for something like three times that, and it will give you a
1:45 permanent license forever, all of those are infinitely more than free and this one is a huge, huge importance distinction, is Matlab a general purpose
1:54 programming language? No, it's not a general programming language you can't build arbitrary things can you go build YouTube with it?
2:01 No! Would you ever try to build Microsoft Word with Matlab No, that would be insane you can not do it. It's not built for that, why is that important?
2:10 Because if you start doing you're analysis in your work in something that is not a general purpose language
2:15 Matlab or Julia whatever, stay focused on Matlab, we build something in Matlab and we get it working
2:21 and it's like ah this is really cool, couldn't we turn this into a great website or a cool product or, integrate this
2:26 into our other thing? The answer very likely is no you can't. Because Matlab doesn't do that broader thing where as with
2:34 Python, if you start building up your Jupyter notebooks and get some analysis going and then it's super easy to
2:40 productionize that and put that into a service or package it up into an application, because you know what? Python does those things but this is a big
2:47 big point about this general purpose programming language and, I think it's really important in the consideration
2:53 you're making and then we have the scientific compunioun level, I'm tempted to put Matlab under very strong and Python also under very strong.
3:01 But why didn't I give Matlab as high of a score? If I had unlimited money, I'd believe they would be on par.
3:09 But in order to do the extra stuff outside of the box of Matlab. What you do is you go and buy these tool boxes, you want to do wavelit decomposition?
3:18 Cool that's a $1000 dollars per user, per year to add that feature to Matlab, where as with Python that's just another free thing you get
3:27 off pipeei if you had unlimited money, I think their very much on par with each other, but because they go outside
3:32 the box in Matlab you have to buy additional things and those are extremely non-trivial prices, I think that
3:38 kind of takes a little bit away from the broad capabilities of Matlab. So, at least at the base level let's say Python and Winscp
3:46 my interpretation is that it wins because you can go get all these other libraries like astropy and so on.


Talk Python's Mastodon Michael Kennedy's Mastodon