# nifs

Published articles for nifs.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Embedding Python in Elixir, it's Fine

DevFeed: [Embedding Python in Elixir, it's Fine](<https://devfeed.tech/articles/embedding-python-in-elixir-it-s-fine-44017.md>)

Original publisher: [Read original article](<https://dashbit.co/blog/running-python-in-elixir-its-fine>)

Author: Jonatan Kłosko

Published: 2025-02-21T00:00:00Z

Content type: release

Language: en

Sources: [Dashbit Blog](<https://devfeed.tech/sources/dashbit-blog.md>)

Topics: [Elixir](<https://devfeed.tech/topics/elixir.md>), [Python](<https://devfeed.tech/topics/python.md>), [interoperability](<https://devfeed.tech/topics/interoperability.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>)

Tags: [app-development](<https://devfeed.tech/tags/app-development.md>), [code](<https://devfeed.tech/tags/code.md>), [elixir](<https://devfeed.tech/tags/elixir.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [interoperability](<https://devfeed.tech/tags/interoperability.md>), [interpreter](<https://devfeed.tech/tags/interpreter.md>), [livebook](<https://devfeed.tech/tags/livebook.md>), [nifs](<https://devfeed.tech/tags/nifs.md>), [python](<https://devfeed.tech/tags/python.md>)

### AI overview

This release introduces Pythonx, a tool that embeds the Python interpreter in the Erlang VM for Elixir applications. It provides automatic data conversion between Elixir and Python, code evaluation, and virtual environment management, helping teams use existing Python packages within Elixir-based data and machine-learning workflows.

### Source excerpt

Introducing Python interpreter embedded in Elixir and a Fine way to write your NIFs.