Computer Science 2
*********
*********
Due Date: September 23, 2024

Ferris Wheel

(note: copying my code and getting to run will only get you a 70. You must compete the modification to get a 100.) Explanation: Original program: (70 points)

-Ferris Wheel Center: A circle at the center of the screen
represents the axle of the Ferris wheel.
-Ferris Wheel Structure: A large circle is drawn to
represent the structure of the Ferris wheel.
-Gondolas: Twelve gondolas (carriages) are evenly spaced
around the Ferris wheel's structure, each represented by a circle.
-Rotation: The rotate_ferris_wheel() function rotates
the gondolas around the center of
the Ferris wheel.
The angle of each gondola
changes in each iteration of the loop to simulate rotation.

-Color Change: Every time the wheel rotates,
the gondolas change colors randomly.
-Smooth Animation: turtle.tracer(0) is used to turn
off automatic screen updates,
and turtle.update() along with a delay is used to update
the screen after each rotation
step for smoother animation.
-This program fills the frame and shows a rotating,
color-changing Ferris wheel!
-Running Python in a Kali Linux environment

Modification you have to make for me. -You need to move the Wheel to connect the colored balls. (10 Points) -You need to shrink the ferris wheel in 1/2. (10 points) -You need to expand it to fill the page up. (10 points)
Code for the program below:


Run the program python3 PX_Ferris_lastname.py Your files to turn in: - After you code and run your program you need to produce the follow artifacts. PX_Ferris_lastname.png (Screen Print of the python program in the Kali) PX_Ferris_lastname (Google Drive document) PX_Ferris_lastname.py (Actual python program) PX_Ferris_lastname.mp4 (Video of python program running) Drop off your up to 4 files into google classroom.

*********
*********
Due Date: September 20, 2024
Assignment 
(note: copying my code and getting to run will only
get you a 70. You must compete the modification
to get a 100.)
Explanation:
Original program: (70 points)
-Screen Setup: The turtle screen is created with a sky blue background.
-Car Body: A turtle object is created to represent the car, which is a blue square stretched into a rectangle.
-Wheels: Two small black circles (wheels) are added beneath the car body.
-Car Movement: The car and wheels are moved together across the screen.
-Running Python in a Kali Linux environment 
Modification you have to make for me.
-You need to have the car start from the edge
of the screen on the left to the edge on the right. (10 points)
-the wheels need to be below the car body. (10 points)
-you need to add a top part to the car. (10 points)

 
-Click here and run the video of this program running. Code for the program below:

Run the program python3 PX_Car_lastname.py Your files to turn in: - After you code and run your program you need to produce the follow artifacts. PX_Car_lastname.png (Screen Print of the python program in the Kali) PX_Car_lastname (Google Drive document) PX_Car_lastname.py (Actual python program) PX_Car_lastname.mp4 (Video of python program running) Drop off your up to 4 files into google classroom.

*********
*********
Due Date: September 16, 2024
Assignment
-Running Python in a Kali Linux environment 
-Generate 4 simple shapes using turtle
-See image of output on the next line
 
-Click here and run the video of this program running. Code for the program below:


Run the program python3 PX_DrawShape_lastname.py Your files to turn in: - After you code and run your program you need to produce the follow artifacts. PX_DrawShape_lastname.png (Screen Print of the python program in the Kali) PX_DrawShape_lastname (Google Drive document) PX_DrawShape_lastname.py (Actual python program) PX_DrawShape_lastname.mp4 (Video of python program running) Drop off your up to 3 files into google classroom.

*********
*********
Due Date: September 6, 2023
Sign up to Code High School.
Click on this https://codehs.com/login
Use you Klein ISD user id and password.

Complete the following:

 






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

Resources you may need (Below)

*********
*********
*********
 
-Locate your Cyber Range Passwords below by seat number.
Cyber Range Sign on ids and passwords (Period 7)
Click here and get your id and password.

Click here for your cyber range.
https://apps.cyber.org/login

Note: To copy and paste between the Linux virtual enviroment and you windows 
enviroment. You need to use Ctrl Shift Alt.

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