ニュース

PyScriptとは? PyScriptは公式サイトに 「Run Python in Your HTML」 と書いてあるとおり、HTMLの中にPythonのコードを書くと、それがWebブラウザ上で実行されるというものです。 まずは説明の前に、実際に動いているところを見てもらった方が早いと思います。
ここでは、HTMLファイルからPDFを作成するツール「wkhtmltopdf」を使って、手軽にPDFで納品書を作成してみよう。 名前と値段を入力するとひな形を元 ...
The new PyScript project lets you embed Python programs directly in HTML pages and execute them within the browser without any server-based requirements. The project was announced this weekend at ...
今回はシリーズの『Python 2年生』から、主にWeb上のデータを収集・選別するスクレイピングの基本となるHTMLの解析を取り上げた「LESSON04 HTMLを解析してみよう」を抜粋して紹介します。 Pythonをインストールしてからお楽しみください。
まず、単にHTMLをPDFに変換するだけのライブラリであれば、いくつか候補がある。 その一つが「xhtml2pdf」というPythonパッケージだ。
PyScript lets you run Python scripts right in the browser, side by side with JavaScript, with two-way interaction between your code and the web page.
米Microsoftは8月14日(現地時間)、「Python in ...