Learn Python with Talk Python's 270 hours of courses

#2: Python and MongoDB Transcript

Recorded on Sunday, Apr 5, 2015.

00:00 Talk Python to me. Episode number two with guest Jesse Davis recorded Sunday, April 5th, 2015.

00:09 Hello and welcome to Talk Python to me, a weekly podcast on Python, the language, the libraries, the ecosystem, and the personalities. This is your

00:45 host, Michael Kennedy. Follow me on Twitter where I'm @mkennedy and keep up with the show and listen

00:50 to past episodes at talkpythontome.com. This episode, we'll be talking to Jesse Davis from

00:56 MongoDB about PyMongo and of course, MongoDB. Before we get to the interview, I have a quick

01:02 message to share. Since we launched a week ago, the response has been overwhelming. I've received many

01:09 feedback. I want to thank everyone who contacted the show. However, I could use your help to make

01:15 sure the show continues to grow and thrive. If you know someone who would be interested in listening to

01:19 the show, please send them a link to talkpythontome.com or share this on Twitter or Facebook. Do you know of

01:26 someone who would make a great guest or have a great show topic in mind? Send me a note and I'll set it up.

01:30 In other excellent news, we have a show sponsor. I want to thank Python Gear from pythongear.com for

01:36 sponsoring this episode and you'll hear more about them later. If you'd like to sponsor a future episode,

01:42 please contact us at talkpythontome.com slash sponsor. Now onto the show.

01:48 Let me introduce Jesse. Jesse Davis is a staff engineer at MongoDB in New York City. He works

01:56 on the MongoDB driver team and develops PyMongo and the MongoC driver. He's the author of the async

02:04 MongoDB driver called Motor and he contributes to Tornado and AsyncIO.

02:09 Jesse, welcome to the show.

02:11 Thanks, Michael.

02:13 It's really great to have you here on the show. And, you know, we've known each other

02:17 sort of as acquaintances for a couple of years. As you know, I'm a MongoDB master,

02:23 which is kind of like an MVP community expert program you guys run. So yearly, we'll come up there and we'll have some really interesting conversations.

02:31 And we've always enjoyed the sessions where you come down and talk to sort of the external experts about working with MongoDB from Python.

02:40 Yeah, we've been doing those about once a year and we've got the next one coming up in a month. And I really look forward to those too. We get some of our best ideas. It definitely creates a year's worth of ideas, if not more, to kind of mull over and implement after each one of those sessions.

02:58 Yeah, those are really fantastic meetings. I really, really enjoy them. So I've seen that you've done a ton of stuff with Python. You know, before we get into the details of MongoDB and PyMongo and all that, you know, how'd you get started?

03:10 So it's a funny story, really, as they say. I began when I graduated from Oberlin College 15 years ago, I was a C++ guy, to the extent that I knew any programming language, really, particularly well at the age of 22.

03:29 I thought that I was a C++ and graphics guy.

03:59 flight patterns.

04:00 Wow, that sounds like a really interesting thing to jump into.

04:03 It was a great gig and I did really, really poorly at it. So I spent about two years there and realized that I wasn't yet a grown-up. I was really screwing up my life and I was a bad software engineer. So I quit the job and went out into the world to try to get my head straight. And I spent a summer biking through France.

04:29 And then I spent a year at a Zen monastery in Southern California. And when I checked back with Austin Digital whether they wanted me to come back to work for them, they said no, because I had not proven myself there.

04:44 So I came to New York to continue my Zen study with a place called the Village Zendo here and to start being a layman and a software professional again. And there were no C++ jobs in New York at the time.

05:02 What kind of jobs were there?

05:03 What kind of jobs were there?

05:04 Well, this was fall of 2004. So the whole market was kind of in bad shape. There had been the NASDAQ crash in July of 2001 and then there was September 11th. And New York hadn't recovered from that yet. So all of the C++ people from all of the banks were still unemployed and I couldn't compete with them.

05:30 So what I did find was an educational startup called Wireless Generation in Brooklyn. In recent years, it's become Amplify Education. And they were willing to take a shot at me, even though the job was in Python and Oracle. And I didn't know either of those.

05:53 That's a long ways from graphics and C++.

05:56 Yeah, it was a huge leap. And it was pretty tough, but I had good mentors and I started using Python there.

06:06 That's excellent. So then you carried on digging into Python and I saw that you have a ton of open source projects on GitHub that are successful or contribute to them.

06:19 And somehow you found your way over to MongoDB from there, huh?

06:22 Yeah. So after a few years working for Wireless Generation, I wanted to get a little more breadth. And I also wanted to make sure that I didn't become so senior that I couldn't continue to program, which was a pressure that I experienced there to move into management.

06:41 That's kind of the curse of success for some programmers is, you know, you're really good at this. Stop doing it now. Go manage people, right?

06:47 Yeah, exactly. And so to jump ahead a little bit, now at MongoDB, we've figured out how to do that by creating this whole separate track of staff engineers, which is the track I'm on now.

06:59 Oh, that's excellent.

07:29 Data storage layer for applications like that.

07:32 Even though MongoDB was brand new at the time, like I started using it at version like 0.8 or something.

07:38 Yeah, is this like 2009, 2010 timeframe or something like that?

07:42 Yeah, exactly.

07:44 And it was such a cool product.

07:48 And within the New York tech startup scene, it was such a rarity as a big infrastructure systems project in a New York City startup that when I finally got tired of freelancing and I wanted to settle down and make a substantial contribution to a single product, I called Elliot and I said, I'm ready to come in from the cold.

08:12 And he said, great.

08:12 That's excellent.

08:13 That's Elliot Horowitz, who's the CTO of MongoDB, right?

08:16 Yeah, exactly.

08:18 Yeah.

08:18 So I suspect most people who are listening to this show have heard of MongoDB, although maybe not everybody.

08:26 And they might maybe just know it as a buzzword.

08:29 Can you give us the quick elevator pitch of what MongoDB is?

08:32 Sure.

08:32 Sure.

08:32 So it stores your data.

08:36 It's a database.

08:37 And it stores your data not in rows and columns, but in a non-relational document format.

08:45 And the format is called BSON, which is a binary JSON format.

08:50 So if you know JSON, MongoDB's data format is very familiar.

08:56 It consists of objects, which have a set of key value pairs.

09:00 And these documents can also contain arrays, strings, numbers, dates, and about a dozen primitive data types.

09:11 MongoDB lets you index and query this kind of object-oriented data in a very rich way.

09:20 So among the document databases that we compete with, we have a particular advantage when it comes to our ability to declare multiple indexes on a collection,

09:36 the sophistication of our query language and our statistical aggregation capabilities,

09:42 and our ability to let you do very complex update operations where you can add a member to a set within a document

09:52 or do math on numbers within those documents.

09:56 One of the things that I find people coming from a relational database world feel like,

10:02 a lot of times they're like, well, it's really cool you can have these kind of hierarchical structures

10:06 that more closely match the way your objects look in memory in your program.

10:12 But you probably can't query properly deep down with this stuff.

10:16 So if I've got, let's take a super simple example, like a bookstore, and the bookstore has books and the books have reviews as nested, like a nested array.

10:25 Well, what if I just want to know all the books that have five-star reviews?

10:29 Could I query that?

10:31 Right, exactly.

10:32 And we do provide that, and that distinguishes us somewhat from the much simpler sort of key value store

10:41 or other simplified document database product.

10:45 Yeah, definitely.

10:47 And I think, you know, of all the NoSQL databases, MongoDB is one of the few that would reasonably be something you could consider

10:55 as your standard general purpose database, not just some kind of high-scale special use case.

11:01 Yeah, that's exactly right.

11:02 And MongoDB is not the best answer to every single question, obviously.

11:07 There is data that is naturally relational, and then there is data that should naturally be put in some other simpler,

11:17 more specialized NoSQL database.

11:19 But MongoDB is very much targeted to be the best answer to many questions

11:24 questions and a pretty good answer to an even broader set of questions.

11:28 So you can use it as your default database in the way that you might have in the past been used to,

11:35 MySQL or Postgres being a pretty good answer to many questions and the best answer to many others.

11:42 This episode is sponsored by Python Gear.

11:45 We know you're a huge fan of Python, and Python Gear has an excellent way to put your enthusiasm for Python on display.

11:52 Visit pythongear.com and pick up Python or Django t-shirts, stickers, and more.

11:57 Hand screen printed on American apparel, these are shirts that are made to last and are very comfortable.

12:04 What's more, a portion of all sales will benefit either the Python Software Foundation

12:08 or the Django Software Foundation.

12:10 Tell Python Gear thank you for sponsoring this podcast by visiting their site at pythongear.com and ordering a t-shirt.

12:17 They're also helping us with a small contest.

12:20 We're giving away a free t-shirt to one lucky listener.

12:23 Visit talkpythontimi.com, click on Friends of the Show, enter your email address, and we'll pick a winner before the next episode.

12:31 Now, back to the show.

12:32 So, I've got MongoDB, and by the way, in case people didn't know, it's open source, you can go to GitHub and check it out or see the progress.

12:42 I've gotten it, but probably I downloaded it from mongodb.org, and it's running.

12:48 Now I've got my Python app.

12:49 What do I do?

12:50 Right.

12:50 So, MongoDB's network protocol is called the MongoDB Wire Protocol, and it's a basic TCP protocol.

13:01 So, you need something that knows how to talk that protocol and knows how to convert between your Python data structures,

13:10 your dicts and lists and strings and numbers, to BSON and back.

13:15 So, you need a driver.

13:16 And the standard driver for MongoDB is called PyMongo, and you install it from PyPI via PIP, install PyMongo.

13:26 The current version is about to be 3.0, which we'll release in just about a week,

13:34 which is very exciting.

13:35 Yeah, that's big news.

13:37 Like, you guys have been trying to have a sort of a major unification of all the different drivers for the different languages.

13:44 Is this part of that effort?

13:45 Yeah, that's exactly right.

13:46 So, PyMongo 3 has big behavioral and API improvements and standardizations,

13:52 and that those changes are matched by the MongoDB Ruby driver 2.0, the C driver 1.2,

14:02 the nose driver 2.0, and so on.

14:04 And much more than ever before, we are all converging on the same set of behaviors

14:11 and the same set of APIs.

14:13 That's really cool.

14:14 One of the real benefits of Mongo, I think, is it has great support for so many languages.

14:18 So, if you choose your database, you're like, oh, wait, maybe this is better from, you know,

14:22 Java for some reason.

14:23 It still has a good data access story.

14:26 So, that's fantastic.

14:27 That's getting even better.

14:28 Yeah, right.

14:29 That's exactly right.

14:30 So, we have drivers in 10 programming languages, and plus, even if you're using something weird like R or Haskell or Erlang,

14:41 there's something out there in the community for you because writing a basic driver is actually fairly easy.

14:46 We're really focused on making sure that each of these drivers feels right to experts in that language.

14:54 So, PyMongo is very Pythonic, and it's written by Python experts, and its style and its documentation and so on

15:02 are all very Python-y while at the same time balancing that with some degree of consistency

15:07 with the nine other programming languages that we support.

15:10 Yeah, there's got to be some interesting tension there.

15:13 Huge, huge tension.

15:14 It's the toughest problem that we face, and we are just in the last year or two

15:19 really figuring out good bits to tackle that and to make those decisions correctly.

15:24 Yeah, cool.

15:25 So, you play a pretty big part in PyMongo, right?

15:28 Yeah, I've been Bernie Hackett.

15:31 My boss in Palo Alto is the PyMongo developer and maintainer, and I've been assisting him for the last three years

15:40 as his second-in-command.

15:42 And my main contributions to the driver are its concurrency design, its implementation of distributed systems type problem solving,

15:55 and the connection pool.

15:58 And with the 3.0 release, that's actually kind of done for the moment.

16:06 And so I'm putting a lot of that work to rest now and moving on to become the primary maintainer of the C driver for MongoDB

16:16 so that that part of the team can move into the kernel team and make contributions there.

16:22 Oh, that's excellent.

16:23 And that's even a little bit back to your roots from Austin, in some ways, I guess, right, with the C++ story.

16:30 Yeah, exactly.

16:31 Parts of my brain that has been idle for a decade are coming back online,

16:37 and it's a really fun feeling.

16:39 I know it is.

16:40 Yeah, yeah.

16:41 If audience members, if you've been programming Python for 10 years straight,

16:46 like I have, I really can't recommend enough learning a very different programming language or reviving one.

16:53 It's incredibly satisfying.

16:55 Yeah, and gives you interesting problem solving skills that you don't necessarily develop if you stay in just one language.

17:03 So that's great.

17:03 Yeah.

17:04 Now, there's a bunch of ways to talk to MongoDB, even just from Python, right?

17:08 So there's PyMongo.

17:10 What else is there?

17:11 So PyMongo is the general purpose driver, and it's the most featureful, the most standard,

17:18 the best maintained, but it's not optimized for some specialized use cases.

17:26 And you can think of these as CPU-bound versus I.O.-bound use cases.

17:33 Right, okay.

17:34 So for the I.O.-bound, cases where you've got a web application that has a huge number of client connections,

17:43 but they're often kind of idle or sleepy connections, like if you're implementing a chat server

17:50 or something with web sockets, you want to use an async framework in Python,

17:56 like Tornado or Twisted or in the Python 3.4 standard library, we've got async.io now.

18:04 Yeah, that's a cool new feature.

18:06 Right, so these are awesome async frameworks, and they solve that problem brilliantly,

18:11 but they've got a gigantic compatibility issue.

18:16 none of the existing libraries work with them.

18:18 None of the existing sort of outside MongoDB libraries don't work with them,

18:24 or like PyMongo itself doesn't work with them, or how do you mean?

18:27 Well, I mean both of those.

18:28 So if you've got basically a driver for any database that's not written specifically for one of these async frameworks,

18:36 then it won't work with that async framework.

18:41 So you need a specialized database driver for Tornado and MySQL.

18:44 You need a specialized database driver for Tornado and Postgres.

18:49 Right.

18:51 And you need a specialized driver for Tornado and MongoDB.

18:55 So I wrote that over the last few years, and it's called Motor, because it's taking the beginning of Mongo and Tornado.

19:02 Excellent.

19:03 Right.

19:04 Plus it's a cool name, and somehow it was not yet taken on PyPI.

19:08 So Motor is the now standard official async driver for MongoDB and Tornado,

19:15 and over the next year I'm going to be expanding it out to cover async.io next,

19:21 and then eventually twist it as well, so that it will just integrate with whatever you're using right now.

19:26 Nice.

19:27 And does that work with Python 3 and 2, or is that sort of a 2 thing for now,

19:30 or what's the story there?

19:32 That will work with Python 2.6 plus, so 2.6, 2.7, 3.3, 3.4, 3.5, when 3.5 is out.

19:41 So how does that work with different implementations, like PyPI, for example?

19:45 Sure.

19:46 In the past, Motor and PyPI didn't work together very well, but that was about a year ago that I last personally tested them.

19:53 It was correct, but it was slow, due to some very specific details about PyPI.

20:01 In recent months, somebody that I didn't know posted benchmarks that showed that Tornado, Motor, and PyPI were actually blazingly fast,

20:12 but I haven't personally reproduced that, so at the moment it's just kind of a hopeful sign

20:18 rather than something that I would officially endorse.

20:20 Sure.

20:21 That's really good news, though.

20:22 It looks like PyPI is moving on and has a lot of activity there, so that's really cool.

20:26 I agree.

20:27 Yeah.

20:27 I've also heard of something called Mon Area.

20:29 What's that?

20:30 Right.

20:31 So we've got this other branch of specialization.

20:34 So the three categories that I think of are general purpose, PyO bound, and that's for Motor,

20:41 and then there's CPU bound, and that's what Monary is for.

20:45 Monary is a NumPy driver for MongoDB.

20:50 Oh, that's interesting.

20:51 Wow.

20:52 Isn't it?

20:53 I found out about it a few years ago.

20:55 It was written by a quantitative analyst named David Beach.

21:00 He needed it for something, some specific financial application that he was doing.

21:05 And he noticed that if you stream BSON data through PyMongo and then into NumPy from there,

21:13 it's pretty slow.

21:15 And your data conversion is typically your bottleneck.

21:18 MongoDB is fast.

21:20 NumPy is fast.

21:21 But converting each number from one data format to the next is very expensive,

21:27 and it's a lot of wasted work.

21:29 So he wrote a little bit of C code, which queries MongoDB using the C driver rather than PyMongo,

21:38 converts the BSON data directly into NumPy arrays without passing through any Python data structure,

21:46 and then hands you giant buffers of numbers that it got from MongoDB.

21:52 And then you can use NumPy's incredibly fast statistical methods on that data.

21:59 That's really fantastic.

22:00 So if maybe you're storing a bunch of data in Mongo for big data on numerical type stuff,

22:06 this would be the thing for you from Python.

22:09 Exactly.

22:10 And that's a pretty common use case among financial institutions.

22:14 There's also a lot of universities doing big bioinformatics with MongoDB.

22:20 And there's generally a lot of use within the scientific community for storing numeric data in MongoDB.

22:28 Since NumPy has such a rich set of statistical routines that you can just take off the shelf,

22:37 being able to go between the two in Python incredibly fast is an awesome feature.

22:44 So Monary can do upwards of a million queries per second on commodity hardware.

22:50 And, or query upwards of a million documents per second.

22:55 That's amazing.

22:56 We've been adding features to it over the years.

23:00 We had a couple of interns last summer, Matt Cotter and Kyle Suarez.

23:04 And now a new hire who's working for me, Anna Hurley, is adding more and more features to Monary every month.

23:13 So it's becoming better documented.

23:15 It's now read-write.

23:17 So you can insert some NumPy arrays into MongoDB.

23:22 And it's similarly optimized along that path.

23:24 And we're adding SSL and authentication, which financial institutions will probably want if they're analyzing financial data.

23:32 And that's kind of, that fills in the other portion of the environment where you're doing single-threaded CPU-bound calculations on numeric data within MongoDB.

23:48 Yeah, that really does open up the whole science story for MongoDB a little bit more from Python anyway.

23:53 That's really cool.

23:54 So what surprises you most about what you see people doing with Mongo from Python or even with PyMongo specifically?

24:01 What most often surprises me is there are certain mistakes that are incredibly common.

24:09 And I wish we could figure out how to stamp them out.

24:11 And the main mistake that I see people make is that they create a new Mongo client class instance for every HTTP request.

24:23 And so they pay the price of TCP setup, very often SSL and authentication setup, and then the TCP slow start algorithm.

24:35 All of this incredible overhead involved in opening a socket.

24:40 And then they do one query and shut it all down.

24:44 And when they say, oh, and they defeat connection pooling as well.

24:49 And there's this sort of strange resistance to just creating a single global variable, which is the Mongo client.

24:58 And I don't understand.

24:59 I think they're coming from Java, where it's frowned upon to have one module-level global variable.

25:05 But it means that among Python programmers who make this mistake, which is a huge number of people, their throughput is probably a third or a quarter or a fifth of what they should be seeing.

25:19 Wow, that's amazing.

25:21 And it's easy to fix.

25:23 I don't understand apps to persuade people.

25:24 It's incredibly easy to fix.

25:26 That's the thing, right?

25:27 Right.

25:27 Doing it correctly is easier than doing it wrong, and yet doing it wrong is very common.

25:31 Yeah.

25:32 Well, hopefully people out there listening will go make a global Mongo client.

25:37 I hope so.

25:38 And we're also adding a best practices document to the PyMongo documentation in the next release that I hope will further dissuade people from making this error.

25:48 Yeah, that'd be great.

25:49 Almost would be cool to have a list of, like, these are the top five worst things you could do that we see out in the wild, so don't do them.

25:55 You know, something like that would be nice to put up somewhere.

25:57 That's a good idea, although honestly, it's really only top one.

26:01 Like, if you don't do that, you're probably doing a good job.

26:06 Excellent.

26:06 So you guys just had a big release as well.

26:09 You've kind of changed the entire underlying file system with something called WireTiger, and you've released version 3.0.

26:15 What's the quick rundown of that?

26:17 That's pretty exciting.

26:18 Right.

26:19 So it's not the default at the moment.

26:21 It's opt-in.

26:23 But with MongoDB 3.0, we made the option available to swap our old storage engine with WireTiger.

26:32 And the performance characteristics are still a little complex, so I'm not going to make any inexpert pronouncements on that.

26:41 Sure.

26:42 But for the large number of use cases, WireTiger seems to be much, much higher performance, and it especially has much better concurrency.

26:54 So if you're doing a lot of simultaneous writes on certain kinds of hardware, you should see a lot better throughput with WireTiger.

27:02 So it's really exciting.

27:04 And we also acquired that company.

27:07 It was our first acquisition so that we could...

27:09 The WireTiger open source project continues, but it means that we have that expertise in-house to make sure that WireTiger and MongoDB work perfectly together.

27:19 That's right.

27:20 They were from Berkeley DB or something like that originally, right?

27:23 I think a lot of the WireTiger people were among the Berkeley DB developers, yes.

27:29 Yeah, excellent.

27:29 You have some opinions on editors, right?

27:32 Like Vim versus PyCharm.

27:34 What are your thoughts there?

27:36 Yeah.

27:37 So in recent years, I've spent a lot of time mentoring young people or just working together with a lot of junior developers.

27:46 And what I particularly noticed is that everybody uses Vim for everything.

27:50 And it's kind of sad to watch because I say, go find this method.

27:57 And then I sort of have to sit around for a little bit, drinking tea and watching them grepping their files and doing like an incremental search through each file with Vim until, you know, they're searching for like death space, create collection or something in order to find this method.

28:16 And it's just sad.

28:23 And when people watch me, it's just, you know, this isn't bragging.

28:30 It's just, if you use the right tool for the job, you can leap around really easily.

28:36 And it's not just navigation.

28:40 It's for huge search and replace jobs.

28:43 PyCharm has all of these modes and all of these wonderful ways of breaking down big code change tasks to make sure that you complete them correctly.

28:55 Using a visual debugger is also completely invaluable.

28:58 Like when I see somebody say, I have this bug.

29:02 And I say, well, what if you try it?

29:03 And they say, well, I added 100 print statements.

29:05 I know that something's wrong.

29:07 And invariably, even though they've spent hours on it, I say, well, let's get it into PyCharm.

29:14 And I use a couple of breakpoints and a few watchpoints.

29:18 And we find it because that's what a debugger is for.

29:22 That's right.

29:23 A picture is worth a thousand words and you can kind of say the same about a visual debugger, right?

29:27 Yeah, exactly.

29:28 You don't have to ask via a print statement, is this what I expect?

29:33 Oh, it is.

29:34 Okay.

29:34 Well, is this what I expect?

29:35 Oh, it is.

29:36 Right.

29:37 You just have everything displayed for you and you can immediately see what it is about the code that isn't matching your expectations.

29:44 Yeah, that's awesome.

29:45 I totally agree with you.

29:46 And I'm a big fan of PyCharm as well.

29:48 I use it for all my Python work.

29:50 And you can just hit like shift two times and type something and it'll just take you to a file or to a method or to a variable.

29:57 It's fantastic.

29:58 Yeah, I agree.

30:00 It also shows you your unused imports and it checks your style while you go.

30:05 So you start making that error as well.

30:06 Yeah, you're sort of PEP8 compliant straight away.

30:09 Exactly.

30:10 Awesome.

30:12 All right.

30:13 Well, let me ask you one more question.

30:15 So out there on PyPI, there's tons and tons, you know, 65,000, 56,000, something like that packages.

30:22 There's some great ones out there.

30:24 Do you have any favorites?

30:25 PyMongo and Motor maybe, huh?

30:27 Yeah.

30:29 PyMongo is a great package.

30:31 It's one of the most popular.

30:32 It's one of the most popular.

30:32 And Motor is a fun little project written by some smart guy somewhere.

30:38 I wonder who that was.

30:41 I'm also a big fan.

30:42 And so another package I wrote that I'm very fond of is called Toro.

30:47 It's T-O-R-O.

30:49 And it's a set of things that are like locks, queues, conditions, event variables.

30:56 But it's not for multi-threading.

30:59 It's for Tornado coroutines.

31:01 Oh, okay.

31:03 So it kind of extends the analogy between coroutines and threads.

31:07 And it makes it possible for your asynchronous coroutines, which are optimized for I-O-bound applications using something like Tornado.

31:17 It lets them coordinate using the same kinds of patterns you're used to with threads.

31:23 So you can make consumer-producer coroutines using the exact same pattern as you're used to for producer and consumer threads.

31:32 I'm working with Tornado's author, Ben Darnell, to contribute Toro piece-by-piece into Tornado so that Tornado will have those features built in with Tornado 4.2.

31:47 It has nothing to do with MongoDB.

31:50 I think it's one of the things I like about it is that it's just this separate project that I kind of use recreationally.

31:56 And it's also just got a lot of really fun patterns that it's fun to think about.

32:02 Yeah, that's really cool.

32:03 You know, that kind of programming, trying to coordinate asynchronous coroutines, sounds like a really interesting sort of problem or puzzle to solve, you know?

32:12 Right.

32:13 And a lot of those questions have already been answered for threads.

32:16 So if you have the same primitives or if you have analogous primitives to use with coroutines, then you can use the same answers that people have developed for threads for the last few decades.

32:28 Fantastic.

32:28 So, yeah, people should check out Toro.

32:30 Very cool.

32:30 People have been listening to us talk and rave about MongoDB.

32:33 And in case you guys don't know, I'm a huge fan of MongoDB as well and use it for many projects.

32:38 If people are excited, they want to get started, what do they need to do?

32:42 So you can pip install PyMongo and then you can go to mongodb.org and download the MongoDB server.

32:50 It's among other awesome things about MongoDB.

32:54 You install it by untarring it and then starting it, period.

32:59 And if you want to learn more, the PyMongo documentation online at api.mongodb.org slash python has a complete tutorial for you.

33:09 And if you want to go a little deeper, there's an excellent online course called M101P.

33:16 So that's MongoDB 101 for Python.

33:19 And the next section of that class starts on May 26th, I think.

33:24 Excellent.

33:25 And is that education.mongodb.org?

33:29 I forget the URL.

33:30 Yeah, that's correct.

33:31 Yep, exactly.

33:32 Excellent.

33:33 Okay, well, is there anything else you want to sort of give a shout out to or get people's attention focused on?

33:37 I'm just really excited to be on this podcast.

33:40 And I think that this podcast is excellent.

33:43 And I'm looking forward to listening to the next episodes while I'm on the subway.

33:48 Excellent.

33:50 Thank you, Jesse.

33:50 It's been a really great conversation.

33:52 And I think people are going to be super interested in this stuff.

33:55 It's good.

33:55 MongoDB is such a fun project to work with.

33:58 When I was working with relational databases, I always felt like, oh, there's this sort of database and it's a necessary evil.

34:03 And it's kind of resisting what I'm trying to build in my app.

34:06 And you switched to Mongo and it's just sort of frictionless design and evolution in your app.

34:10 And so thanks for all your work on making that a possibility.

34:14 Thanks so much, Michael.

34:15 You bet.

34:16 Talk to you later.

34:16 Bye.

34:17 This has been another episode of Talk Python to Me.

34:23 I want to thank our sponsor, Python Gear, for making this show possible.

34:27 Please visit pythongear.com, get an awesome T-shirt or sticker, and let them know you heard about them on Talk Python to Me.

34:34 Smix, take us out of here.

34:36 Bye.

34:58 Thank you.

Back to show page
Talk Python's Mastodon Michael Kennedy's Mastodon