PYTHON DEVELOPMENT TASK


Click Here to See INSTRUCTIONS

TASK 1 - To-Do List Application

Intermediate

Create a To-Do List application using Python. Allow users to manage and organize their tasks efficiently. Users should be able to create, update, and track their to-do lists through a command-line or GUI-based interface.

FOR DEMO CLICK HERE

TASK 2 - Calculator Design

Beginner

Design a simple calculator with basic arithmetic operations. Prompt the user to input two numbers and an operation choice. Perform the calculation and display the result.

FOR DEMO CLICK HERE

TASK 3 - Password Generator Application

Intermediate

Develop a password generator application using Python. Allow users to specify the length and complexity of the password. Generate a strong and random password based on the user's input and display it on the screen.

FOR DEMO CLICK HERE