Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Drona Python Assignment

Problem 1: Simulated Drone Movement System

Requirements

  1. Utilize the Turtle module for graphical representation.
  2. Design functions that control the drone's movement: move_forward, move_backward, move_left, and move_right.

Implementation

  • The Python script for this problem is available in Q1.py.

Output Screenshots

  • Q1-1
q1-output-1
  • Q1-2
q1-output-2
  • Q1-3
q1-output-3

Problem 2: TCP Socket Communication

Requirements

  1. Create a sender program (sender.py) and a receiver program (receiver.py).
  2. The sender program should be able to establish a TCP connection and send messages to the receiver.
  3. The receiver program should be able to accept incoming connections and display received messages.
  4. Implement error handling for socket operations.

Implementation

Output Screenshots

  • Q2
q2-output

Technologies Used:

  1. Languages: Python, Socket Programming

Instructions for Use

  1. Clone the repository:
    git clone https://github.com/your-username/Drona-Python-Assignment.git
    
  2. Execution of the programs:
    py file_name.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages