Python Logo
****
****

Review Unit 1

Due Date: February 24, 2025
 
Click here and watch the video to review Unit 1. 

Click here and read the notes about what you have covered in Unit 1.

Click here for your flash cards.

Click here to practice your Quizizz.
  

Review Unit 1

	
Due Date: February 27, 2025

Click here to see your lesson instructions.

	You will use the Cyber Range to run this program.
	Each of you will code this program:
	(Remember you need to save a copy of your python program in your google drive.)

            You will drop off 4 files into Google Classroom:
			• Your files will be: (Remember the python program is dropped off first.)
			• PX_lastname_Snake.py (Screenshot)
			• PX_lastname_Snake.png (Screenshot)
			• PX_lastname_Snake.txt (Source code as Text)
			• PX_lastname_Snake.mp4 (Video running the program)	
****
****
*********
*********

Due Date: February 28, 2025

Complete the following CMU Assignments.



*********
*********

Due Date: March 5, 2025

Complete the following CMU Assignments.





****
****

CMU CS Academy login

Click here.
If you for some reason the link above does not work,
copy the address on the next line into the address bar.
    https://academy.cs.cmu.edu/login
    
****
****





















November 14, 2024 • 10. Rotating Solar System - Simulate a simple solar system with planets orbiting around the sun. You can include multiple planets with different sizes, speeds, and orbital paths. • 11. Shooting Star Animation - Draw a night sky with stars and add shooting stars that streak across the screen at random intervals. You can create a twinkling effect by adjusting the brightness of the stars. • 12. Waving Flag - Animate a flag waving in the wind. You can achieve this by simulating the flag’s fabric using sine wave functions to create the waving effect. • 13. Snake Game - Create a simple Snake game using Turtle graphics. The snake can grow as it eats 'food,' and you can animate the movement as the player controls it. • 14. Fish Swimming in a Pond - Draw a pond scene with animated fish swimming around. The fish can change direction, speed, and even have bubbles rising to the surface. • 15. Animated Star Patterns - Create a program that draws star patterns with Turtle while continuously changing their positions, sizes, and colors, making it look like they’re twinkling in the sky.