はじめてのPython

「はじめてのPython」の編集履歴(バックアップ)一覧に戻る

はじめてのPython - (2013/12/04 (水) 15:55:29) の編集履歴(バックアップ)


tags: Python(editup)

Pythonひとめぐり


これは、プログラミング入門用の短い文章です。プログラムの実例はPython言 語によって書かれています。(もしあなたが既にプログラミング経験者であり、 Pythonについてのみ知りたいのなら、私 のinstantPython という記事を御覧下さい。)

Instant Python
This is a minimal crash-course in the programming language Python.


python-doc-ja
Pythonドキュメント日本語翻訳プロジェクト

tags: Python(editup)

Download

Python Python.org
  • Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.

IPython ipython.org
  • IPython provides a rich architecture for interactive computing
  • 先進的な Python shell

Unofficial Windows Binaries for Python Extension Packages 正式版ではない拡張パッケージがある (Python3のPILとか)

ポータブルPython

Portable Python Windowsのみ。拡張パッケージつき。追加インストールに難有り。

GUI


tags: Python(editup)