Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse P

Alphabetical listing with fast deep pagination.
81033 items • Page 165 / 1621

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
PYTHON The following program uses nested dictionaries to store a small music lib
PYTHON The following program uses nested dictionaries to store a small music library. Extend the program such that a user can add artists, albums, and songs to the library. First,…
PYTHON The goal of this assignment is to use tkinter to produce a class hangman
PYTHON The goal of this assignment is to use tkinter to produce a class hangman that allows the user to play a simple game of hangman.   It will loosely follow the strategy we use…
PYTHON The parents dictionary in the final.py file is a dictionary whose keys ar
PYTHON The parents dictionary in the final.py file is a dictionary whose keys are strings (names) and whose values are lists of strings (names). For example: >>> parents[…
PYTHON The parents dictionary in the final.py file is a dictionary whose keys ar
PYTHON The parents dictionary in the final.py file is a dictionary whose keys are strings (names) and whose values are lists of strings (names). For example: The parents of Mark Z…
PYTHON There should be a file called \"Baseball_Data_Small.csv\" on D2L. FILE LO
PYTHON There should be a file called "Baseball_Data_Small.csv" on D2L. FILE LOCATED AT BOTTOM This text file contains 200 lines of data related to professional baseball players. E…
PYTHON This is an single assignment and i need a complete code of it. 75% work i
PYTHON This is an single assignment and i need a complete code of it. 75% work is already beinng done and you just have to complete this code where it says add your code here This…
PYTHON This is an single assignment and i need a complete code of it. Half work
PYTHON This is an single assignment and i need a complete code of it. Half work is done but where it says input your code here you have to add the code there This the code and you…
PYTHON Using isupper(), islower(), isdigit(), len, and a variable for the symbol
PYTHON Using isupper(), islower(), isdigit(), len, and a variable for the symbols, create a program that will ask a user to create a password that follows the following criteria: …
PYTHON WITH FLASK Hello, I\'m working on a basic python flask program that works
PYTHON WITH FLASK Hello, I'm working on a basic python flask program that works with json files and html. Basically, I need to read a json file that has am objects called 'races'.…
PYTHON Who was the best NBA basketball player? The NBA is North America’s profes
PYTHON Who was the best NBA basketball player? The NBA is North America’s professional men’s basketball league. You are going to write a program to find the best players in NBA hi…
PYTHON Who was the best NBA basketball player? The NBA is North America’s profes
PYTHON Who was the best NBA basketball player? The NBA is North America’s professional men’s basketball league. You are going to write a program to find the best players in NBA hi…
PYTHON Write a GUI based program that simulates a simple pocket calculator. The
PYTHON Write a GUI based program that simulates a simple pocket calculator. The GUI displays a single entry field for output (I would suggest to make it a read only field). It sho…
PYTHON Write a PYTHON program named program6_1.py that prompts the user to enter
PYTHON Write a PYTHON program named program6_1.py that prompts the user to enter six test names and their scores and writes them to a text file named tests.txt. You must use a loo…
PYTHON Write a Python program that will read in a two-column comma-separated val
PYTHON Write a Python program that will read in a two-column comma-separated value (CSV) file and do a linear regression You should do the regression calculation yourself. You sho…
PYTHON Write a class Locker that represents a collection of items. You must writ
PYTHON Write a class Locker that represents a collection of items. You must write the entire class yourself. A template is not included in the .py file, you must create the Locker…
PYTHON Write a class that represents and defines operators for Interval numbers,
PYTHON Write a class that represents and defines operators for Interval numbers, which are represented by a pair numeric values: int, float or mixed. We use intervals to represent…
PYTHON Write a container class called PostitvePriorityQueue. The class should su
PYTHON Write a container class called PostitvePriorityQueue. The class should support methods: • Constructor: Initializes the queue • insert(): Takes a number as input and adds it…
PYTHON Write a program in Python with the following: a) Function isPrime : - des
PYTHON Write a program in Python with the following: a) Function isPrime: - description: verifies if a whole number is prime. - input parameter: whole number. - return: True or Fa…
PYTHON Write a program that will take a 2 decimal numbers, convert them to binar
PYTHON Write a program that will take a 2 decimal numbers, convert them to binary and add the using the adder Circuit. Create the decimal-binary conversion table in excel, save it…
PYTHON Write a program to create two types of utility bills: water bill and elec
PYTHON Write a program to create two types of utility bills: water bill and electricity bill. Both types of bills have customer’s name and address. They calculate charge different…
PYTHON Write a recursive function printTriangle() that takes two integers as par
PYTHON Write a recursive function printTriangle() that takes two integers as parameters and prints a triangle of asterisks based on those parameters. The first integer represents …
PYTHON Write a recursive function recSymPrint() that takes two characters and tw
PYTHON Write a recursive function recSymPrint() that takes two characters and two integers n and indent as parameters and prints an hour glass pattern using the characters. The fi…
PYTHON You are to create a program to help in the analysis of data obtained from
PYTHON You are to create a program to help in the analysis of data obtained from an x-ray powder diffractometer used to characterize materials. In the diffractometer a sample is e…
PYTHON Your assignment is read the description about a ‘sample’ facility layout.
PYTHON Your assignment is read the description about a ‘sample’ facility layout. Create a table or list of all the areas, and discuss the areas where data encryption is needed, an…
PYTHON Your assignment is to write your first standalone python script. Here are
PYTHON Your assignment is to write your first standalone python script. Here are the requirements: a) Script File is: first.py b) The script will NOT important any modules c) Your…
PYTHON \"\" translate_passage.py (6 points) ===== Use your to_pig_latin function
PYTHON "" translate_passage.py (6 points) ===== Use your to_pig_latin function to translate an entire passage of text. Do this by importing your pig_latin module, and calling your…
PYTHON \'\'\'Provides basic operations for Binary Search Trees using a tuple rep
PYTHON '''Provides basic operations for Binary Search Trees using a tuple representation.  In this representation, a BST is either an empty tuple or a length-3 tuple consisting of…
PYTHON \'\'\'Provides basic operations for Binary Search Trees using a tuple rep
PYTHON '''Provides basic operations for Binary Search Trees using a tuple representation.  In this representation, a BST is either an empty tuple or a length-3 tuple consisting of…
PYTHON \'\'\'Provides basic operations for Binary Search Trees using a tuple rep
PYTHON '''Provides basic operations for Binary Search Trees using a tuple representation.  In this representation, a BST is either an empty tuple or a length-3 tuple consisting of…
PYTHON \'\'\'Provides basic operations for Binary Search Trees using a tuple rep
PYTHON '''Provides basic operations for Binary Search Trees using a tuple representation.  In this representation, a BST is either an empty tuple or a length-3 tuple consisting of…
PYTHON \'\'\'Provides basic operations for Binary Search Trees using a tuple rep
PYTHON '''Provides basic operations for Binary Search Trees using a tuple representation.  In this representation, a BST is either an empty tuple or a length-3 tuple consisting of…
PYTHON create a program The program shall have two functions (methods): a main f
PYTHON create a program The program shall have two functions (methods): a main function and a helper function. The main function shall do the following: -declare an array that can…
PYTHON for BEGINNERS. I need help with fixing my wrong code. Thank you. **You\'r
PYTHON for BEGINNERS. I need help with fixing my wrong code. Thank you. **You're a swimmer, and you want to compare all of your race times to find the fastest one. Write a program…
PYTHON for BEGINNERS. Need help with fixing this wrong code. Thank you. Assume t
PYTHON for BEGINNERS. Need help with fixing this wrong code. Thank you. Assume the availability of a function is_prime. Assume a variable n has been associated with positive integ…
PYTHON for very BEGINNERS Need help with fixing my wrong code as per the assignm
PYTHON for very BEGINNERS Need help with fixing my wrong code as per the assignment bellow: 1) Design your output drawing such that it contains at least 3 different shapes. Your n…
PYTHON home / study / engineering / computer science / computer science question
PYTHON home / study / engineering / computer science / computer science questions and answers / assignment Question: Assignment 8 - Computer Dating Make sure you have read and und…
PYTHON i need complete code for this as i have already done more then half of th
PYTHON i need complete code for this as i have already done more then half of the code but you have write the code where it says “add your code here” there are 4 places where you …
PYTHON just the setattr 2. (5 pts) Complete the class History, which should (a)
PYTHON just the setattr 2. (5 pts) Complete the class History, which should (a) use a dictionary (hint: I used defaultdict) to remember a complete history of all the values bindin…
PYTHON locate the largest element.. write the following method that returns the
PYTHON locate the largest element.. write the following method that returns the location of the largest element in a two-dimensional array. def locateLargest(a): the return value …
PYTHON multiple choice questions 1a) Given the following list, what value is at
PYTHON multiple choice questions 1a) Given the following list, what value is at index 5? 1b) Consider the following line of code: Which one of the following options is a valid lin…
PYTHON please check simple code The GUI has three widgets: a label, an entry, an
PYTHON please check simple code The GUI has three widgets: a label, an entry, and a button. The label prompts the user to enter a word. These can be any combination of lower and u…
PYTHON program help with code. The code I have so far is below half of it works
PYTHON program help with code. The code I have so far is below half of it works but I can’t get it to print. Write a class that represents an individual student. The class needs t…
PYTHON program help with code. This is the code I have so far.. Write a class th
PYTHON program help with code. This is the code I have so far.. Write a class that represent an individual student. The class needs to have the following instance variables: a uni…
PYTHON program, Please help with the following exercise: (The Triangle class) Mo
PYTHON program, Please help with the following exercise: (The Triangle class) Modify the Triangle class in the Programming file below to throw a RuntimeError exception if the thre…
PYTHON programming please! Please help with this ex. Write a GUI application Rec
PYTHON programming please! Please help with this ex. Write a GUI application Rectangle.py to get rectangle information, calculate area and draw the rectangle. Use entry fields for…
PYTHON programming, please! Write a program that counts how often each word occu
PYTHON programming, please! Write a program that counts how often each word occurs in the supplied text file mary.txt. Your program should output one line for each unique word tha…
PYTHON this is an single assignment and i need a complete code of it. Half work
PYTHON this is an single assignment and i need a complete code of it. Half work is already been done but where it says add your code here you have to add the code there ITS PYTHON…
PYTHON very BEGINNERS I need help with fixing my code, especially the \"try/exce
PYTHON very BEGINNERS I need help with fixing my code, especially the "try/except" part. Thank you. Here is the desired output: *Part 1 *Part 2 Here is my code: from random import…
PYTHON! 1. Write a Pizza class to that this client code works. Please note that
PYTHON! 1. Write a Pizza class to that this client code works. Please note that it is ok if the toppings are listed in a different order. >>> pie = Pizza() >>> p…
PYTHON! Need help fixing errors in roll playing game import random class DiceRol
PYTHON! Need help fixing errors in roll playing game import random class DiceRoller: def roll(self, times, sides): # selects the number of the attack of the other player total = 0…