Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 10 for turtle (0.028 sec.)
- 24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 13122
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
リ » 24. プログラムのフレームワーク » 24.1. turtle --- タートルグラフィックス ¶ ソースコード: Lib/tur...
0, 0) から動き出すロボット亀を想像してみて下さい。 turtle.forward(15) という命令を出すと、その亀が (スクリー...
顔を向けている方向に動き、動きに沿って線を引きます。 turtle.left(25) という命令を出すと、今度はその場で25度反時...
計回りに回ります。 Turtle star Turtle can draw intricate shapes using progra...
- https://man.plustar.jp/python/library/turtle.html - [similar]
- 24.2. cmd --- 行指向のコマンドインタープリタのサポート — Python 3.6.5 ドキュメ... 11405
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ムシェルを構築するのに主に役立ちます。 この節では、 turtle モジュールのいくつかのコマンドを持ったシェルの作成...
法の簡単な例を示します。 forward() のような基本的な turtle コマンドは Cmd のサブクラスに do_forward() と名付け...
れたメソッドで追加されます。 引数は数値に変換され、 turtle モジュールに振り分けられます。ドキュメント文字列は...
ために cmdqueue に追加します: import cmd , sys from turtle import * class TurtleShell ( cmd . Cmd ): intro =...
- https://man.plustar.jp/python/library/cmd.html - [similar]
- 24. プログラムのフレームワーク — Python 3.6.5 ドキュメント 9564
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
この章で解説されるモジュールの完全な一覧は: 24.1. turtle --- タートルグラフィックス 24.1.1. はじめに 24.1.2...
. Turtle および Screen のメソッドの概観 24.1.2.1. Turtle の...
メソッド 24.1.2.2. TurtleScreen/Screen のメソッド 24.1.3. RawTurtle/Turtle の...
メソッドと対応する関数 24.1.3.1. Turtle の動き 24.1.3.2. Turtle の状態を知る 24.1.3.3. 設定...
- https://man.plustar.jp/python/library/frameworks.html - [similar]
- 25.5. IDLE — Python 3.6.5 ドキュメント 8241
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
(訳注: いずれも何もしていなければ英語。下記参照。) Turtle Demo [Turtle デモ] turtledemo モジュールを実行しま...
す。 turtle グラフィックスのサンプルをソースコードとともに見る...
インストールでは使えません。(3.4 では使える。) なお turtle デモはソース配布物の Demo/turtle に含まれています。...
IDLE から起動するのはその中のメインモジュール turtleDemo.py 。) 追加のヘルプソースを Options -> Configu...
- https://man.plustar.jp/python/library/idle.html - [similar]
- Pythonモジュール索引 — Python 3.6.5 ドキュメント 7937
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b |
...
s that perform common terminal control operations. turtle An educational framework for simple graphics appli...
cations turtledemo A viewer for example turtle scripts types Name...
- https://man.plustar.jp/python/py-modindex.html - [similar]
- What's New In Python 3.0 — Python 3.6.5 ドキュメント 7883
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
impleHTTPServer , Cookie , cookielib )。 tkinter ( turtle を除く全ての Tkinter 関連のモジュール)。 turtle の...
それほど関心がありません。 また、Python 2.6 以降では turtle の機能は大幅に向上しました。 urllib ( urllib , url...
- https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
- Python 標準ライブラリ — Python 3.6.5 ドキュメント 7812
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
国際化サービス 24. プログラムのフレームワーク 24.1. turtle --- タートルグラフィックス 24.2. cmd --- 行指向のコ...
- https://man.plustar.jp/python/library/index.html - [similar]
- What's New in Python 2.6 — Python 3.6.5 ドキュメント 7812
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
e Polo; bpo-2906 .) タートルグラフィックスのための turtle モジュールが Gregor Lingl により大幅に拡張されまし...
ポートが入り、簡単なゲームを書けるようになりました。 turtle.cfg を使って、turtle の画面の起動時の見た目をカスタ...
- https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
- 25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 7776
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
で、Tk DND に置き替わった時点で撤廃されるはずです。 turtle Tk ウィンドウ上でタートルグラフィックスを実現します...
- https://man.plustar.jp/python/library/tkinter.html - [similar]
- What's New In Python 3.2 — Python 3.6.5 ドキュメント 7758
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
an initial patch by Victor Stinner in bpo-9124 .) turtledemo ¶ The demonstration code for the turtle module...
be run directly from the command-line: $ python -m turtledemo (Moved from the Demo directory by Alexander Be...
te sysconfig pdb configparser urllib.parse mailbox turtledemo マルチスレッディング 最適化 Unicode 文字列型 C...
- https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
PREV
1
NEXT