Logo

이전 항목

locale — 국제화 서비스

다음 항목

turtle — Turtle graphics

현재 문서

  • 버그 보고하기
  • 소스 보기

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • python logo
  • Python »
  • 3.8.20 Documentation »
  • 파이썬 표준 라이브러리 »
  • |

프로그램 프레임워크¶

이 장에서 설명하는 모듈은 주로 프로그램의 구조를 결정하는 프레임워크입니다. 현재 여기에 설명된 모듈은 모두 명령 줄 인터페이스 작성을 지향합니다.

이 장에서 설명하는 모듈의 전체 목록은 다음과 같습니다:

  • turtle — Turtle graphics
    • Introduction
    • Overview of available Turtle and Screen methods
      • Turtle methods
      • Methods of TurtleScreen/Screen
    • Methods of RawTurtle/Turtle and corresponding functions
      • Turtle motion
      • Tell Turtle’s state
      • Settings for measurement
      • Pen control
        • Drawing state
        • Color control
        • Filling
        • More drawing control
      • Turtle state
        • Visibility
        • Appearance
      • Using events
      • Special Turtle methods
      • Compound shapes
    • Methods of TurtleScreen/Screen and corresponding functions
      • Window control
      • Animation control
      • Using screen events
      • Input methods
      • Settings and special methods
      • Methods specific to Screen, not inherited from TurtleScreen
    • Public classes
    • Help and configuration
      • How to use help
      • Translation of docstrings into different languages
      • How to configure Screen and Turtles
    • turtledemo — Demo scripts
    • Changes since Python 2.6
    • Changes since Python 3.0
  • cmd — 줄 지향 명령 인터프리터 지원
    • Cmd 객체
    • Cmd 예
  • shlex — 간단한 어휘 분석
    • shlex 객체
    • 구문 분석 규칙
    • 셸과의 호환성 향상

이전 항목

locale — 국제화 서비스

다음 항목

turtle — Turtle graphics

현재 문서

  • 버그 보고하기
  • 소스 보기

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • python logo
  • Python »
  • 3.8.20 Documentation »
  • 파이썬 표준 라이브러리 »
  • |
© 저작권 2001-2024, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.

The Python Software Foundation is a non-profit corporation. Please donate.

최종 업데이트: 9월 08, 2024 Found a bug?
Created using Sphinx 2.4.4.