놀아보자/파이썬기초

turtle 실습

nolja 2022. 1. 8. 11:21

파이썬을 재미있게 배우는 첫 걸음 - Turtle 모듈

 

https://www.geeksforgeeks.org/draw-circle-in-python-using-turtle/?ref=lbp 

 

Draw Circle in Python using Turtle - GeeksforGeeks

A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

www.geeksforgeeks.org

 

https://andamiro25.tistory.com/3

 

파이썬 기초 이론 정리 - part 2 (터틀 모듈 사용하기)

1.9 그래픽 프로그래밍 시작하기 파이썬에는 터틀(turtle) 이라는 그래픽 모듈(module)이 구현되어 있습니다. 이는 라인, 원, 그외 모양, 그리고 텍스트까지 그릴 수 있게 만들어진 모듈입니다. 1.9.1

andamiro25.tistory.com

https://andamiro25.tistory.com/17

 

[파이썬]터틀(turtle)을 이용한 모양그리기

3.7 다양한 모양 그리기(Drawing Various Shapes) - 파이썬의 터틀(turtle) 모듈은 펜의 움직임, 펜의 사이즈 지정, 펜을 들어올리기, 내리기 등의 기능이 메소드(methods)로 구현되어 있다. - 터틀은 실제로

andamiro25.tistory.com

 

'놀아보자 > 파이썬기초' 카테고리의 다른 글

Discord 챗봇 view_1/3  (0) 2022.08.09
Discord 챗봇 동작 테스트  (1) 2022.08.09
파일명 변경  (0) 2021.11.23
[PySide6] 콤보박스를 이용한 이미지 불러오기  (0) 2021.11.17
PySide6 이미지 다루기  (0) 2021.11.16