PythonScript

码农软件 · 软件分类 · 脚本编程语言 · 2019-03-05 07:58:23

软件介绍

PythonScript 是一个用 Python 编写的将 Python 语言翻译成 JavaScript 的工具,PythonScript 是 Python 的子集。尽管还不够完美,但已经可用。

使用方法:

pip install pythonscripttranslator
wget http://bit.ly/YexnPz -O pythonscript.js
echo 'print "Héllo World"' > app.py
pythonscript < app.py > app.py.js

本文地址:https://codercto.com/soft/d/657.html

Thinking Recursively

Thinking Recursively

Eric S. Roberts / Wiley / 1986-1-17 / USD 85.67

The process of solving large problems by breaking them down into smaller, more simple problems that have identical forms. Thinking Recursively: A small text to solve large problems. Concentrating on t......一起来看看 《Thinking Recursively》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码