---
title: "Python + JavaScript = 🔥🔥🔥"
url: https://daily.dev/posts/python-javascript--ca0yhe9xg
source_url: https://dev.to/0shuvo0/python-javascript--1nd6
type: article
source: "DEV"
published: 2021-10-22T04:39:10.270Z
updated: 2021-10-22T04:39:10.271Z
tags: ["webdev", "javascript", "python"]
reading_time: 2
upvotes: 133
comments: 4
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Python + JavaScript = 🔥🔥🔥

**[DEV](https://daily.dev/sources/devto)** · 2 min read · 133 upvotes · 4 comments

## Summary

Python can be a superior option to Node.JS for some tasks. But we don't want to switch to Python just because of that one feature. We can use child process in Node. JS to run a python script when needed. And if we want we can pass data to our python script also.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dev.to/0shuvo0/python-javascript--1nd6>

## Community discussion

Top comments from developers on daily.dev.

**@lorezz** · 2 upvotes

> How to spawn a py script from node, passing arguments.

**@loftwah** · 1 upvotes

> The best of both worlds :)

**@uwenayoallain** · 0 upvotes

> real fire

**@pearldevman** · 0 upvotes

> Good help.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#javascript](https://daily.dev/tags/javascript), [#python](https://daily.dev/tags/python)

[View this post on daily.dev](https://daily.dev/posts/python-javascript--ca0yhe9xg)
