Pythonでプログラム書いている人のwiki

タグ検索でpython8件見つかりました。

Python インストール&設定 Windows

*PythonパッケージのDL%% %%python.orgのDLページからダウンロードします。%% %%[[python.orgダウンロードページ>>http://www.python.org/getit/]]%% %%%% %%Pythonには主に2系と3系がありますが、お好みのほうを選択して下さい。%% %%**Python2系%% %%自分の環境に併せて以下などを選択し、DLします。%% %%-Python 2.7.4 Windows Installer (Windows binary…

https://seesaawiki.jp/on_python/d/Python%20%a5%a4%... - 2013年10月06日更新

10日でおぼえるPerl/CGI入門教室第2版をPythonで

thonパス: c:/Python27/python *サンプルコード [-] -1-1.cgi =|PY| #! c:/Python27/python print "Content-type: text/plain" print print "Hello, Python!" ||= -1-2.cgi =|PY| #! c:/Python27/python # -*- coding: utf-8 -*- print 'Content-type: text/html' print print ""…

https://seesaawiki.jp/on_python/d/10%c6%fc%a4%c7%a... - 2013年10月01日更新

Python CGI

[-] -[[10日でおぼえるPerl/CGI入門教室第2版をPythonで]] [END]…

https://seesaawiki.jp/on_python/d/Python%20CGI... - 2013年10月01日更新

トップページ

す。 ***Linux プロンプトから"python"と打つだけ =|SH| $python Python 2.7.3 (default, Sep 26 2012, 21:53:58) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> print "Hello,World!" Hello,World! >>> ||= ***W…

https://seesaawiki.jp/on_python/d/%a5%c8%a5%c3%a5%... - 2013年09月14日更新

Python コマンドライン引数の取得

g ||= *実行結果 =|SH| $python arg.py 1 2 3 4 5 arg.py 1 2 3 4 5 ||= **注意 sys.argvのリスト0番目の要素はプログラム名(この場合"arg.py"です) …

https://seesaawiki.jp/on_python/d/Python%20%a5%b3%... - 2013年04月08日更新

Python インストール&設定 Linux

どうかの確認 =|SH| $which python /usr/bin/python ||= whichコマンドでパスが返却されたら、インストールされているということです。 **IDLEがインストールされているかどうかの確認 ついでに,PythonのIDE(統合開発環境)のIDLEがインストールされているかどうかの確認もしてみます。 =|SH| $which idle /usr/bin/idle ||= whichコマンドでパスが返却されたら、インストールされているということです。 **Pythonの…

https://seesaawiki.jp/on_python/d/Python%20%a5%a4%... - 2013年04月08日更新

メンバーのみ編集できます

メンバー募集!