More than 80 Turtle drawing practical projects shared (super detailed)

1. Introduction to the basic commands of the turtle library

1. Canvas

The canvas cancas is the drawing area, its size and initial position can be set

grammar explain
turtle.screensize(1000,600,‘red’) Size settings
turtle.setup(width=0.5,height=0.75) initial position

2. Paintbrush

(1) Commands for brush movement

grammar explain
turtle.forward(a) Move a pixel length in the direction of the current brush
turtle.backward(a) Move a pixel length in the opposite direction of the current brush
turtle.right(a) move clockwise
aturtle.left(a) Move counterclockwise
settle.pendown() Draw graphics while moving
turtle.goto(x,y) Move the brush to the position where the coordinates are x, y
turtle.penup() Do not draw graphics while moving, lift pen
turtle.speed(a) Brush drawing speed range
turtle.circle() When drawing a picture, the radius is positive, which means the center of the circle is drawn to the left of the brush.

(2) Brush control commands

grammar explain
turtle.pensize(width) The width of the drawn graphic
turtle.pencolor() brush color
turtle.fillcolor(a) Fill color of drawing graphics
turtle.color(a1,a2) Also set pencolor=a1, fillcolor=a2
turtle.filling() Returns whether the current filling state is
turtle.begin_fill() Ready to start filling graphics
turtle.end_fill() Filling completed
turtle.hideturtle() Hide arrow display
turtle.showturtle() Show arrow

(3) Global control commands

grammar explain
turtle.clear() Clear the turtle window, but the turtle's position and status will not change
turtle.reset() Clear the window and reset the turtle state to the starting position
turtle.undo() Undo the last turtle action

2. Python drawing small project

The following are some Python drawing projects summarized by me as a part-time teacher. If you need them, you can send me a private message to get them. There should be seventy or eighty projects, each with a detailed explanation.

(1) Example display

Insert image description here
Insert image description here
Insert image description here
Insert image description here
Insert image description here

(2) Directory display

Insert image description here
Insert image description here

Insert image description here
Insert image description here
Insert image description here
Insert image description here

(3) Detailed catalog display:

├─Python Issue 1 (2022-08 Edition)
│ ├─python–Issue 1, Lesson 10 (Arc)
│ │ │ python – Lesson 10 of the 1st issue – Arc (PPT courseware).pptx
│ │ │ python – Lesson 10 of the 1st issue – Arc (answers to the book writing lesson plan).docx
│ │ │ python – Issue 1, Lesson 10 – Arc (book writing lesson plan).docx
│ │ │ python – Issue 1, Lesson 10 – Arc (detailed lesson plan).doc
│ │ │
│ │ └─python – Issue 1, Lesson 10 – Arc (source code)< /span> │ │ │ Python – Lesson 11, Issue 1 – Warm House (detailed lesson plan).doc │ │ │ Python – Lesson 12, Issue 1 – Drawing Eyes (Answers to Writing Lesson Plans).docx │ │ │ Python – Lesson 13, Issue 1 – Star Flower (detailed lesson plan).doc │ │< /span> │ │ │ Python – Issue 1, Lesson 15 – Captain America’s Shield (detailed lesson plan).doc │ │ │ Lesson 1 of the first issue of Python – Draw a straight line (answers to a lesson plan for writing a book).docx │ │ └─Installation and use of Python │ │ Create and run code.mp4 │ ├─Python – Issue 1, Lesson 2 (Square) │ │ │ │ Installation video.mp4 │ │ Python installation and usage steps.docx │ │ │ │ │ │ draw a straight line.py │ │ │ python-3.4.4. msi │ │ │ └─Assignment │ │ │ │ │ │ │ │ Draw a straight line.py │ │ │ │ Guessing Game.py │ │ │ │ Rolling Tai Chi.py │ │ │ │ Xiaoxiaole 1.1.2 .py │ │ │ │ Colored Spiral.py │ │ ├─ Python Issue 1 Lesson 1 – Drawing Straight Lines (Source Code) │ │ │ │ │ │ Python Issue 1 Lesson 1 – Drawing Straight Lines (Detailed Lesson Plan).doc │ │ │ Lesson 1 of the first issue of Python – Draw a straight line (answers to writing a book lesson plan).docx │ │ │ Lesson 1 of the first period of Python – Drawing a straight line (ppt courseware).pptx │ ├─Python– Lesson 1 of the first period of Python (Drawing a straight line) │ │ │ │ Captain America's shield.py │ │ Use Captain America's shield that draws circles in a loop.py │ │ └─Python – Issue 1, Lesson 15 – Captain America’s Shield (Source Code) │ │ │ │ │ │ Python– Issue 1, Lesson 15 – Captain America’s Shield (book writing lesson plan).docx │ │ │ Python – Issue 1, Lesson 15 – Captain America’s Shield (Answers to Writing Lesson Plans).docx │ │ │ Python – Issue 1, Lesson 15 – Captain America’s Shield (PPT Courseware).pptx │ ├─Python – Issue 1, Lesson 15 (Captain America’s Shield) │ │ Extended Tai Chi.py │ │ Tai Chi.py │ │ └─python–Issue 1, Section 1 Lesson 14 – Tai Chi (source code) │ │ │ │ │ │ python – Issue 1, Lesson 14 – Tai Chi (detailed lesson plan).doc │ │ │ python – Lesson 14, Issue 1 – Tai Chi (Answers to the Lesson Plan for Writing a Book).docx │ │ │ python – Issue 1, Section 1 Lesson 14 – Tai Chi (Answers to the Lesson Plan for Writing a Book).docx │ │ │ python – Issue 1, Lesson 14 – Tai Chi (PPT courseware).pptx │ ├─python–Issue 1, Issue 14 Lesson (Tai Chi) │ │ │ │ gradually shrinking circle.py │ │ Stars flower.py │ │ └─Python – Issue 1, Lesson 13 – Star Flower (Source Code) │ │ │ │ │ │ Python – Lesson 13, Issue 1 – Star Flower (book writing lesson plan).docx │ │ │ Python – Issue 1, Lesson 13 – Star Flower (Answers to Writing Book Lesson Plans).docx │ │ │ Python – Issue 1, Lesson 13– Star Flower (PPT courseware).pptx │ ├─Python – Issue 1, Lesson 13 (Star Flower) │ │ │ │ Eyes.py │ │ Eyes - White Ghost.py │ │ Bitmap.py │ │ └─Python – Issue 1, Lesson 12 – Drawing Eyes (Source Code) │ │ │ │ │ │ Python – Lesson 12 of Issue 1 – Drawing Eyes (Detailed lesson plan).doc │ │ │ Python – Lesson 12 of Issue 1 – Drawing Eyes (Writing a Book Lesson Plan).docx │ │ │ Python – Lesson 12, Issue 1 – Drawing Eyes (PPT courseware).pptx │ ├─Python – Issue 1, Lesson 12 (Drawing Eyes) │ │ │ │ Cozy House .py │ │ └─Python – Issue 1, Lesson 11 – Cozy House (Source Code) │ │ │ │ │ │ Python – Lesson 11, Issue 1 – Warm House (book writing lesson plan).docx │ │ │ Python – Issue 1, Lesson 11 – Warm Cabin (Answers to Writing Lesson Plans).docx │ │ │ Python – Lesson 11 of Issue 1 – Warmth Cabin (PPT courseware).pptx │ ├─Python – Lesson 11 of Issue 1 (Cozy House) │ │ │ │ Protractor.py │ │ Green Leaves.py
│ │ Crescent Watermelon.py












































































│ │ │ Python Issue 1 Lesson 2 – Square (ppt courseware).pptx
│ │ │ Python Issue 1 Lesson 2 – Square (Answers to Writing Lesson Plans) .docx
│ │ │ Python Issue 1 Lesson 2 – Square (Book Writing Lesson Plan).docx
│ │ │ Python Issue 1 Lesson 2– Square (detailed lesson plan).doc
│ │ │
│ │ └─Python Issue 1 Lesson 2 – Square (source code) < a i=6> │ │ │ triangle.py │ │ │ pentagram.py │ │ │ square.py │ │ │ │ │ └─Assignment │ │ python-3.4.4.msi │ │ triangle.py< /span> │ │ Lesson 2 homework.txt │ │ square.py │ │ five-pointed star.py │ ├─Python – Issue 1, Lesson 3 (Drawing a Circle) │ │ │ Python Issue 1, Lesson 3– Draw a circle (ppt courseware).pptx │ │ │ Python Issue 1 Lesson 3 – Draw a circle (answers to writing lesson plans).docx │ │ │ Lesson 3 of the first issue of Python – Drawing a circle (book writing lesson plan).docx │ │ │ Lesson 3 of the first issue of Python – Drawing a circle (detailed lesson plan).doc< a i=22> │ │ │ │ │ └─Python Issue 1 Lesson 3 – Drawing a Circle (Source Code) │ │ Bold circle. py │ │ four circles.py │ │ stickman.py │ │ │ ├─Python – Lesson 4 of the first semester (Pentagram) │ │ │ Python Lesson 4 of the first semester – Pentagram (ppt courseware).pptx< a i=30> │ │ │ Python Issue 1 Lesson 4 – Pentagram (Answers to Writing a Book Lesson Plan).doc │ │ │ Python Issue 1 Lesson 4 – Pentagram (Writing a Book) Lesson Plan).docx │ │ │ Python Issue 1 Lesson 4 – Pentagram (Detailed Lesson Plan).doc │ │ │ │ │ └─Python Issue 1 Lesson 4 – Pentagram (source code) │ │Triangle.py │ │Pentagram.py │ │ Symmetrical four circles.py │ │ Radial lines.py │ │ Square.py │ │ │ ├─Python – Lesson 5 of Issue 1 (Electronic Numbers) │ │ │ Python Lesson 5 of Issue 1 – Electronic Numbers (Detailed lesson plan).doc │ │ │ Python Issue 1 Lesson 5 – Electronic Numbers (ppt courseware).pptx │ │ │ Python Issue 1 Lesson 5 – Electronic Numbers (Book Writing Lesson Plan).docx │ │ │ Python Issue 1 Lesson 5 Electronic Numbers (Book Writing Lesson Plan Answers).doc │ │ │ │ │ └─Python Lesson 5 – Electronic Numbers (Source Code) │ │ eight.py │ │ six.py │ │ electronic number.py │ │ electronic number 3.py │ │ electronic number 4.py │ │ Electronic Numbers 5.py │ │ │ ├─Python – Issue 1, Lesson 6 (Colorful five-pointed star) │ │ │ Python Issue 1 Lesson 6 – Colorful Pentagram (Detailed Lesson Plan).doc │ │ │ Python Issue 1 No. Lesson 6 – Colorful five-pointed star (ppt courseware).pptx │ │ │ Python Issue 1 Lesson 6 – Colorful five-pointed star (answers to writing lesson plans).docx │ │ │ Python Issue 1 Lesson 6 – Colorful Pentagram (Book Writing Lesson Plan).docx │ │ │ │ │ └─python Chapter Lesson 6 of the first issue – Colorful five-pointed star (source code) │ │ Three-color triangle.py │ │ Five-color five-pointed star.py< a i=64> │ │ Four-color spiral.py │ │ │ ├─Python – Issue 1, Lesson 7 (Three-dimensional turtle spiral)< /span> │ │ Three-dimensional turtle spiral.py │ │ water drop.py │ │ └─python Chapter Lesson 7 of the first issue – Three-dimensional turtle spiral (source code) │ │ │ │ │ │ Python Issue 1 Lesson 7 - Three-dimensional Turtle Spiral (Detailed Lesson Plan) .doc │ │ │ Python Issue 1 Lesson 7 – Three-dimensional turtle spiral (ppt courseware).pptx │ │ │ Lesson 7 of the first issue of Python – Three-dimensional turtle spiral (book writing lesson plan).docx │ │ │ Lesson 7 of the first issue of Python – Three-dimensional turtle spiral (answers to writing lesson plans).docx │ ├─Python – Lesson 8 of the first period (midterm exam) │ │ Python Lesson 1 of the first period – Mid-term review (ppt courseware).pptx │ │ Python Issue 1 Lesson 8 – Mid-term review (writing lesson plan answers).docx │ │ Python No. 8 Lesson 8 of the first period of Python – mid-term review (book writing lesson plan).docx │ │ Lesson 8 of the first period of Python – mid-term review (detailed lesson plan).doc │ │ │ └─Python – Lesson 9 of Issue 1 (Square Heart) │ │ Python – Lesson 9 of Issue 1 – Square Love ( PPT courseware).pptx │ │ Python – Issue 1, Lesson 9 – Square Love (Answers to Writing Lesson Plans).docx │ │ Python–No.1 Lesson 9 – Square Love (Book Writing Lesson Plan).docx
















































































│ │ Python – Issue 1, Lesson 9 – Square Love (Detailed Lesson Plan).doc
│ │
│ └─Python–No. Lesson 9 of Issue 1 – Square Heart (Source Code)
│ Square Love Code.py
│ Cube Code.py

├─Python Issue 3 (2022-08 edition)
│ ├─Python – Issue 3, Lesson 10 (guess the number)< a i=8> │ │ │ Python 3rd period 10th lesson PPT.pptx │ │ │ Python 3rd period 10th lesson writing lesson plan.docx │ │ │ Detailed lesson plan for the 10th lesson of Python issue 3.docx │ │ │ │ │ └─Source code │ │ Guess the number.py │ │ │ ├─Python – Issue 3, Lesson 11 (while loop) │ │ │ Python 3rd period 11th lesson PPT.pptx │ │ │ Python 3rd period 11th lesson writing lesson plan.docx │ │ │ Detailed lesson plan for the 11th lesson of Python 3rd period.docx │ │ │ │ │ └─Source code │ │ equator.py │ │ │ ├─Python – Lesson 12 of Issue 3 (Nine-Nine Multiplication Tables) │ │ │ Python 3rd period 12th lesson PPT.pptx │ │ │ Python 3rd period 12th lesson writing lesson plan.docx │ │ │ Detailed lesson plan for the 12th lesson of Python 3rd period.docx │ │ │ │ │ └─Source code │ │ The upper left multiplication table.py │ │ The lower left multiplication table.py │ │ │ ├─Python – Lesson 13, Issue 3 (List) │ │ │ Python Lesson 13, Issue 3 - List.pptx │ │ │ Python Answers to the 13th lesson of the 3rd period on writing a book.docx │ │ │ Detailed lesson plan for the 13th lesson of the 3rd period of Python.doc │ │ │< /span> │ ├─Python – Lesson 15 of Issue 3 (Monster Fighting Game 2) │ │ │ │ Fighting Monster Game_Complete project code.py │ │ Monster-fighting game_Code for this lesson.py │ │ Monster-fighting game_Part sent to students.py │ │ └─Source code │ │ │ │ │ │ Python Issue 3, Lesson 14 (Monster Fighting Game 1).pptx │ │ │ Detailed lesson plan for the 14th lesson of the 3rd period of Python.doc │ │ │ Answers to the lesson plan for writing a book for the 14th lesson of the 3rd period of Python.docx │ ├─Python – Lesson 14 of Issue 3 (Monster Fighting Game 1) │ │ │ │ Find the maximum and minimum code of the list .py │ │ Find the list elements and codes.py │ │ └─Source code │ │ │ Python 3rd period 15th lesson writing lesson plan answer.docx │ │ │ Detailed lesson plan for the 15th lesson of Python 3rd period.docx │ │ │ 15th lesson of Python 3rd period (Monster Fighting Game 2).pptx │ │ Monster fighting game_project complete code.py │ │ └─Source code │ │ │ │ ├─Python – Issue 3 Lesson 1 (Ancient Poetry) │ │ │ Python Issue 3 Lesson 1 PPT. pptx │ │ │ Python Issue 3 Lesson 1 Writing Lesson Plan.docx │ │ │ Python Issue 3 Lesson 1 Detailed Lesson Plan.doc │ │ └─Source Code │ │ │ │ ├─Python – Issue 3, Lesson 3 (Countdown)< /span> │ │ │ Python Issue 3 Lesson 3 Writing Book Lesson Plan.docx │ │ │ Python Issue 3 Lesson 3 PPT.pptx │ │ │ │ Questionnaire.py │ │ Classmate Record.py │ │ └─Source code │ │ │ │ │ │ Python 3rd Detailed lesson plan for lesson 2.docx │ │ │ Python 3rd period Lesson 2 writing lesson plan.docx │ │ │ Python 3rd period Lesson 2 PPT.pptx │ ├─Python – Issue 3, Lesson 2 (Questionnaire Survey) │ │ │ │ Barrage.py │ │ ancient poem.py │ │ └─Source code │ │ │ │ │ 1.gif │ │ 2.gif │ │ 3. gif │ │ 4.gif │ │ 5.gif │ │ 6.gif │ │ 7.gif │ │ 8.gif │ │ 9.gif │ │ Import background image timing Device.py │ │ Change number color.py │ │ Time library timer.py │ │


























































































│ ├─Python – Lesson 4 of the 3rd issue of Python (Simulating QQ login)
│ │ │ Python Lesson 4 of the 3rd issue PPT.pptx
│ │ │ Python Issue 3 Lesson 4 Detailed Lesson Plan for Writing a Book.docx
│ │ │ Python Issue 3 Lesson 4 Detailed Lesson Plan.docx
│ │ │
│ │ └─Source code
│ │ if double branch.py
│ │ Student.py │ │ └─Source Code │ │ │ │ │ │ Python Issue 3 Lesson 5 Writing Lesson Plan.docx │ │ │ Python 3rd Lesson 5th PPT.pptx │ │ │ Python 3rd Lesson 5 Detailed Lesson Plan.doc │ ├─Python – Issue 3, Lesson 5 (Health Index Judgment) │ │
│ │ Simulate QQ login.py │ │ No type conversion.py │ │ Type conversion.py │ │operator.py │ │ │ ├─Python – Issue 3, Lesson 6 (Level Rating) │ │ │ Python Issue 3 Lesson 6 Writing Lesson Plan.docx │ │ │ Python Issue 3 Lesson 6 Detailed Lesson Plan.docx │ │ │ Python 3 The 6th lesson of the semester PPT.pptx │ │ │ │ │ └─Source code │ │ Chicken level. py │ │ Grade Level.py │ │ Calculator.py │ │ │ ├─Python – Lesson 7 of the 3rd period (Moon Crater) │ │ │ Python Lesson 7 of the 3rd period PPT.pptx │ │ │ Python Issue 3 Lesson 7 Detailed Lesson Plan for Writing a Book.docx │ │ │ Python Issue 3 Lesson 7 Detailed Lesson Plan.docx │ │ │ │ │ Craters of the Moon (2).py< /span> │ ├─Computer version – Python Issue 2 Lesson 10 – Orange │ │ │ Lesson 11 of the second issue of python – Lunar eclipse (answers to the book writing lesson plan).docx │ │ └─python Lesson 13 of Issue 2 – Color-changing light bulb (source code) │ │ │ │ │ │ Lesson 12 of the second issue of python – Flying balloons (detailed lesson plan).doc< /span> │ │ │ python second issue Lesson 13 – Color-changing light bulb (book writing lesson plan answer).docx │ │ │ python second issue Lesson 13 – Color-changing light bulb (book writing lesson plan).docx │ │ │ python second issue Lesson 13 – Color-changing light bulbs (PPT).pptx │ ├─PC version – python issue 2 Lesson 13 – Color-changing light bulbs │ │ │ │Flying balloon.py │ │ Meteor.py │ │ └─Python Issue 2 Lesson 12 – Flying Balloons (Source Code) │ │ │ │ │ │ Lesson 12 of the second issue of python – Flying balloons (answers to writing a book lesson plan).docx │ │ │ Python Issue 2 Lesson 12 – Flying Balloons (Book Writing Lesson Plan).docx │ │ │ python second period lesson 12 – Flying Balloons (PPT).pptx │ ├─Computer version – python second period lesson 12 – Flying balloons │ │ │ │ Lunar Eclipse.py │ │ Solar Eclipse.py │ │ └─ Python Issue 2 Lesson 11 – Lunar Eclipse (Source Code) │ │ │ │ │ │ Python Issue 2 Lesson 11 – Lunar Eclipse (Detailed Lesson Plan).doc │ │ │ Lesson 11 of the second issue of python – Lunar eclipse (book writing lesson plan).docx │ │ │ Lesson 11 of the second issue of python – Lunar eclipse (PPT).pptx │ ├─PC version – Lesson 11 of the second issue of python – Lunar eclipse │ │ │ │ orange slice.py │ │ orange.py │ │ └─Python Issue 2 Lesson 10 – Orange (Source Code) │ │ │ │ │ │ python second period lesson 10 – Orange (Detailed Lesson Plan).doc │ │ │ python second period lesson 10 – Orange (answers to writing lesson plans).docx │ │ │ Lesson 10 of the second issue of python – Oranges (book writing lesson plan) .docx │ │ │ Lesson 10 of the second issue of python – Oranges (PPT).pptx ├─Python Issue 2 (2022-08 version) │ Guessing.py │ └─Source code │ │ │ │ Python 3rd period, 9th lesson Detailed lesson plan for the next lesson.docx │ │ Python 3rd period, 9th lesson writing lesson plan.docx │ │ Python No. 3rd period, 9th lesson PPT.pptx │ └─Python – Lesson 9 of Period 3 (Guessing) │ │ │ │ Python 3rd period 8th lesson details Lesson Plan.docx │ │ Python 3rd period 8th lesson writing lesson plan.docx │ │ Python Issue 3, Lesson 8 8th lesson PPT.pptx │ ├─Python – Issue 3, Lesson 8 (Midterm Review) │ │ │ │ Craters of the Moon (1).py │ │ └─Source code


















































































│ │ Color-changing light bulb.py
│ │ Color-changing light bulb upgraded version.py
│ │ Light bulb.py
│ │
│ ├─Computer version – Lesson 14 of the second issue of Python – Sword
│ │ │ Lesson 14 of the second issue of Python– Dabao Sword (Book Writing Lesson Plan).docx
│ │ │ Python Second Period Lesson 14 – Answers to Dabao Sword’s Book Writing Lesson Plan.docx
│ │ │ Lesson 14 of the second phase of Python – The Great Sword (ppt courseware).pptx
│ │ │ Lesson 14 of the second phase of Python – The Great Sword (detailed lesson plan).doc
│ │ │
│ │ └─Python Issue 2 Lesson 14 – Big Sword (Source Code)
│ │ Big Sword Intermediate.py< /span> │ │ │< /span> │ │ │ Lesson 4 of the second issue of python – Burning mosquito coils (book writing lesson plan).docx │ │ └─Python Issue 2 Lesson 4 – Burning Mosquito Repellent Repellent (Source Code) │ │ Rainbow source code.py │ │ └─Python Chapter Lesson 5 of the second period – Rainbow (source code) │ │ │ │ │ │ Python Issue 2 Lesson 5 – Rainbow (Detailed Lesson Plan).doc │ │ │ Lesson 5 of the second issue of python – Rainbow (answers to the lesson plan for writing a book).docx │ │ │ Lesson 5 of the second issue of python – Rainbow (book writing lesson plan).docx │ │ │ Lesson 5 of the second issue of python – Rainbow (PPT).pptx │ ├ ─Computer version – Lesson 5 of the second issue of python – Rainbow │ │ │ │ After-class exercises.py │ │ Use loops to draw squares.py │ │ Burning mosquito coils.py │ │ The moon.py │ │ The use of arcs.py │ │ │ │ │ │ python second period lesson 4 – burning Mosquito incense (detailed lesson plan).doc │ │ │ python second period lesson 4 – burning mosquito coils (answers to writing lesson plans).docx │ │ │ Lesson 4 of the second issue of python – Burning mosquito coils (PPT).pptx │ ├─PC version – Python Issue 2 Lesson 4 – Burning mosquito coils │ │ │ │ Draw Audi in a cyclical way .py │ │ Draw the Olympic rings in a cyclical way.py │ │ Audi.py │ │ Olympic Rings.py │ │ └─python Issue 2 Lesson 3 – Olympic Rings (source code) │ │ │ │ │ │ Lesson 3 of the second issue of python – The Five Rings of the Olympics (the detailed lesson plan).doc │ │ │ python second issue Lesson 3 – The Five Rings of the Olympics (answers to the writing lesson plan).docx │ │ │ python second issue lesson 3 – Olympic rings (writing lesson plan).docx │ │ │ Lesson 3 of the second issue of python – The five Olympic rings ( PPT).pptx │ ├─Computer version – Lesson 3 of the second issue of python – The five Olympic rings │ │ │ │ Crown.py │ │ └─Python Issue 2 Lesson 2 – Crown (source code) │ │ │ Lesson 2 of Python Issue 2 – Crown (Detailed Lesson Plan).doc │ │ │ python second issue lesson 2 – Crown (Answers to the Writing Lesson Plan).docx │ │ │ python second issue lesson 2 – Crown (writing lesson plan).docx │ │ │ python second period lesson 2 – crown (PPT ).pptx │ ├─Computer version – python second period lesson 2 – crown │ │ │ │ Expressionless face.py │ │ Smiley face.py │ │ │ Python second period lesson 15 – dagger writing (book lesson plan answers).docx │ │ │ │ │ │ black and white smiley face.py │ │ │ yellow smiley face.py │ │ └─Python Issue 2 Lesson 1 – Smiley Face (source code ) │ │ │ │ │ Shuriken.py │ │ │ Installation video.mp4 │ │ │ Python installation and usage steps.docx │ │ │ python3.6.zip │ │ │ python3.4.rar │ │ ├─Python installation package and usage video │ │ │ │ │ │ python Lesson 1 of the second issue - Smiling face (detailed lesson plan).doc │ │ │ python Lesson 1 of the second issue - Smiling face (answers to the writing lesson plan).docx │ │ │ Python Issue 2 Lesson 1 – Smiling Face (Book Writing Lesson Plan).docx │ │ │ python issue 2 lesson 1 Lesson – Smiling Face (PPT courseware).pptx │ ├─PC version – python issue 2 lesson 1 – smiling face │ │ │ │ dagger.py │ │ └─Python Issue 2 Lesson 15 – Dagger (source code) │ │ │ │ │ │ Python Issue 2 Lesson 15 – Dagger (detailed lesson plan).doc │ │ │ Python Issue 2 Lesson 15 – Dagger (book writing lesson plan) .docx │ │ │ Python Issue 2 Lesson 15 – Dagger (ppt courseware).pptx │ ├─Computer version – python second period lesson 15 – dagger │ │ │ │ Great Sword Final Edition.py
│ │ Great Sword Beginner Edition.py











































































│ │ Rainbow runway source code.py
│ │
│ ├─PC version – Python Issue 2 Lesson 6 – Exclamation mark │ │ │ │ python second period lesson 8 – mid-term review (PPT).pptx │ │ Lesson 9 of the second issue of python – Band-Aid (answers to the book writing lesson plan).docx │ │ Python Issue 4 Lesson 12 Detailed Lesson Plan.doc< /span> │ │ Eye Chart.py< /span> │ │ Red Packet.py │ │ Python Issue 4 Lesson 1 Detailed Lesson Plan.doc │ │ Python Lesson 1, Issue 4, Writing a Book Lesson Plan.docx │ │ Python Lesson 1 of the 4th issue (red envelope).pptx │ ├─Python – Lesson 1 of the 4th issue (red envelope) │ │ │ │ Spider-Man source code.py │ │ Spider-Man expansion code.py │ │ Python Issue 4 Lesson 15 Detailed Lesson Plan.doc │ │ Python Issue 4 Lesson 15 Detailed Lesson Plan for Writing a Book.docx │ │ Python Issue 4, Lesson 15 PPT. pptx │ ├─Python – Issue 4, Lesson 15 (Spider-Man) │ ├─Python – Issue 4, Lesson 14 (Snowman)< /span> │ │ Snowman.py │ │ Expansion – Snowman.py │ │ Python Issue 4 Lesson 14 Detailed Lesson Plan.doc │ │ Python Issue 4 Lesson 14 Writing Book Lesson Plan.docx │ │ Python Issue 4 Lesson 14 PPT.pptx │ │ │ │ Eye chart expansion.py │ │ Python Issue 4 Lesson 13 Detailed Lesson Plan.doc │ │ Python Issue 4 Lesson 13 Detailed Lesson Plan for Writing a Book.docx │ │ Python Issue 4, Lesson 13 PPT.pptx │ ├─Python – Issue 4, Lesson 13 (eye chart) │ │ │ │Scatterplot.py │ │ Extension-Scatterplot.py │ │ Python Issue 4 Lesson 12 Book Writing Lesson Plan.docx │ │ Python No. 4, No. 12 Lesson PPT.pptx │ ├─Python-No. 4, Lesson 12 (Four Quadrant Scatter Plot) │ │ │ │ Full version of the guessing game.py │ │ Python Issue 4 Lesson 11 Detailed Lesson Plan.doc │ │ Python 4th period, Lesson 11 Book Writing Lesson Plan.docx │ │ Python 4th period, Lesson 11 PPT.pptx │ ├─Python–No. 4th period, Lesson 11 (full version of the guessing game) │ │ │ │ Guessing game interface.py │ │ Python 4 Detailed lesson plan for lesson 10.doc │ │ Python Issue 4 Lesson 10 Book Writing Lesson Plan.docx │ │ Python Issue 4 Lesson 10 PPT.pptx │ ├─Python – Issue 4, Lesson 10 (Writing a guessing game interface) ├─Python Issue 4 (2022-08 edition) │ Traffic light.py │ Band-Aid.py │ └─python second issue Lesson 9 – Band-Aid (source code) │ │ │ │ python second issue lesson 9 – Band-Aid (detailed lesson plan).doc │ │ Lesson 9 of the second issue of python – Band-Aid (book writing lesson plan).docx │ │ Lesson 9 of the second issue of python – Band-Aid (PPT).pptx │ └─Computer version – Lesson 9 of the second issue of python – Band-Aid │ │ │ │ python second period lesson 8 – midterm review (detailed lesson plan).doc │ │ python second period lesson 8 – mid-term review (writing a book) Lesson plan answers).docx │ │ python second period lesson 8 – mid-term review (writing a book lesson plan).docx │ ├─PC version – python second period lesson 8 – mid-term review │ │ Purple sunglasses (with temples).py │ │ Purple sunglasses.py │ │ └─Sunglasses program question code Answer │ │ │ │ │ │ Sunglasses (with temples).py │ │ │ Sunglasses. py │ │ └─Python Issue 2 Lesson 7 – Sunglasses (Source Code) │ │ │ │ │ │ Lesson 7 of the second issue of python – Sunglasses (detailed lesson plan).doc │ │ │ Lesson 7 of the second issue of python – Sunglasses (answers to writing a lesson plan).docx │ │ │ Lesson 7 of the second issue of python – Sunglasses (book writing lesson plan).docx │ │ │ Lesson 7 of the second issue of python – Sunglasses (PPT).pptx │ ├─PC version – Python Issue 2 Lesson 7 – Sunglasses │ │ │ │ Planet.py │ │ Exclamation mark.py │ │ Sun.py │ │ Circle.py │ │ └─Python Issue 2 Lesson 6 – Exclamation mark (source code) │ │ │ │ │ │ Python Issue 2 Lesson 6 – Exclamation mark (detailed lesson plan).doc │ │ │ Python Issue 2 Lesson 6 – Exclamation mark (answers to writing lesson plans).docx │ │ │ Lesson 6 of the second issue of python – Exclamation mark (book writing lesson plan) .docx
│ │ │ Lesson 6 of the second issue of python – Exclamation mark (PPT).pptx






















































































│ │ Draw WeChat red envelope.py
│ │
│ ├─Python – Lesson 2 of Issue 4 (Fireworks) │ │ WeChat Icon.py │ │ Limited Edition Eyelashes.py< /span> │ Python Issue 4 Lesson 9 Detailed Lesson Plan.doc └─python courseware issue 5< /span> │ Blooming flowers (2) (six petals).py │ Blooming flowers (1).py │Python Mixed Class-Animation 5-Blooming flowers.pptx ├─Python Mixed Class-Animation 5-Blooming Flowers │ Torso.gif │ Background.gif │ Left arm.gif │ Left leg.gif │ head.gif │ right arm.gif │ right leg.gif │ 2 love.gif │Human Skeleton.pptx ├─Python Mixed Class-Animation 4-Human Skeleton │ crab legs. gif │ crab shell.gif │ crab background.gif │ eyes.gif │ Mixed Class Animation Lesson 3 [Cute Crab].pptx │ Left Pliers.gif │ Right Pliers.gif │cute crab.py ├─python mixed class-animation 3-cute crab │ Pig Dad and Mom .gif │ Mixed Class Animation Lesson 2 [Family Photos].pptx │ Family Photos.py │ Page. gif │ George.gif ├─python mixed class-animation 2-family photos (1) │ Pig Dad and Mom.gif │ Mixed Class Animation Lesson 2 [Family Photos].pptx │ Family Photos.py │ Page.gif │ George.gif ├─Python Mixed Class-Animation 2-Family Photos │ Beautiful Family.py │ Mixed Class Animation Lesson 1 [Beautiful Family].pptx │ 1 family.gif ├─python mixed class-animation 1-beautiful family │ water lily.gif │ peach heart.gif │ Python Issue 4 Lesson 9 Writing Lesson Plan.docx │ Python Issue 4, Issue 9 Lesson PPT.pptx │ └─Python – Issue 4, Lesson 9 (Skiing) │ │ │ │ Python Issue 4 Lesson 8 Detailed Lesson Plan.doc │ │ Python Issue 4 Lesson 8 Writing Lesson Plan.docx │ │ Python Issue 4, Section 8 Lesson 8 PPT.pptx │ ├─Python – Issue 4, Lesson 8 (Midterm Review) │ │ │ │ Expansion-Beard Mask.py │ │ Python Issue 4 Lesson 7 Detailed Lesson Plan.doc │ │ Python Issue 4 Lesson 7 Writing Lesson Plan.docx │ │ Python Issue 4 Lesson 7 PPT.pptx │ ├─Python – Issue 4, Lesson 7 (Limited Eyelashes) │ │ │ │ Expansion – Chat Bubble.py │ │ Python Issue 4 Lesson 6 Detailed Lesson Plan.doc │ │ Python Lesson 6, Issue 4, Writing a Book Lesson Plan.docx │ │ Python Issue 4, Lesson 6 PPT.pptx │ ├─Python – Issue 4, Lesson 6 (WeChat icon) │ │ │ │ Random password.py │ │ Expansion project.py │ │ Python No. Lesson 5 of the 4th issue of Python.docx .py │ │ Python 4th Lesson 5 (Randomly Generate Passwords).pptx │ │ join case.py │ ├─Python – Issue 4, Lesson 5 (Randomly Generate Password) │ │ │ │ TikTok logo.py │ │ TikTok logo.mp4 │ │ Python Issue 4 Lesson 4 detailed lesson plan.doc │ │ Python Issue 4, Issue 4 Lesson writing lesson plan.docx │ │ Python Issue 4, Lesson 4 PPT.pptx │ ├─Python – Issue 4, Lesson 4 (Douyin logo) │ │ │ │ clock.py │ │ Extension-clock.py │ │ Python Issue 4 Lesson 3 Detailed Lesson Plan.doc │ │ Python Issue 4 Lesson 3 Detailed Lesson Plan for Writing a Book.docx │ │ Python No. 4 Lesson 3 PPT. pptx │ ├─Python–No. 4 Lesson 3 (Clocks) │ │ │ │ Fireworks Code Demonstration Video.mp4 │ │ Fireworks.py │ │ Python Issue 4 Lesson 2 Detailed Lesson Plan.doc │ │ Python Issue 4 Lesson 2 Book Writing Lesson Plan.docx
│ │ Python Issue 4 Lesson 2 PPT.pptx





































































































├─Python mixed class-Drawing 1-A sky full of stars
│Case 3-Drawing-A sky full of stars (1).py
│ Case 3-Drawing-A sky full of stars (2).py
│ A sky full of stars.pptx

├─python Mixed Class-Drawing 3-Mouse
│ Python Mixed Class-Drawing 2-Mouse ppt.pptx
│ Mouse.py

├─python mixed class - drawing 4 - one stroke drawing
│ one stroke drawing.py
│ mixed class drawing 4th Lesson [One-stroke painting].pptx

├─Python mixed class-Drawing 5-Flowers with wonderful strokes
│ Flowers with wonderful strokes. py
│ Mixed Class Drawing Lesson 5 [Wonderful Paintings].pptx

├─Python Mixed Class - Breakthrough 1 -Drawing a maze
│ │ Python mixed class-Level 1-Drawing a maze.pptx
│ │
│ └─Source code
│ │ Draw a straight line.py
│ │ Maze (Basic).py
│ │
│ └─Homework
│ python-3.4.4.msi

├─Python Mixed Class - Breakthrough 2 -Maze walking
│ b1.png
│ python mixed class-Level 2 - Maze walking.pptx
│ Complete.gif
│ Maze walking.py

├─Python mixed class - level 3 - maze
│ python mixed class - level-breaking - maze.pptx
│ map.png
│ maze.gif
│Crossing the maze.py

├─Python mixed class - Breaking through the level 4 - Finding clues
│ Python mixed class - Breaking through the level -Looking for puppies.pptx
│ Map.png
│ Looking for puppies.py

└─Python mixed class - level 5 - number and letter maze
python mixed class - level 5 - number and letter maze.pptx
map.png< /span> Mouse.gif Keyboard.gif
Number and letter maze.py

Guess you like

Origin blog.csdn.net/m0_46688827/article/details/130761016