Coder Social home page Coder Social logo
  • 👋 Hi, I’m @UmerFarooqBiomedical
  • 👀 I’m interested in developing different Python projects with Python programming language.
  • 🌱 I’m currently learning PostgreSQL
  • 💞️ I’m looking to collaborate on any Python-related project.
  • 📫 You can reach me through my email address: [email protected]
  • Portfolio website: www.pythonwala.com (Not online - Under construction)

Umer Farooq's Projects

are_you_smarter_than_mr_sciallo_quiz_game_buzzer_python icon are_you_smarter_than_mr_sciallo_quiz_game_buzzer_python

Question: Python Programming The Scenario: You Are A Member Of The IT Team For The Game Show ‘Are You Smarter Than Mr. Sciallo?’ The Game Show Has Been Relying On An Older Quiz Game Buzzer System That Allows A Contestant To Buzz In And Then Locks The Panel So No Other Contestants Can Buzz In Until The Host Unlocks The Panel In Preparation For The Next Question. This problem has been solved! See the answer Python programming The Scenario: You are a member of the IT team for the game show ‘Are You Smarter Than Mr. Sciallo?’ The game show has been relying on an older quiz game buzzer system that allows a contestant to buzz in and then locks the panel so no other contestants can buzz in until the host unlocks the panel in preparation for the next question. However, the older system is not informative. It relied on humans seeing who buzzed in first. Nobody knew who buzzed in first and locked the panel, and it led to some heated discussions during video taping that had to be edited out. Your new system will remedy this by adding informative messages that will be printed on the monitor. Behaviors of your Application When the application starts, it will announce itself and provide instructions on its use The instructions will also include the following Button and LED assignments Contestant 1 is assigned Button_1 and the rled Contestant 2 is assigned Button_2 and the yled Contestant 3 is assigned Button_3 and the gled The Game Show Host is assigned Button_4 to unlock the panel and turn off any light When the successful (fastest) contestant buzzes in, in addition to lighting the appropriate LED, a message indicating the buzz in will be sent to the console, and the console will be locked If another player attempts to buzz in while the console is locked, a message will be issued to the console notifying them that another contestant is already buzzed in When the host unlocks the console in preparation for the next question, a message will be issued to the console and any LEDS that are light will be turned off This program will run continuously Add logic into your program to tell a contestant who attempts to buzz in when the console is already locked if they are the ones who are already buzzed in and if not them, which of their fellow contestants is already buzzed in If the game show host erroneously attempts to unlock the console when it wasn’t locked to begin with, issue a message to the console indicating that the move was erroneous, for example, “The console is not currently locked” Since all of your buttons are in use, add a feature to exit the program if the light sensor is turned to simulate light (default is dark)

complex_numbers_multiplication_division_addition_subtraction_modulus_python_assignment icon complex_numbers_multiplication_division_addition_subtraction_modulus_python_assignment

""" For this assignment, you are given two complex numbers. You will print the result of their addition, subtraction, multiplication, division, and modulus operations. The real and imaginary precision part should be correct up to two decimal places. Input Format: One line of input: The real and imaginary part of a number separated by a space. Output Format: For two complex numbers and the output should be in the following sequence on separate lines: C + D C - D C * D C / D mod(C) mod(D) >> For complex numbers with non-zero real and imaginary part, the output should be in the following format: A + Bi >> Replace the plus symbol (+) with a minus symbol (-) when B<0. >> For complex numbers with a zero complex part, i.e. real numbers, the output should be: A + 0.00i >> For complex numbers where the real part is zero and the complex part is non-zero, the output should be: 0.00 + Bi """

python_assignment_concatenating_reverse_ordered_strings icon python_assignment_concatenating_reverse_ordered_strings

Write a Python function that will work on three strings. The function will return to the user a concatenation of the string values in reverse order. The function is to be called from the main program. In the main program, prompt the user for the three strings and pass these values to the function. The second output is for possibility: concatenation of the "string values in reverse order".

python_assignment_concatenating_strings_in_reverse_order icon python_assignment_concatenating_strings_in_reverse_order

Write a Python function that will work on three strings. The function will return to the user a concatenation of the string values in reverse order. The function is to be called from the main program. In the main program, prompt the user for the three strings and pass these values to the function.

web-development-tutorial-practice-repository icon web-development-tutorial-practice-repository

In this repository, I will upload all the code files which I will create while learning Web development using the Youtube tutorial created by Code with Harry Youtube Channel. Playlist link: https://www.youtube.com/watch?v=PlKG1fooswU&list=PLu0W_9lII9agiCUZYRsvtGTXdxkzPyItg&index=33&ab_channel=CodeWithHarry

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.