탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • 3.7.16 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 — Simple lexical analysis
    • shlex Objects
    • Parsing Rules
    • Improved Compatibility with Shells

이전 항목

locale — Internationalization services

다음 항목

turtle — Turtle graphics

현재 문서

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

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • 3.7.16 Documentation »
  • 파이썬 표준 라이브러리 »
  • |
© 저작권 2001-2023, Python Software Foundation.
파이썬 소프트웨어 재단은 비영리 법인입니다. 기부를 부탁합니다.
최종 업데이트: 2월 08, 2023 버그를 찾았나요?
Sphinx 2.3.1 를 사용해서 만들었습니다.