#84: Are we failing to fund Python's core infrastructure? Transcript
00:00 When was the last time you used a third-party package in Python?
00:02 Have you recently pip installed SQLAlchemy?
00:05 Maybe you looked up the documentation on a package you found in PyPI?
00:08 These two core pieces of infrastructure involved are both freely available and open source,
00:14 pip and PyPI, as well as read the docs.
00:17 How are these funded?
00:18 How well are they funded?
00:20 It turns out that we are not doing a good job sustaining the underlying infrastructure
00:25 in the Python ecosystem.
00:27 This week, you'll meet four panelists for a discussion on the problem and its solutions.
00:31 Donald Stuff from PyPI and PIP, Eric Holscher, co-founder of Read the Docs, Carol Willing,
00:37 director of the Python Software Foundation and Project Jupyter core developer, and Eva Jalaska,
00:43 director of operations at the Python Software Foundation.
00:46 This is Talk Python to Me, episode 84, recorded October 31, 2016.
00:52 Developers, developers, developers, developers.
00:56 I'm a developer in many senses of the word, because I make these applications, but I also
01:01 use these verbs to make this music.
01:04 I construct it line by line, just like when I'm coding another software design.
01:08 In both cases, it's about design patterns.
01:11 Anyone can get the job done.
01:13 It's the execution that matters.
01:14 I have many interests.
01:16 Sometimes...
01:17 Welcome to Talk Python to Me, a weekly podcast on Python, the language, the libraries, the
01:22 ecosystem, and the personalities.
01:23 This is your host, Michael Kennedy.
01:25 Follow me on Twitter, where I'm @mkennedy.
01:27 Keep up with the show and listen to past episodes at talkpython.fm.
01:31 And follow the show on Twitter via at talkpython.
01:34 This episode has been sponsored by Rollbar and GoCD.
01:38 Thank them both for supporting the podcast by checking out what they're offering during
01:43 their segments.
01:44 Hey, everyone.
01:45 I'm honored to be sharing this important conversation with you.
01:48 Thanks for listening to this episode and all the others.
01:51 The community response to this podcast and my online courses has been simply amazing and
01:56 humbling.
01:56 You've encouraged me to dedicate some more time and energy to the project.
02:00 So before we get to the panel discussion, I want to tell you about a new project I'm launching
02:04 today, November 8th, 2016.
02:06 I'm launching a new second podcast called Python Bytes.
02:10 You can find it at pythonbytes.fm.
02:13 That's pythonbytes.fm.
02:15 Please take a moment to listen to the first episode and provide feedback.
02:18 The goal of the show is to deliver timely Python developer headlines directly to your earbuds.
02:23 I'm co-hosting the show with Brian Okken of Test and Code Podcast fame.
02:27 We try to keep this short and sweet.
02:30 So this show should be about 15 minutes per episode.
02:33 So please check it out at pythonbytes.fm.
02:35 Now let's talk about funding Python's open source infrastructure.
02:39 Hey everyone, welcome to Talk Python.
02:42 I'm really excited to have you here to talk about this pretty important topic of funding
02:47 open source infrastructure and some of the things that are actually the underpinnings
02:52 of the Python ecosystem itself.
02:53 So welcome.
02:54 Let's get started with a quick introduction.
02:57 Got four of you on the show this week and that is really excellent.
03:02 I think it's going to give us a lot of perspectives.
03:03 So I'd like to start with what's your background?
03:06 Why are you particularly passionate or interested in Python's open source infrastructure in particular?
03:13 And Carol, let's start with you.
03:14 Hi, thanks, Michael.
03:15 I am Carol Willing.
03:17 I am a director of the Python Software Foundation and also a core developer on Project Jupyter at Cal Poly.
03:23 I have a background in econometrics and economics as well as engineering.
03:29 And I really care about the infrastructure because it supports so much of what we do in education,
03:36 whether at the university level or on the K through 12 level in the states as well as globally.
03:43 Yeah, excellent.
03:44 It's super important education.
03:45 I think one of the great growth areas of Python and a lot of interesting new projects and people are coming into it is coming from academics and from the data science space.
03:57 And so that's right, right in there.
03:59 Eva, how about you?
04:01 My name is Eva Jalowska.
04:02 I am the director of operations at the Python Software Foundation.
04:05 Even though I do have a little bit of technical experience, all of my Python involvement has been community related.
04:13 I did get involved with the PSF as a third party meeting planner working on PyCon.
04:19 And that started in 2008.
04:21 In 2011, I did a career shift and joined the PSF exclusively to work on PyCon and other foundation activities.
04:28 In mid-2015, we began to hire additional staff.
04:31 And at that time, my role evolved to director of operations.
04:34 And even though PyCon is still a responsibility of mine, I now concentrate more on managing our staff and foundation sustainability,
04:41 which includes everything from how we internally operate to how we can best serve the Python community.
04:48 And that is why Python infrastructure is important to me.
04:52 All right.
04:53 Excellent.
04:53 Eric, how about you?
04:55 Yeah.
04:56 So I'm Eric Holscher.
04:57 And folks on this podcast probably know me most from kind of the work I do around read the docs.
05:01 And so I think, you know, both Donald with PyPI and myself are in a very similar position where we're running kind of large infrastructure.
05:10 infrastructure projects that don't have or they don't necessarily feel like they have the largest amount of community support.
05:16 And I think we're trying to kind of raise awareness around how that might be an issue going forward.
05:21 And so there's definitely kind of a selfish motive for kind of having my own work be funded better and more supported,
05:27 as well as kind of being able to build things like this within the community and kind of setting examples of models.
05:33 So if people want to build more infrastructure to support the community, there is actually a model for making that sustainable so more of it can happen.
05:40 I think that's kind of my angle on it.
05:43 Yeah.
05:43 Okay.
05:43 Great.
05:44 Thanks.
05:44 And Donald, you were on episode 64 and you shared a lot of the work that you've been doing with PyPI.
05:51 But go ahead and tell everyone about yourself for this episode.
05:54 Yeah.
05:54 So I'm Donald Stuff.
05:55 And, you know, I work on PyPI and pip and sort of Disutils, the sort of related projects for Python's packaging story.
06:05 In that regard, I run operations for PyPI and I'm sort of the primary developer and operations on both PyPI and PIP.
06:14 There are other people who will help out.
06:16 But as I was currently being paid my time for that and that enabled me to spend a lot more time than other people were able to.
06:26 I suppose it sends a little bit of a mixed message about whether the project needs help if there's somebody whose full-time job is to work on an open source project, right?
06:35 Like PyPI.
06:36 What do you think?
06:37 It's sort of a dangerous place to be in.
06:39 I mean, full transparency, I was just laid off from my job.
06:43 So I am no longer employed full-time to do that.
06:47 And it's dangerous because now that I'm laid off, all of a sudden we just lost the only full-time employee working on that project, which is a huge loss of hours available to dedicate to different resources in that space.
07:02 Yeah.
07:02 And that whole experience, you talked about it on Twitter and saying it was not like HP decided they were going to defund PyPI or anything like that.
07:13 It was just, you know, HP is going through some challenges.
07:15 They laid off a bunch of people and it just so happened they, I guess, felt like this funding for PyPI didn't really match with what they were doing anymore.
07:24 And I want to be really clear to everyone listening that this is not to throw HP under the bus, right?
07:29 Like HP was doing more than any other company out there to fund PyPI.
07:33 The fact that they, like, stepped back to being on par with the other companies is unfortunate, but it's not like we should be unhappy with HP.
07:41 It's more like, well, wait a minute.
07:43 Why did we have just this one company that happened to, like, more or less donate an employee to run the most important way that libraries are shared in Python, right?
07:55 Yeah.
07:55 And, you know, as far as I can tell, they actually didn't even know they were defunding PyPI.
08:01 Yeah.
08:01 You know, this is a fairly large scale layoff and my entire team got dissolved.
08:07 So as far as I've been told, you know, I just got caught in a large net and there was no sort of knowledge that PyPI was even a thing at the level that this was being taken place of.
08:18 Yeah, absolutely.
08:19 So I, you know, you and I spoke for an hour on episode 64 about Python packaging and what PyPI is, among many other things.
08:28 But let's start this conversation by kind of laying out the elements that are in play here.
08:34 So, Eric, you talked about read the docs.
08:36 We've talked about PyPI.
08:40 But, Eric, what other stuff do you think is under this banner of open source infrastructure and the Python ecosystem?
08:46 I mean, I think those are the two big projects.
08:48 I think also kind of the Conda ecosystem around scientific Python is another place.
08:55 I think a lot of it is, at this point, kind of companies.
08:58 So things like, you know, Travis CI is a huge point where a lot of the open source infrastructure is built on that.
09:05 And they've actually been building a sustainable business around that.
09:09 But I think if, you know, if Travis CI went away tomorrow, that would have huge impacts on kind of the Python developer ecosystem.
09:15 Yeah, and really just kind of all that entire kind of suite of developer tools that people are kind of using on their day to day.
09:24 And, yeah, but I think in terms of kind of Python specifically, I think, you know, pip and, you know, PyPI are the most obvious.
09:30 And I think read the docs and other just tools that developers are using.
09:35 And, you know, maybe someone else will have a better kind of more encompassing answer.
09:39 I think, you know, in some regards, kind of Twitter and GitHub, right, are also both in that basket where we have these massive corporations running these for us for free.
09:48 And that's very much infrastructure we depend on.
09:50 But, you know, that's a little bit less precarious because they are building kind of businesses around them.
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.
10:04 Right.
10:04 Yeah, and NPM does apply to Python developers.
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.
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.
10:31 So for PyPI, Donald, obviously, you were being employed to work on it and there's your time.
10:36 But there's also actual infrastructure expenses.
10:39 And luckily, from what I understand, those are still being covered by places like Rackspace and so on.
10:44 But for PyPI, you said last May we had 340 terabytes of traffic and that was roughly $35,000 a month in infrastructure expenses, right?
10:58 Yeah.
10:59 Yeah, so we've now gotten to the point where I believe the last 30 days we've hit 390 terabytes of bandwidth.
11:06 So we're starting to push closer to $40,000 a month in donated services.
11:14 That's what the cost would be if we actually paid for that.
11:16 We are very lucky that we have a Fastly Rackspace Dream host.
11:20 I can't list them all.
11:21 But there's eight or ten different companies that donate those services to us.
11:27 But yeah, it's a significant cost without those donations.
11:31 We would not be able to bear the cost of doing that.
11:34 Yeah.
11:34 Even a very happy donor couldn't – very unlikely that they could handle that much of an expense on a monthly basis.
11:42 Eva, what do you think about funding some of these projects?
11:46 Like where's the current funding coming from?
11:49 You know, Donald talked a little bit about HP and the guys donating at Rackspace, donating bandwidth and to the other companies as well.
11:58 But where else does funding come from?
12:01 So most of it, as already everyone mentioned, is through in-kind sponsorship.
12:07 So everything from server providers, CDN management providers, search optimizers, et cetera, even to design work.
12:14 For instance, if you look – I know that Donald said he couldn't list all of them.
12:17 But if you look at the bottom of pypi.org, you can see all the logos of the donated services that Donald has received.
12:24 Obviously, the main one has been HP employing Donald.
12:29 And we also make up a lot of that through volunteer time.
12:32 We have a lot of volunteers that work and put a lot of time into making it happen.
12:38 And up to March of this year, the PSF infrastructure was completely managed by volunteers.
12:44 And then in March, we decided to hire an IT manager who is slowly gaining his bearings around the ecosystem.
12:51 The PSF does fund a little bit.
12:54 We do, for instance, maintain domains and things like that and other random charges.
12:59 Sometimes it happens for certificates or things like that.
13:01 But we do have, for instance, other – and I wanted to kind of go back a little bit because there are a lot more infrastructure than just dev tools, in my opinion,
13:10 especially since we do a lot of the day-to-day foundation stuff like mail.python.org or even our wiki.
13:18 That's, I guess, more internally used.
13:20 But I have an example.
13:22 For instance, for mail.python.org, last year, the server went belly up.
13:28 And this was before we had our IT manager.
13:32 And when you're in peak PyCon sponsorship sign-up time and you don't have mail for four days, that could be a very extreme thing.
13:45 So it actually took us four days, including the weekend, to be able to restore it.
13:49 And we had to search down volunteers who were no longer active and that had – we had to find who had backups.
13:55 But I can't help to wonder, like, what if those volunteers weren't available that weekend?
14:00 What would we have done?
14:02 So it's kind of questions like that that makes us really think, how can we improve the funding?
14:09 Yeah, so there's the keeping the organization running, and then there's the public-facing stuff like PyPI and read the docs.
14:16 Yeah.
14:17 Yeah.
14:18 Any other funding, Carol, that you can think of?
14:20 Other things that we should maybe throw under this?
14:23 What is open source infrastructure for the Python community?
14:26 Yeah, I think that there's key infrastructure that, you know, have a fixed cost that, you know, a lot of our sponsors have very generously given us time or services in order to have even the base technology to run things on.
14:44 And then if you look at the team that's in place from an infrastructure standpoint for just running the Python Software Foundation, it's like a hugely leaned startup with Eva and her crew running a 24-7 global organization pushing around terabytes of data and with volunteers largely being the staff that gets things done.
15:11 And, you know, my concern is to be able to sustain the fixed costs of the infrastructure over time, but also be able to have some variable resources that are funded so that we're not burning out volunteers.
15:28 I mean, Donald was very generously funded by HP, but his time and effort went far beyond just his salary for the day.
15:38 And, you know, we all owe him a huge thank you for that.
15:42 And the same with Eric on Read the Docs.
15:45 It's a labor of love as well as a key part of our infrastructure, as is PyVideo.org, our user groups, being able to fund scholarships for us to grow the community.
15:57 So I think infrastructure really sort of touches everything that we do.
16:02 Yeah, that's a really interesting view.
16:04 I just interviewed Paul Logsdon from PyVideo, and that's coming out of the week of this one being recorded.
16:10 So that's a really interesting one as well.
16:13 Eric, can you speak to Read the Docs a little bit?
16:17 And how, you know, what's the expenses?
16:20 How do you guys keep that running there?
16:22 Sure.
16:22 Yeah.
16:23 And just to kind of follow on quickly with Carol's point, I think, yeah, like the staff of PyCon as well is just this amazing, like this unreasonable, amazing outpouring of love from the community.
16:33 And all of that staff is volunteer, except for, you know, a few people at the top, but the hours that go into running events like that.
16:39 I mean, I have my own conference night, I know.
16:41 So, yeah, there's so much work that we all depend on as a community.
16:45 But, yeah, so anyway, the costs of Read the Docs, similarly, are paid for by Rackspace.
16:50 I think Rackspace is like one of these people where if their sponsorship of open source and the Python community as well went away, these massive things.
16:59 I know, like the cryptography project that's doing a bunch of really good crypto stuff.
17:03 I mean, there's so many backbone kind of CI tools and servers and all these costs of all of the projects around the Python ecosystem that Rackspace is putting the bill for.
17:12 And if that ever went away, there would be a huge kind of scramble, I think.
17:16 And that's another just huge piece of infrastructure, all these servers, everything's running on.
17:20 Our recent bill from Rackspace was, I believe, $3,600.
17:24 So we keep our server costs incredibly low for the amount of things that we're doing.
17:30 I think we do about 25 million page views.
17:32 I think we push close to 10 terabytes of data.
17:36 But mostly we're serving static files.
17:38 So we have a very kind of low cost of infrastructure based on the – and a lot of that was architectural decisions that we made because we knew the funding environment that we were existing within.
17:48 So everything is very lean.
17:50 Yeah, similarly, the main cost is people.
17:54 Operations person who's wearing a pager to make sure the Python community's documentation goes down has a market rate of easily $100,000 a year, at least within the U.S. kind of pay scales.
18:05 And so that dwarfs the, what, $40,000 to $50,000 that we would pay in pure infrastructure costs.
18:11 But that said, if Rackspace did go away, that would be a huge – there would be a huge scramble for us to kind of cover that cost.
18:17 Yeah.
18:18 You mentioned GitHub, and if it went away, there would definitely be terrible disturbance in the forest sort of feeling.
18:25 Are there contingency plans for if Rackspace backed up?
18:30 Because, you know, this is the common theme, and thank you so much, Rackspace, for being such a supporter, right?
18:35 But it's also becoming like a single point of failure.
18:38 Do you guys know what you would do?
18:40 We've had a few different people offer.
18:41 I mean, I think, honestly, the initial step would probably be to stop doing builds.
18:47 Because a lot of the cost of servers is the build infrastructure, and if we just stuck, you know, static files up somewhere, that would be a viable alternative for at least like a week or something.
18:55 And, you know, like somebody maybe couldn't release a new library, but the 99% case is still kind of, you know, the old documentation that we host for everyone would still be available.
19:04 And I'm sure we could find yet another, you know, donated service.
19:08 But kind of the plan B was so scary for so long that it kind of really did spur us to start looking into business models and kind of sustainability on our own, because that was kind of a scary outcome, right?
19:21 And I think similar to having one company employ someone to work primarily on a project, I think having one company hosting all of the infrastructure for free, right?
19:30 Like it builds this kind of all the eggs in one basket scenario.
19:34 And I think there's, like I'd never even really considered Rackspace in that light, but I think if we really took a deep look at our community, we would find we have a lot of our eggs in a very small number of baskets.
19:43 And, you know, I think Russ Keith McGee, who's one of the really people that I've been watching talk about this for a while, says, you know, we really need like kind of that diversity in funding and support to really have something that's truly sustainable.
19:56 And so I think that that's definitely the path we need to look down is, you know, how do we reduce dependence on these small set of very generous companies and towards something that's more kind of inclusive of the entire community, supporting the entire community?
20:10 Yeah, I agree.
20:11 I think it's really a positive thing that you guys have write the docs and all the stuff that's starting to take shape as a business there.
20:20 Do you want to spend just a moment and tell people about what you're doing to make that a little more sustainable?
20:26 Yeah, so we actually, we turned, we built like an official kind of business around Read the Docs two years ago.
20:31 The conferences are actually a completely separate endeavor that just kind of are connected through me as a human, which is also its own business, which is also, you know, building into a sustainable, you know, we have, we're going to have similar to Python, have kind of a part time to start operations person.
20:47 But with Read the Docs, we basically tried a bunch of different models that everyone's talked about, you know, consulting, support contracts, all this stuff.
20:54 And it turns out that kind of like, unlike a database or an operating system, documentation is not mission critical enough within most organizations for them to pay for support contracts, or training or these things, you know, where we're kind of very much a second thought in a lot of development organizations.
21:10 And so I think that's been really hampering our ability to use some of the more traditional business models that have worked in open source.
21:16 And so we basically fell back on advertising, which is, you know, kind of the one true business model on the internet that works for paid or for free sites, right?
21:25 Like every large free website on the internet, especially, you know, if you view Read the Docs as a content publisher, which at the end of the day, we really are, you know, we're very similar to, you know, a newspaper in those terms, right?
21:37 Advertising is the model, right?
21:39 Like everyone that's reading documentation on Read the Docs is never going to pay us money, even one penny, right?
21:44 Like there's so many more readers to writers or maintainers that the only way to kind of manifest value from those very small interactions is to put an ad on it and to have someone pay you for that small amount of attention.
21:56 And so we basically set out to build a advertising business model that we are proud of.
22:02 And so we're not tracking our users.
22:03 We're doing one ad per page.
22:04 It's kind of at the bottom of the sidebar, so it's not in your way.
22:07 And so we're really trying to kind of build a model that respects users and kind of respects advertisers and can be a win-win.
22:14 And so we call it kind of newspaper advertising on the internet, just because it's like, you know, we put a, we know people are here.
22:20 We're going to put an image on a page.
22:21 Some people are going to look at it and they're going to click it and you're going to pay us for that privilege.
22:24 And so we're really trying to kind of build an ad product that we can be proud of.
22:28 I think it's really interesting and it's worth talking about because the other business models are really hard.
22:34 like how could you possibly ask somebody to like say as a publisher on there to say to pay at least the people who are doing free open source work,
22:45 basically as a volunteer on their own project, like having them pay to use the site is like insult to injury because they're trying to write docs for the community for free.
22:53 And you're like, well, you got to pay to do that.
22:55 You're like, so a lot of the models, like you said, are, are challenging, but luckily both PyPI and read the docs have a tremendous amount of traffic.
23:03 So there's a possibility that some kind of ad story does make sense.
23:08 Carol, what do you think?
23:10 What do you got some ideas around this ad stuff?
23:12 Wow.
23:13 You know, I think ads probably have a whole range of people's viewpoints on them.
23:18 I think I know when read the docs kind of went to the ad model, we had some people that were really for it and some people that were sort of questioning, like, I don't know that I want ads in my documentation.
23:31 Personally, like we worked through on the Jupyter project that the ads were subtle enough that we felt like sustaining the ecosystem of read the docs.
23:42 And I'm, you know, I spend a lot of time writing documentation as a developer because I think it's so important and critical for onboarding people and for developers to build their skills.
23:54 So, you know, I think advertising, it will get you some of the way and obviously all the things that we've done to date were here.
24:03 These things are functioning, but oftentimes it feels like you're holding it together with like scotch tape and a lot of goodwill and ongoing goodwill from the sponsors that we have.
24:15 So the question is really, in my view, how do you, you know, we're sort of facing like a classic problem in economics where who funds the infrastructure?
24:26 Like in a country, the infrastructure like roads, law enforcement, hospitals are largely funded by the government.
24:34 And so we're not directly paying for everything.
24:38 And I think we see similar things in open source.
24:42 Many people benefit from, let's say, PyPI, for example, whether or not they contribute to it.
24:50 And so you've got like that classic economics, free riders getting the benefit, but not contributing anything to receive the benefit.
24:59 And I'm not sure how you necessarily get that.
25:03 Right.
25:04 It's so challenging to take it back to like your country analogy.
25:08 One of the ways countries deal with that is they come up with toll roads, right?
25:13 Or toll bridges or things like that.
25:15 And.
25:16 Absolutely.
25:16 Those.
25:17 I personally find all of those things very distasteful.
25:21 I don't like.
25:22 I used to live in New Jersey and I felt like I would drive like five miles and stop and pay a dime, drive six miles, pay a quarter.
25:28 And I was just always at traffic jams paying like such a small.
25:31 Like, why couldn't we just add a little bit of a gas tax or something like this that sort of solved the problem instead of trying.
25:37 This thing is costing too much.
25:39 So we're going to patch a little fee onto it or something.
25:42 And I feel like there's some analogies here as well.
25:44 Yeah.
25:45 I also grew up in New Jersey and I can remember having to pay to actually go to the beach.
25:50 You know, you need a little badge on some of the beaches.
25:52 You'd have to pay five, ten bucks, whatever it was to actually step foot on the beach, which on the West Coast we think is sort of very strange.
26:00 It's very strange.
26:01 Yeah.
26:01 But I think certainly paying for service is one model.
26:07 But I think much like you, I think it's not something that necessarily is attractive to many people.
26:15 It benefits those that have money to pay for it versus the general community.
26:20 And like you said, it's an annoyance.
26:22 So I think there's got to be other nonprofit models that might be better suited.
26:29 And I won't profess to know the solution, but something different.
26:33 Yeah.
26:33 We definitely don't want to bring some kind of model to this whole place that would kill the delight, right?
26:39 Kill the joy.
26:40 Absolutely.
26:40 Yeah.
26:41 Because that's something that's really special.
26:42 Eva, how does the PSF pay for itself?
26:46 The majority of the PSF's budget comes from PyCon.
26:49 PyCon is our main expense and it's also our main source of revenue.
26:54 My team and I work very hard every year to try to be in the positive after each PyCon, especially since it's so vital to the foundation's sustainability.
27:03 That revenue helps us with future PyCon expenses as well as it helps the PSF have a budget for grants that we give out, which do help grow and strengthen the community.
27:13 Some of these grants are infrastructure related.
27:15 For example, the PSF has given financial support to read slash write the docs.
27:21 And we recently even granted our Python packaging work group, which Donald and I are on, a grant to be used as needed.
27:30 We want to be able to do more of it, but it is not sustainable for the PSF at the moment to fully support all of these projects.
27:38 In addition to the importance of funding the infrastructure that the PSF oversees, we have other operations that need our financial attention.
27:48 For example, the grants that the PSF disburses have been increasing approximately $65,000 year on year.
27:55 So that is another important aspect I have to consider when planning the foundation's future.
28:00 I mean, this is a little bit off topic, but if anyone's interested, I did cover this at PyGotham this year, so we can check it out for more details.
28:09 We do have sponsorship support year on year from corporations, but surprisingly, that is a small percentage of where funds come from.
28:19 We are hoping to continue to grow our staff, so we are internally working on how we can increase the foundation's corporate support.
28:27 My short-term goal is to improve our sponsorship perspectives, for example, by including some targeted traffic data from, let's say, PyPI to give to organizations.
28:37 This portion of Talk Python to me has been brought to you by Rollbar.
28:55 One of the frustrating things about being a developer is dealing with errors.
28:59 Relying on users to report errors, digging through log files trying to debug issues, or a million alerts just flooding your inbox and ruining your day.
29:07 With Rollbar's full-stack error monitoring, you'll get the context, insights, and control that you need to find and fix bugs faster.
29:14 It's easy to install.
29:16 You can start tracking production errors and deployments in eight minutes or even less.
29:20 Rollbar works with all the major languages and frameworks, including the Python ones, such as Django, Flask, Pyramid, as well as Ruby, JavaScript, Node, iOS, and Android.
29:30 You can integrate Rollbar into your existing workflow, send error alerts to Slack or HipChat, or even automatically create issues in Jira, Pivotal Tracker, and a whole bunch more.
29:39 Rollbar has put together a special offer for Talk Python to me listeners.
29:42 Visit rollbar.com slash Talk Python to me, sign up, and get the bootstrap plan free for 90 days.
29:48 That's 300,000 errors tracked all for free.
29:51 But hey, just between you and me, I really hope you don't encounter that many errors.
29:55 Loved by developers at awesome companies like Heroku, Twilio, Kayak, Instacart, Zendesk, Twitch, and more.
30:01 Give Rollbar a try today.
30:02 Go to rollbar.com slash Talk Python to me.
30:13 Donald, have you considered any other models like what Read the Docs is doing or anything for PyPI?
30:20 I mean, you do have a tremendous amount of traffic there.
30:22 Yeah, so I considered ads briefly.
30:25 We didn't need them yet, so I kind of put it on the back burner because I do think people have sort of a – ads are polarizing.
30:34 And the less I get yelled at, the better.
30:39 Yeah.
30:39 But there are other things we've talked about, like the ability to host private packages on PyPI and pay for that privilege.
30:49 But then that starts to get into more questions like, well, if we start turning PyPI into sort of a business but still a nonprofit,
30:57 are the sponsors that have been donating resources to us, how are they going to feel about that?
31:02 Are we going to suddenly look at having to pay $40,000 a month if we start doing that?
31:08 So it's sort of like walking a bit on a tightrope wanting to not do something that's going to make these people feel like they're investing or donating to a business.
31:19 Yes.
31:20 While still being able to try to be more sustainable.
31:23 That's a very careful balance.
31:25 And I think it's tricky, right?
31:26 And I don't want to make this conversation all about ads.
31:29 I don't necessarily think the solution is ads, but they're like an easy solution, right?
31:34 You can easily throw them up.
31:35 And as long as you control the site, like read the docs, for example, it's not hugely in the way for anybody.
31:41 Michael, can I jump in with one comment on this?
31:43 Yeah, please do.
31:44 Go ahead.
31:44 Sort of bridging what both Eva said and Donald said.
31:48 I think one thing that we could do is perhaps leverage better instead of ads, but use the site to really honor and thank the sponsors.
32:01 And to give the sponsors some greater visibility on the sites for actually taking the time and belief and effort to sponsor us.
32:11 Yeah, that's a really good point.
32:12 You know, maybe this is a good time we could sort of switch to trying to brainstorm about what can we do.
32:18 I mean, we've sort of been circling around that a little bit and what people have tried.
32:23 Maybe what could or should we try?
32:25 I think having the sponsors highlighted really clearly could easily make it more appealing to sponsor these projects, right?
32:33 Like if it was a small icon logo at the bottom of like the homepage, that's one thing.
32:38 It's another if Rackspace gets to somehow be featured or Red Hat gets to somehow be featured in like a thing that is relevant to them, right?
32:48 Maybe, for example, on the stuff to do with cloud computing.
32:52 Red Hat gets a little, you know, like the packages to do with cloud computing.
32:56 Maybe Red Hat gets some sort of visibility for, say, OpenStack and similarly for Rackspace.
33:02 You know, something like that.
33:03 Eric, what do you think?
33:04 So we actually have been thinking a lot about this.
33:06 I mean, we don't do things quickly and without thought.
33:09 And so one of the big things is we formed as a business and not a nonprofit because basically we do this as trying to prove a model.
33:17 And so we don't want to constrain ourselves.
33:19 And so when we looked at doing a nonprofit and what they're allowed to do in terms of, you know, quote unquote sponsorship, you're basically allowed to do advertising.
33:26 But there can't be a call to action is at least the way that I understand it.
33:30 So you see this, you know, similar.
33:32 Django is doing this where they actually have a more visible thank you to their donors in the documentation.
33:39 But it's very much a, you know, thank you, Red Hat for sponsoring or, you know, thank you, you know, whoever.
33:44 They can't say, you know, come buy our new product for $10 off this month.
33:48 And so that is the fundamental difference.
33:50 Right.
33:50 And so we thought as we try and kind of prove this model and really think through it, we didn't want those constraints.
33:56 But some of the people we're talking to very much do just want that kind of more sponsorship model.
34:01 And so really our goal in the long term is to build an ad business to the point where we're able to transition that with our existing sponsors to a more nonprofit sponsorship model.
34:11 But really to start, we saw, you know, the Django Software Foundation did this and they are they have not hit their goal for the year.
34:18 Just in a traditional kind of nonprofit donation model, even with a more visible thank you.
34:24 Whereas Django REST framework actually has been successful with this model.
34:28 And so, you know, there's there's a little bit of different conflicting views.
34:32 But I think definitely kind of, you know, making the sponsors feel like they're getting something for their money is really the value.
34:38 And so we went kind of purely for trying to build a model where we could actually give sponsors the most value possible.
34:46 And then if we're successful in that and I can, you know, pay my rent each month, then we can start to impose more kind of strict regulations on what we're able to do.
34:56 But by starting kind of as a nonprofit or as a for profit and allowing ourselves to kind of transition into a more kind of nonprofit style model, it gives us more flexibility to get it off the ground.
35:08 That's an interesting point that you need the room to experiment.
35:11 I think this is a pretty new space of trying to take a thing that was basically for free and turn it into a business, especially a thing that is free and people donated freely to it and turn it into a business.
35:24 That's a real interesting challenge, right?
35:26 And so I did.
35:27 Actually, if I can add to that a little bit.
35:29 Sorry to interrupt.
35:30 Yeah, go ahead.
35:31 So at the PSF, we actually do have maybe a different form of what we're discussing called success stories where we so this was developed in the redesign for the website, but it's not used as much as I would like it to be.
35:46 So pretty much what we do is we say to our sponsors, especially top level sponsors, say, hey, why don't you write us a success story that we can post on our website of how Python has helped your organization grow or to where it is today?
36:00 And I think that if we could maybe use that as a way to expose our sponsors more, I think it would not only please our sponsors, but it would please the community because it just wouldn't be like, hey, buy this product.
36:13 Right.
36:13 Okay.
36:13 That's interesting.
36:14 Yeah.
36:15 People basically get to highlight how they're using Python in whatever area they're interested in, like whatever in their cloud computing platform, if they're a cloud provider or something like that, right?
36:25 Exactly.
36:25 Yeah.
36:26 Eric, you were going to say something as well.
36:28 Oh, yeah, I was just going to speak to Donald's point because I think it is super important that we did actually spin up a paid hosted model.
36:36 And that is actually a separate entity.
36:38 It's at readthedocs.com and it is a completely separate thing.
36:41 And so that's kind of how we were hoping to address that balance between, you know, you're not paying to donate to a business.
36:47 The advertising on readthedocs.org supports the readthedocs.org hosting and kind of costs, not hosting because Rackspace pays, but, you know, the cost of maintenance of that platform.
36:58 And so you're not donating to a business, right?
37:00 You're just allowing.
37:01 It's one method that we're generating income to become sustainable.
37:05 Not, you know, I'm not like lining my pockets, you know, with ad money or whatever.
37:09 Right.
37:10 And so that is something we thought a lot about.
37:12 And we have provisions.
37:13 We have different, you know, entities and all that kind of stuff.
37:15 That's something we are really, I think, is super important, right?
37:18 You can't just be like, hey, we're going to start making money now and expect people to kind of, you know, donate to a business.
37:24 It does have to be done kind of thoughtfully.
37:26 Donald, your point was really interesting.
37:27 And I think it touches on one angle of what I think is a very careful balance.
37:32 Like, what if PyPI, let's say, went to some kind of business model that was, well, it looked like a business, like you said.
37:39 And the business was doing okay.
37:41 It was making $10,000 a month.
37:44 And then the people who donated to it said, you have a business.
37:46 Why would we donate to you?
37:47 We were pulling our $40,000 a month funding.
37:50 You know, all of a sudden, you know, you've killed the golden goose by trying to keep it alive, right?
37:54 Yeah.
37:55 And to their credit, I have not actually talked to them about this.
37:59 It has been one of my concerns when I've talked to people about ideas about how we can, you know, sort of bring in some more money into PyPI in order to enable us to, you know, maybe hire more people to develop it or pay for some services where we weren't able to get donations, you know, things like that.
38:17 And, you know, that's been sort of one of the big concerns there is how are these donors going to look at that.
38:25 And, you know, we do try to, when we develop it, not depend too much on one specific donor.
38:33 So we do try to spread out over multiple.
38:35 We do try to develop things so that we're not developing just some sort of proprietary API.
38:39 If we do, it's shimmed in in a way that we could, you know, swap in some other component.
38:45 So, you know, what do you think about this?
38:47 Like, just listening to you guys talk, one of the ideas that was running through my mind is, Eric, I like your idea of having a private read the docs.
38:56 One of the ideas on PyPI that was coming to mind is, well, what if you could have like a premium listing?
39:03 So, like, I use Stripe and I pip install Stripe.
39:07 And that comes down from there.
39:09 But that's, you know, Stripe is a very successful business.
39:12 I'm just grabbing an example of something I use that's for pay, basically, right?
39:16 What if Stripe could have like a premium listing on PyPI and all of the bandwidth and all the hosting charges for the premium listings were not passed through to like Rackspace and Fastly and stuff?
39:30 That could be doable.
39:32 We'd have to essentially stand up almost a second PyPI to handle that just because there's no real way to discriminate between, you know, different packages where they go through.
39:44 I mean, the package files themselves could easily be hosted through another mechanism.
39:48 But the repository API, the web UI, all that stuff would still have to actually go through, you know, Fastly and then Rackspace and the various companies.
39:59 So it would be hard to completely separate them without making them two entirely separate entities.
40:05 Okay.
40:05 Carol, what are your thoughts on ways that we might be able to mix things up a bit here?
40:13 Looking in from the outside, Eric and Donald are, you know, living this day to day, right?
40:17 Yeah, I mean, I think it's one of those things.
40:21 I think it's sort of a slippery slope, because if you did do the like sort of like extra like per company or whatever, PyPI, you kind of open the door for losing the huge benefit of PyPI, which is everybody sort of goes to the same place.
40:39 We've seen it in science and data science.
40:42 There's some great stuff that came out of Conda and now more so Conda Forge along with PyPI.
40:50 But it also kind of increased the burden of, okay, how do we install things?
40:56 Do we use PIP?
40:57 Do we use Conda?
40:58 Yeah.
40:58 I'm not sure that additional complexity is something that really benefits our users.
41:04 Whereas, hey, this is where we go.
41:07 Yeah.
41:07 Easy decision.
41:08 One of the things I wonder is if we couldn't use like PIP.
41:13 Donald's done such a great job of improving it with little readouts as your thing progresses.
41:19 And even something as basic as, did you know, pip installs X number of terabytes of whatever data in a month or whatever, or whether that's on the PyPI site.
41:30 But just building awareness, because I think it's going to be a combination of donations that you're going to get.
41:37 You're going to get some individual donors that give to things like Read the Docs or PyPI or infrastructure because they see the value in it and they use it in their jobs every day.
41:49 And it might not be what I develop every day, but I use it so much and I would hate to have it go away.
41:57 So, you know, personally donating to the packaging and to Read the Docs for me was a no brainer.
42:05 But I'm in a position where I can do that.
42:08 Not everybody can.
42:10 So, you know, we don't want to set up like a tiered structure to make people feel bad for giving what they can.
42:18 Yeah.
42:18 And where they can.
42:19 But I could see, well, a couple of things.
42:22 One is Eva and the board and the greater PSF team has really worked hard the last year and a half to really level up the governance of PSF and to really look critically at what nonprofits are doing and how we can increase sustainability.
42:42 And I think some of the first steps that got put in place was to make some strategic hires to support Eva and the sustainability in different areas of the foundation.
42:56 And now it's really a matter of, okay, the next phase is really, okay, let's take a critical look at all of these things and come up with some best practices and plans.
43:07 Just like we do in development.
43:09 Like, you know, we run things through continuous testing or integration and, you know, to work smarter, not harder.
43:17 Yeah, exactly.
43:18 Like leveraging, like you said, continuous deployment maybe to make sure that if something goes down, it's like a push button to create a new instance of it rather than a scramble for four days.
43:29 Something like this, right?
43:30 Right.
43:30 So my feeling is I would much prefer to see the big corporate companies that are really benefiting from Python somehow have a way to fund it but feel like they're getting something a lot out of it, right?
43:49 Like that's kind of why I brought up the premium PyPI package where maybe like if you are a company and the PyPI package is about a thing that is really important to you, maybe somehow that listing could look different and they could pay for it but be really happy to do so, you know, or something similarly on read the docs.
44:08 I'm not really sure but I feel like the donations are great and I've given some money to PyPI but I don't feel like any amount of money that I can personally give is going to come anywhere near me.
44:19 Near what?
44:20 Microsoft, Red Hat, these other companies that have tons of money, Google, if they're making such big use of it and actually have a product on the other end.
44:31 I don't know.
44:32 Eva, what do you think?
44:33 So I sometimes find myself persuading people that open source needs money and that not everything can be handled by the community and volunteers.
44:41 I even remember when I was hired, it was a taboo for me to get paid to work for the PSF.
44:49 Because everyone was of the mindset that everything should be done by the community.
44:54 But I definitely agree that corporate sponsorship is where it's at.
44:59 And I feel that more corporations need to become aware of the fact that maintaining a software language has multiple angles.
45:05 A lot of those angles require funding.
45:09 Corporations that use Python should financially support Python in my opinion.
45:13 And these companies are sometimes making millions and millions or billions of dollars on this stuff.
45:19 And if they cave 0.0001% of that revenue to the thing that their business is based on, it would transform it and be like nothing in their space, right?
45:31 Exactly.
45:32 And since Python is a core of what they do, I strongly believe that having good infrastructure behind the language is vital for the sustainability of that language.
45:41 I mean, especially nowadays, there are so many options for programming languages.
45:46 And we just have to increase the number of reasons we give our developers to stay in order to make Python sustainable for the long run.
45:52 I mean, a little bit goes a long way.
45:55 I totally agree with you, Eva.
45:57 Eric, what do you think?
45:58 100% behind a corporation's paying.
46:01 I mean, I think depending on Carol giving money to read the docs each month is very much similar to requiring her to pay us, right?
46:09 Like, we would never require open source people to pay us.
46:12 And asking that the people working on open source pay money to support the infrastructure while companies free ride, it just feels morally wrong to me.
46:20 You know, Carol is contributing enough.
46:22 She doesn't need to give us money.
46:25 And people that are individuals do not need to give us money.
46:27 And I've actually toyed with removing the ability to give individual donations from read the docs because I think it's a false flag.
46:35 Like, it's never going to solve the problem.
46:37 And the only people that are going to donate are already giving their time.
46:41 And asking them to give money as well is just, it makes me sad.
46:45 It does help, but it's like a small band-aid.
46:47 It doesn't really solve the sustainability problem, right?
46:50 I think it distracts, right?
46:51 Yeah.
46:52 Like, people are like, oh, you just need to get more donations from individuals.
46:55 And it's like, that's not the solution.
46:56 Please stop suggesting that as the solution.
47:00 And I'd be remiss not to mention a couple things here.
47:02 So Nadia Eggbolt, I believe is her last name, did an amazing job for the Ford Foundation doing a report on this that's like 100 pages.
47:10 And she talked a bunch about Python stuff.
47:12 She talked to myself, Keith McGee, a bunch of other people.
47:14 I think Donald as well, for sure.
47:16 About these problems.
47:17 And I think that is a very concrete report.
47:21 And it really does talk about a lot of the different solutions that have been tried.
47:25 I think especially with PyPI and kind of the pip example you cited, doing a kind of Wikipedia-style awareness campaign, right?
47:32 So if you put in the pip install logs for a week, like, hey, donate to PIP.
47:37 This stuff is not free.
47:38 We're run by a nonprofit.
47:39 You know, very similar to how you see at the top of Wikipedia, right?
47:42 Like, they really have to, like, push and be heard.
47:46 And I think there's still a huge number of people that can kind of claim ignorance of this issue.
47:51 And I think if you start putting that on every PyPI page or PyPI page, every read the docs page, every pip install, that would actually start to move the needle in terms of awareness and community, kind of galvanizing a community.
48:05 And so I think something similar to what Ruby is doing with the Ruby Together efforts, where they're actually kind of they've taken their kind of core infrastructure.
48:14 They've built some branding around improving it and then kind of showing results either kind of think monthly with those kind of people has been a really interesting thing.
48:27 They're still nowhere near where they should be in terms of funding.
48:30 But I think if we kind of took, you know, PyPI, read the docs, even just those two, really, and, you know, in PIP, even, for example, and we're like, hey, let's run a one week or a one month campaign, you know, maybe around PyCon, for example, or like, you know, the week up and after PyCon or something where it's like, hey, like, your infrastructure, you know, tie it with a keynote at PyCon U.S.
48:51 Tie it with, you know, these massive things where everyone during the sprints is going to see this.
48:55 Everyone at their work is going to see this.
48:58 You know, I think I think we've been very coy about this because it's something that we're kind of we feel awkward about money and open source has been this taboo subject for a long time.
49:07 But I really do think that we're now at the point where we really have to kind of build sustainable solutions that bring the community in.
49:15 And so I think that's kind of my my big picture idea is really that kind of I view read the docs at its core like a library, similar to the government stuff we were talking about earlier.
49:24 Right.
49:24 We should be funded by taxpayers, you know, and if we're not able to, you know, one of the other things I thought about is going to VCs and doing, you know, a 1% for open source or something along those lines.
49:36 You know, I think the things that the green movement and kind of the environmental people are dealing with are very similar.
49:43 Right.
49:43 Where there are these externalities that people don't feel.
49:46 It's a really interesting angle to think of it as this is an externality.
49:50 Right.
49:50 This is an expense that people that use open source don't have to pay because it's somehow covered.
49:58 And basically, a lot of it is pushed on to the companies that donate like Rackspace and Fastly.
50:05 Right.
50:06 They're covering the cost of all this.
50:07 So all the other companies in the world can go make money and not worry about it.
50:11 Right.
50:12 Right.
50:12 Like open source contributors burning out is the global warming of the technology industry.
50:17 Right.
50:17 Right.
50:18 Because I think there's something really special about the volunteer effort and how people are putting forward all this effort for nothing but to bring some project to fruition.
50:28 But at the same time, when you see billions of dollars being made by for profit companies on top of this infrastructure and on top of this, these projects, it seems like there's got to be a way that they're not crushing the people trying to do the work, you know, with their weight.
50:45 This portion of Talk Python to me is brought to you by GoCD from ThoughtWorks.
51:04 GoCD is the on-premise, open source, continuous delivery server.
51:10 With GoCD's comprehensive pipeline model, you can model complex workflows for multiple teams with ease.
51:16 And GoCD's value stream map lets you track changes from commit to deployment at a glance.
51:22 GoCD's real power is in the visibility it provides over your end-to-end workflow.
51:27 You get complete control of and visibility into your deployments across multiple teams.
51:32 Say goodbye to release day panic and hello to consistent, predictable deliveries.
51:36 Commercial support and enterprise add-ons, including disaster recovery, are available.
51:41 To learn more about GoCD, visit talkpython.fm/gocd for a free download.
51:47 That's talkpython.fm/gocd.
51:50 Check them out.
51:51 It helps support the show.
51:52 Donald?
52:01 Well, yeah, and, you know, it's interesting in a way because I don't want to name names or anything,
52:06 but if you go through many, most, you know, sort of web services companies that have some sort of API client that, you know, is available on Python,
52:16 you'll see, you know, typically you'll see, you'll see, you'll see, you'll see, pip install, you know, my whole library for that company.
52:22 So, you know, those companies do tend to drive a lot of traffic towards PyPI, which, you know, increases our costs.
52:30 And they sort of get that for free.
52:31 Now, we're happy to provide that for free, but, you know, they do impact our bottom line to a large degree.
52:41 I really think that the best sort of end case is for these companies to give back.
52:47 You know, I worry about, like, the Wikipedia style, the donation drive and such, in that we're going to end up just getting money from developers.
52:56 Again, someone who goes to PyPI online is likely going to be a developer looking for a library.
53:02 Someone who takes pip install on their command line is likely to be a developer.
53:06 You know, and the hope there, I guess, is that they will funnel that up towards their management chains.
53:12 Say, hey, we depend on this thing.
53:14 Can we give it money?
53:15 But I worry that the most likely case is that they will maybe give some money themselves and it just kind of ends there.
53:22 I'm not necessarily sort of super skilled at the donation side of things.
53:28 You know, I reach out to companies and beg them for services.
53:32 But, you know, I feel like identifying which companies are big Python users and then reaching out to them and asking them for donations is probably going to be our best bet.
53:44 And in many ways, PyPI is lucky because we do have the, you know, we're owned by the PSF.
53:51 So there's already, you know, a infrastructure set up to get donations.
53:55 And, you know, we're likely, as far as PyPI is concerned, best of trying to improve upon that.
54:02 I think that there is actually a path forward where everybody wins, where Python open source infrastructure is funded and supported better.
54:10 It's not all the eggs in one basket, even though thank you, thank you, Rackspace and Fastly and so on.
54:15 And these companies, like you said, the biggest ones that drive the most traffic, they feel like somehow some change has been made.
54:23 So they actually get better visibility.
54:25 They get better.
54:26 Their thing that they have a Python library for is doing better with Python developers because of it.
54:33 I don't know.
54:34 I just, the ad model may work somehow.
54:36 The donation model, while really appreciated, I know, is it's not really enough to sustain, like, a person working all the time or, like, you know, the cost of a lot of times.
54:47 It feels more like there's the yearly drive.
54:50 So, you know, we're kind of getting near the end of our time, but do we have a solution?
54:55 I'm not sure we found any solutions, but I feel like we've started an interesting discussion.
54:59 Eva, what's the PFS story here?
55:04 Like, what do you think?
55:05 For the PSF, I definitely have short-term goals, which I guess is the best solution I can come up with at this time.
55:15 I mean, we've been talking about trying to maybe get traffic statistics that are more targeted.
55:21 Say, hey, this is how your team's using this infrastructure.
55:24 And I'm not quite sure if anything beyond them benefiting from it should be a part of the reward for sponsorship because they're already getting a lot from just using it for free.
55:40 So maybe that's just it, just showing them this is how exactly your team is benefiting from Python and the infrastructure.
55:48 It would be great if you can give back.
55:51 I mean, it's not like every sponsor has to give us $30,000, $50,000 a year.
55:57 If all corporate sponsors that use Python give a little every year, I think that could add up to hiring two developers.
56:08 I mean, within the PSF, I want to have an environment where my staff, my team is not worried about how long is my job here for because it's pending on some kind of funding.
56:22 I want to make sure that I can pay someone at least five years before I hire them.
56:26 So just taking steps like that.
56:28 Okay.
56:29 Yeah.
56:29 I think on one hand, you know, it is a big problem.
56:32 But on the other, like you said, Eva, it's just if people, people, by people, I mean companies.
56:38 If companies gave a little, it would solve it straight away, right?
56:42 I still feel like having some kind of business model that is doesn't seem incongruent with open source and the whole story, but does does bring in a little bit of stability would be a good thing.
56:55 Carol, what do you think coming from like a Jupyter scientific person perspective?
57:01 I've got two major thoughts.
57:02 One is I would highly encourage folks in the Jupyter data science world.
57:07 If you're looking for a great project to do analytics on, approach us because there may be a project that you can look at to analyze the traffic data and, you know, see who's using it, who's consuming it.
57:22 And really help us out with the analytics side of things and the reporting side of things.
57:27 And then the other thing I think is I had the pleasure of attending an open source sustainability thing with Nadia Agbel earlier this year that O'Reilly put on.
57:37 And she and I come from both business background as well as nonprofit.
57:42 And I think Eric kind of hit on one group of donors that benefit a lot from open source yet don't directly donate a whole lot to it.
57:55 And that is the venture capitalists.
57:56 And if you took the top 20 venture capitalists and they donated 10, 25,000 to sustain the community, it would go a long way.
58:08 And I think that may be another area that we look a little closer at and say, okay, you're funding hackathons and giving money away to potentially promising companies down the road that may or may not make it out of their first year of life.
58:25 But we know that the Python Foundation has been around for a long time.
58:32 We know that Python's been around for a long time and perhaps go back to them and say, hey, you need to support the infrastructure that you are directly benefiting from.
58:41 Yeah, that's an interesting point.
58:43 And VCs were on my mind as well.
58:44 And these high growth companies.
58:46 One of the things that came to mind when you were saying this, what if there was some kind of PSF funded or officially funded expert, a group of experts that could come in?
58:58 So instead of just going to the VCs saying, look, you have these startups and these accelerators.
59:02 And because you benefit from this, you should donate to us.
59:05 But because you benefit from us, if you donate to us, we'll actually help your companies get started by giving you 10 hours a week of expert advice.
59:14 And obviously, that would have to more than cover that expert's time and energy and so on.
59:20 But maybe there's some kind of partnership.
59:21 Who knows?
59:22 Donald, final thought.
59:23 Where do we go from here?
59:25 I think right now, PyPI is a relatively okay place as far as our hosting infrastructure goes.
59:35 Our donors have been fairly stable and we've done a pretty good job at diversifying them.
59:41 It is always scary that one of them could drop out and how we would handle that.
59:46 Looking forward, I do think that the best way to look at this is how to get your corporations, VCs, etc., to sort of contribute back.
59:57 And that's kind of where I'm at.
01:00:01 Okay.
01:00:02 Good to hear PyPI is not just about to vanish or anything.
01:00:05 But still, it needs a much more stable base, I think, given its vast importance.
01:00:12 Eric, final thoughts?
01:00:13 I think the last thing I said were probably my final thoughts.
01:00:16 All right.
01:00:17 Great.
01:00:17 I mean, I think, yeah, I'm obviously very much, you know, I think I have personal stake in this.
01:00:23 And, you know, I think everyone else here is paid, you know, or until recently has been paid full time in some fashion to work on this.
01:00:30 Whereas I have been watching my bank account dwindle trying to solve this problem.
01:00:34 And so I think that's why it's a little bit more personal for me.
01:00:36 Yeah, absolutely.
01:00:37 And why I have a little bit of, you know, passion, maybe.
01:00:40 Well, you had some really interesting points.
01:00:43 And, you know, I can definitely share some thoughts with you.
01:00:46 Like, in February, I went full time on having just my podcast be my 100% income and the training courses that I built on top of it.
01:00:56 And it's not open source exactly, but it's, you know, it's working in the open source community to, you know, pay my kids' school bills and mortgage and stuff.
01:01:06 And it's stressful.
01:01:07 And I don't have exactly the same constraints because I kind of live alongside open source, right?
01:01:13 Like, I can do ads.
01:01:14 And people, I think, understand for the most part, like, this is paying my bills.
01:01:18 So it's okay.
01:01:19 We'll listen to a 30-second ad.
01:01:21 But it's a challenge, right?
01:01:23 Yeah, definitely.
01:01:24 And I think the biggest thing for me is that, you know, four years ago, this felt like nobody was talking about this.
01:01:30 And I really do think that the awareness has just slowly been raised.
01:01:33 Because the work that Nadia did was monumental and just kind of the fact we're doing a podcast about it.
01:01:37 And I really think it is more, you know, it's one of those things where we just really do need to keep building awareness.
01:01:42 Because everyone I talked to was like, oh, read the docs.
01:01:44 I thought that was like a VC-backed company.
01:01:46 Or, you know, it's like we thought.
01:01:47 That's an Eric-backed company.
01:01:49 Exactly, right?
01:01:50 But I think I haven't personally done a great job of raising that awareness and been very skittish about introducing money into this ecosystem.
01:01:58 But I mean, I think at the end of the day, especially for infrastructure, right?
01:02:01 Like, people will happily work on cool new features, like, for fun.
01:02:05 But, like, paying someone to wear a pager is something you have to do.
01:02:09 Like, nobody wants to sign up.
01:02:11 And I would feel bad making somebody sign up for free to wear a pager and get woken up at three in the morning to provide a service for free to corporations.
01:02:18 You know, like, that's just not something that I feel good about in any aspect of it.
01:02:24 And so I think there is a fundamental need of money for a subset of these efforts.
01:02:28 And I think the community is coming around to that.
01:02:31 I think the conversations are happening.
01:02:32 And I think we're really in a very positive forward path.
01:02:36 And we just need to keep doing it.
01:02:38 All right.
01:02:38 Well, I hope that we can somehow bring this up in PyCon this year in June.
01:02:43 And maybe some lightning talks, maybe a keynote, hint, hint, hint, nudge, nudge, or some open spaces or something.
01:02:49 But I think it's great these conversations are happening.
01:02:51 And thank you all for being here.
01:02:53 It was really interesting to brainstorm about what we can do, what the problems are, and what the solutions might be.
01:03:01 Thanks, everyone.
01:03:02 Thank you.
01:03:03 Yeah, thank you.
01:03:04 Thank you so much, Michael.
01:03:05 Yep, thank you.
01:03:06 Yep, bye, guys.
01:03:07 This has been another episode of Talk Python to Me.
01:03:12 Today's guests have been Donald Stuffed, Eric Kulscher, Carol Willing, and Eva Jowalska.
01:03:17 And this episode has been sponsored by Rollbar and GoCD.
01:03:21 Thank you both for supporting the show.
01:03:22 Rollbar takes the pain out of errors.
01:03:25 They give you the context and insight you need to quickly locate and fix errors that might have gone unnoticed until your users complain, of course.
01:03:33 As Talk Python to Me listeners, track a ridiculous number of errors for free at rollbar.com slash Talk Python to Me.
01:03:40 GoCD is the on-premise, open-source, continuous delivery server.
01:03:45 Want to improve your deployment workflow but keep your code and builds in-house?
01:03:49 Check out GoCD at talkpython.fm/GoCD and take control over your process.
01:03:55 Are you or a colleague trying to learn Python?
01:03:58 Have you tried books and videos that just left you bored by covering topics point by point?
01:04:03 Well, check out my online course, Python Jumpstart, by building 10 apps at talkpython.fm/course to experience a more engaging way to learn Python.
01:04:12 And if you're looking for something a little more advanced, try my WritePythonic code course at talkpython.fm/Pythonic.
01:04:18 You can find links from this episode at talkpython.fm/episodes slash show slash 84.
01:04:25 Be sure to subscribe to the show.
01:04:27 Open your favorite podcatcher and search for Python.
01:04:29 We should be right at the top.
01:04:31 You can also find the iTunes feed at /itunes, Google Play feed at /play, and direct RSS feed at /rss on talkpython.fm.
01:04:40 Our theme music is Developers, Developers, Developers by Corey Smith, who goes by Smix.
01:04:45 Corey just recently started selling his tracks on iTunes, so I recommend you check it out at talkpython.fm/music.
01:04:52 You can browse his tracks he has for sale on iTunes and listen to the full-length version of the theme song.
01:04:57 This is your host, Michael Kennedy.
01:04:59 Thanks so much for listening.
01:05:00 I really appreciate it.
01:05:02 Smix, let's get out of here.