简体   繁体   English

如何在未安装OS的情况下在网络浏览器上编写和运行python代码?

[英]How to write and run python codes on web browser without OS installation?

For various reasons, I can't install a full python into my Windows machine. 由于各种原因,我无法在Windows计算机中安装完整的python。

With that constraint in mind, how can I write and run python without installation in my desktop, and particularly on web browsers? 考虑到这一限制,如何在不安装在桌面上,尤其是在Web浏览器上的情况下编写和运行python? I have come across the Jupyter demo , but it's only a demo version. 我遇到了Jupyter演示 ,但这只是一个演示版本。

If possible, it will be best if I can "install" needed libraries. 如果可能的话,最好是我可以“安装”所需的库。

There is several online solutions, like: Try It Online , repl.it . 有几种在线解决方案,例如: 在线试用repl.it

You can also find a online virtual machine: 您还可以找到在线虚拟机:

If you are a beginner and need to execute basic code without installing any libraries on your host machine, then you can use the following website: 如果您是初学者,并且需要执行基本代码而不在主机上安装任何库,那么可以使用以下网站:

https://www.tutorialspoint.com/python/try_python.php https://www.tutorialspoint.com/python/try_python.php

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在没有操作系统的情况下运行 python - How do I run python without an OS Linux:无需安装即可运行 Python - Linux: Run Python without installation 如果我在 cli pytest --headless 中编写它应该在不打开浏览器的情况下运行浏览器,如何在 cli 中传递参数并在代码 python 中使用它 - how can i pass argument in cli and use it in code python if i write in cli pytest --headless it should run the browser without open it 在 web 浏览器中运行脚本 python - Run script python in web browser Mac OS X上的Python安装乱七八糟,无法运行python - Python installation mess on Mac OS X, cannot run python 如何使用字典和数据框编写多处理python代码 - How to write multiprocessing python codes with dictionary and dataframe 如何在Python中将字母数字代码写入文件? - How to write alphanumeric codes to a file in Python? 无需安装 python 即可运行生成的 .py 文件 - Run generated .py files without python installation 如何运行从服务器打开 web 浏览器脚本的 Python - How to run my Python that opens a web browser Script from server 如何在 python 中从 Web 浏览器控制台运行命令? - How do I run command from web browser console in python?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM