|
2 | 2 |
|
3 | 3 | 00:00:05 with one of its pioneers, Wes McKinney.
|
4 | 4 |
|
5 |
| -00:00:08 He's the creator or co-creator of the pandas Apache Arrow and Evus projects, as well as |
| 5 | +00:00:08 He's the creator or co-creator of the pandas Apache Arrow and IBIS projects, as well as |
6 | 6 |
|
7 | 7 | 00:00:13 an entrepreneur in this space.
|
8 | 8 |
|
|
12 | 12 |
|
13 | 13 | 00:00:25 You're listening to Michael Kennedy on Talk Python to Me.
|
14 | 14 |
|
15 |
| -00:00:28 Life from Portland, Oregon, and this segment was made with Python. |
| 15 | +00:00:28 Live from Portland, Oregon, and this segment was made with Python. |
16 | 16 |
|
17 | 17 | 00:00:33 Welcome to Talk Python to Me, a weekly podcast on Python.
|
18 | 18 |
|
|
656 | 656 |
|
657 | 657 | 00:19:59 a extensions to Markdown that allow you to have code cells written in, in our and then
|
658 | 658 |
|
659 |
| -00:20:05 eventually they added support for some other languages where it's kind of like a Jupiter |
| 659 | +00:20:05 eventually they added support for some other languages where it's kind of like a Jupyter |
660 | 660 |
|
661 | 661 | 00:20:08 notebook in the sense that you could have some Markdown and some code and some plots
|
662 | 662 |
|
|
692 | 692 |
|
693 | 693 | 00:21:11 But but as a result, you know, I think our the the Posit team had a lot of just has more
|
694 | 694 |
|
695 |
| -00:21:16 than a, you know, a decade, or if you include cold fusion, you know, more than 25 years |
| 695 | +00:21:16 than a, you know, a decade, or if you include Cold Fusion, you know, more than 25 years |
696 | 696 |
|
697 | 697 | 00:21:20 of experience and in building really developer friendly technical publishing tools.
|
698 | 698 |
|
|
734 | 734 |
|
735 | 735 | 00:22:18 And I think history of the project is interesting.
|
736 | 736 |
|
737 |
| -00:22:20 And I think also how the project has has developed in the intervening 1516 years is pretty interesting |
| 737 | +00:22:20 And I think also how the project has has developed in the intervening 15 16 years is pretty interesting |
738 | 738 |
|
739 | 739 | 00:22:28 as well.
|
740 | 740 |
|
|
808 | 808 |
|
809 | 809 | 00:24:36 Have you heard of the Django knots?
|
810 | 810 |
|
811 |
| -00:24:38 The Django knots? |
| 811 | +00:24:38 The Djangonauts? |
812 | 812 |
|
813 |
| -00:24:39 I think it's Django knots dot space. |
| 813 | +00:24:39 I think it's Djangonauts dot space. |
814 | 814 |
|
815 | 815 | 00:24:40 They have an awesome domain.
|
816 | 816 |
|
817 | 817 | 00:24:42 But it's basically like kind of like a boot camp, but it's for taking people who just
|
818 | 818 |
|
819 |
| -00:24:46 like Dingo and turn them into actually contributors or core contributors. |
| 819 | +00:24:46 like Django and turn them into actually contributors or core contributors. |
820 | 820 |
|
821 | 821 | 00:24:50 What's your onboarding story for people who do want to participate?
|
822 | 822 |
|
|
1116 | 1116 |
|
1117 | 1117 | 00:34:07 development life cycles.
|
1118 | 1118 |
|
1119 |
| -00:34:08 What do you think about JupyterLite and these PyOxidized and basically Jupyter in a browser |
| 1119 | +00:34:08 What do you think about JupyterLite and these PyOdide and basically Jupyter in a browser |
1120 | 1120 |
|
1121 | 1121 | 00:34:17 type of things, WebAssembly and all that?
|
1122 | 1122 |
|
|
1594 | 1594 |
|
1595 | 1595 | 00:49:05 You have this tool, which, so maybe you could work with, you know, DuckDB on your laptop
|
1596 | 1596 |
|
1597 |
| -00:49:10 or pandas or pollers with Ibis on your laptop. |
| 1597 | +00:49:10 or pandas or polars with Ibis on your laptop. |
1598 | 1598 |
|
1599 | 1599 | 00:49:13 But if you have, if you need to run that workload someplace else, maybe with, you know, ClickHouse
|
1600 | 1600 |
|
|
1620 | 1620 |
|
1621 | 1621 | 00:49:59 that's hard to get rid of.
|
1622 | 1622 |
|
1623 |
| -00:50:01 And so that's why you have Richie Fink started the Pollers project, which is kind of a reimagining |
| 1623 | +00:50:01 And so that's why you have Richie Fink started the Polars project, which is kind of a reimagining |
1624 | 1624 |
|
1625 | 1625 | 00:50:06 of pandas, pandas data frames written in Rust and exposed in Python.
|
1626 | 1626 |
|
1627 |
| -00:50:11 And Pollers, of course, is built on Apache Arrow at its core. |
| 1627 | +00:50:11 And Polars, of course, is built on Apache Arrow at its core. |
1628 | 1628 |
|
1629 | 1629 | 00:50:15 So building an Arrow native data frame library in Rust and, you know, all the benefits that
|
1630 | 1630 |
|
|
1636 | 1636 |
|
1637 | 1637 | 00:50:29 When you're talking about Arrow and supporting different ways of using it and things being
|
1638 | 1638 |
|
1639 |
| -00:50:32 built on it, certainly Pollers came to mind for me. |
| 1639 | +00:50:32 built on it, certainly Polars came to mind for me. |
1640 | 1640 |
|
1641 | 1641 | 00:50:35 You know, when you talk about Ibis, I think it's interesting that a lot of these data
|
1642 | 1642 |
|
|
1955 | 1955 | 00:59:29 [MUSIC PLAYING]
|
1956 | 1956 |
|
1957 | 1957 | 00:59:32 [END PLAYBACK]
|
1958 |
| - |
0 commit comments