Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Pricing

Pablo Galindo

👤 Person
238 total appearances

Appearances Over Time

Podcast Appearances

I don't know if you have heard about this, but right now there is a good effort to ensure that Python can run in the browser and it's a good alternative to JavaScript. This is a project, for instance, called PyScript, which allows people to run like Python instead of JavaScript, which is quite cool. So those require changes in these build systems and even in the source of itself.

I don't know if you have heard about this, but right now there is a good effort to ensure that Python can run in the browser and it's a good alternative to JavaScript. This is a project, for instance, called PyScript, which allows people to run like Python instead of JavaScript, which is quite cool. So those require changes in these build systems and even in the source of itself.

And iOS in particular has quite a lot of challenges. Actually, probably Lucas can chime in to specify those since this is very close to his heart. But one person in particular that has been working for iOS support, which is Russell Kim-McGee. Yeah, he works right now at Anaconda, which is one of these Python companies.

And iOS in particular has quite a lot of challenges. Actually, probably Lucas can chime in to specify those since this is very close to his heart. But one person in particular that has been working for iOS support, which is Russell Kim-McGee. Yeah, he works right now at Anaconda, which is one of these Python companies.

So he has been working quite hard to ensure that both the build system and the source itself works on iOS, which has a lot of challenges, right? Because iOS has not only an alien way of doing things, but many APIs are not available there, or other apps are not available, but you need these specific things that you need to upload to

So he has been working quite hard to ensure that both the build system and the source itself works on iOS, which has a lot of challenges, right? Because iOS has not only an alien way of doing things, but many APIs are not available there, or other apps are not available, but you need these specific things that you need to upload to

bless you with their power just to be able to use the JIT compiler. How does the JIT compiler write in iOS? Who knows?

bless you with their power just to be able to use the JIT compiler. How does the JIT compiler write in iOS? Who knows?

Right, also conceptually, speaking is not different from the first use case because like you're not going to have one single Python in the app store that everybody can use and you know you need to like have everyone will have a different Python version so it's a trivial embedding so you're not embedding this on a text editor you're embedding it on a binary that is just Python Yes.

Right, also conceptually, speaking is not different from the first use case because like you're not going to have one single Python in the app store that everybody can use and you know you need to like have everyone will have a different Python version so it's a trivial embedding so you're not embedding this on a text editor you're embedding it on a binary that is just Python Yes.

But you also want to see, like, you know, not only your Python code, you want to see your dependencies as well, right? So now, this is the same. Like, if a text editor, you want a text editor to have Python inside to do some extension, you may want some extensions that Python can do to interact with something else, right? So maybe you want also that on the dependencies.

But you also want to see, like, you know, not only your Python code, you want to see your dependencies as well, right? So now, this is the same. Like, if a text editor, you want a text editor to have Python inside to do some extension, you may want some extensions that Python can do to interact with something else, right? So maybe you want also that on the dependencies.

So it's technically, you know, if you screen hard enough, it's really the same case. It's just that for the developer that just wants to put some files and maybe to say, I require this and that, that's a lot of work. You're in the business of compiling Python yourself. What are you talking about? So it's much better if we can offer a specific workflow that says, okay,

So it's technically, you know, if you screen hard enough, it's really the same case. It's just that for the developer that just wants to put some files and maybe to say, I require this and that, that's a lot of work. You're in the business of compiling Python yourself. What are you talking about? So it's much better if we can offer a specific workflow that says, okay,

If your case is only like this and that, and you only have these dependencies, then you just click this, put this here, and the build process will take that for you so you don't need to. But conceptually speaking, it's just a dev tooling, not really a huge undertaking.

If your case is only like this and that, and you only have these dependencies, then you just click this, put this here, and the build process will take that for you so you don't need to. But conceptually speaking, it's just a dev tooling, not really a huge undertaking.

Well, in my case, I think, apart from what Kukash just said, I think the key for me is that this pays off, which is not trivial, right? It may pay off for some users, for sure, that are really hungry about this. But what I really want to know is that people, you know, for a lot of time, removing the guild has been almost like a joke about, you know, this is what is missing.

Well, in my case, I think, apart from what Kukash just said, I think the key for me is that this pays off, which is not trivial, right? It may pay off for some users, for sure, that are really hungry about this. But what I really want to know is that people, you know, for a lot of time, removing the guild has been almost like a joke about, you know, this is what is missing.

This will be the last thing and everything will be so green and fantastic when we remove the guild. Well, no, no, no, prove it. So I want to see everybody saying, now that there is no guild, I finally can do this and this thing, which is not going to happen fully, because people still will reach to other languages for other reasons and performance. But I just want to see a big impact there.

This will be the last thing and everything will be so green and fantastic when we remove the guild. Well, no, no, no, prove it. So I want to see everybody saying, now that there is no guild, I finally can do this and this thing, which is not going to happen fully, because people still will reach to other languages for other reasons and performance. But I just want to see a big impact there.