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 1444 / 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 A DictSet models a mathematical set. It\'s represented as a Python dictio
Python A DictSet models a mathematical set. It's represented as a Python dictionary. If an element e is a member of the set, the dictionary contains the value True for the key and…
Python A permutation of a list or string is a rearrangement of the elements in t
Python A permutation of a list or string is a rearrangement of the elements in the list or string. For example, given the list [1,2,3,4], permutations would include [2,4,1,3], [4,…
Python ADT Double Linked Dequeue, please read the instructions, I\'ve asked this
Python ADT Double Linked Dequeue, please read the instructions, I've asked this question 8 times now and I haven't gotten the correct answer.. START WITH THIS CODE: https://paste.…
Python An API takes in prefix of a username and returns all usernames which star
Python An API takes in prefix of a username and returns all usernames which start with prefix sorting lexicographically and truncated at 5 results. Use API call to dump username d…
Python An API takes in prefix of a username and returns all usernames which star
Python An API takes in prefix of a username and returns all usernames which start with prefix sorting lexicographically and truncated at 5 results. Use API call to dump username d…
Python And the digits 0-7. Write the scripts octal To Decimal.py and decimal To
Python And the digits 0-7. Write the scripts octal To Decimal.py and decimal To Octal.py, which convert numbers between the octal and decimal representations of integers. These sc…
Python Assignment # 3 – try – except and casting Part 1: Widgets sell for $17 ea
Python Assignment # 3 – try – except and casting Part 1: Widgets sell for $17 each Using raw_input, ask the user for the number of widgets required Use try – except to verify that…
Python Assignment Create a Highway Tax Calculator Application In Appaloosa Count
Python Assignment Create a Highway Tax Calculator Application In Appaloosa County, highway taxes are calculated as follows: An estimate of full market value of every house is made…
Python Assignment Exercise 7: Write a program called mortgageCalculator.py. Crea
Python Assignment Exercise 7: Write a program called mortgageCalculator.py. Create a mortgage calculator. It should calculate mortgage payments and total mortgage cost. Users will…
Python Assignment Write a program called mortgageCalculator.py. Create a mortgag
Python Assignment Write a program called mortgageCalculator.py. Create a mortgage calculator. It should calculate mortgage payments and total mortgage cost. Users will enter the f…
Python Assignment – Reading and Writing Files Use comments to decribe your code
Python Assignment – Reading and Writing Files Use comments to decribe your code Open a file. Type the following code:               fhand = open(‘aFile.txt’)               print f…
Python Assignment: Please help 6 Programming Challenges: Geometry/Drawing o Writ
Python Assignment: Please help 6 Programming Challenges: Geometry/Drawing o Write a function that takes 1 number, subtracts 2, and prints the result. o Write a function that takes…
Python Assume that you have created a DataFrame object that has 10 columns that
Python Assume that you have created a DataFrame object that has 10 columns that is called df. Which of the following commands would you issue in order to see the datatype of each …
Python Bitstring question: 1. Define and implement a function called processBits
Python Bitstring question: 1. Define and implement a function called processBitstrings(first, second) that takes two bitstrings (first and second) Assume that the bits are numbere…
Python Blackjack Game Here are some special cases to consider. If the Dealer goe
Python Blackjack Game Here are some special cases to consider. If the Dealer goes over 21, all players who are still standing win. But the players that are not standing have alrea…
Python Blackjack Game Here are some special cases to consider. If the Dealer goe
Python Blackjack Game Here are some special cases to consider. If the Dealer goes over 21, all players who are still standing win. But the players that are not standing have alrea…
Python Break down into functions Break down into functions The Casewell Catering
Python Break down into functions Break down into functions The Casewell Catering and Convention Service have asked you to write a computer program to produce customer's bill. The …
Python CSE 231 Sring 2017 Programming Project 11 Assignment Overview This assign
Python CSE 231 Sring 2017 Programming Project 11 Assignment Overview This assignment focuses on the implementation of Python programs using classes. We reuse the concept of an adj…
Python Challenge: This is a designated challenge problem designed to challenge y
Python Challenge: This is a designated challenge problem designed to challenge your thinking and logic skills. As you encounter challenge problems in the class, please keep things…
Python Chapter 7 from the book question number 6. 6. The speeding ticket fine po
Python Chapter 7 from the book question number 6. 6. The speeding ticket fine policy in Podunksville is $50 plus $5 for each mph over the limit plus a penalty of $200 for any spee…
Python Code (1)Given: a variable current_members that refers to a list, and a va
Python Code (1)Given: a variable  current_members that refers to a list, and a variable  member_id that has been defined. Write some code that assigns True to a variable  is_a_mem…
Python Code - Program Problem Description You have two trees in your backyard th
Python Code - Program Problem Description You have two trees in your backyard that are in the process of losing their leaves. You want to create a program that will display a grap…
Python Code Help PLease Restrictions: No importing other modules or using contai
Python Code Help PLease Restrictions: No importing other modules or using contains(), index(), or try-except. combine_mapping(mapping1, mapping2): This function accepts two encodi…
Python Code Movie Selector (with dictionaries) In this project assignment, you n
Python Code Movie Selector (with dictionaries) In this project assignment, you need to create a version of this program which uses a dictionary to record each movie. Program Desig…
Python Code as below Can you please help plotting Plot_Data_Elem_processed impor
Python Code as below Can you please help plotting Plot_Data_Elem_processed import numpy as np import matplotlib.pyplot as plt from matplotlib import ticker, rcParams import sys im…
Python Code in 2.7, thanks! A polynomial p(t) of degree n is defined as: p(t) =
Python Code in 2.7, thanks! A polynomial p(t) of degree n is defined as: p(t) = antn + an-t"- + + alt + a0 Forn 0,1,... , 5, fit a polynomial of degree n by least squares to the f…
Python Code that creates a single dimensioned array of integers fills it with ra
Python Code that creates a single dimensioned array of integers fills it with random numbers, then sorts the array, and does searches in the array. The program must first request …
Python Code that has two methods that computes xn using recursion and iteration.
Python Code that has two methods that computes xn using recursion and iteration. Remember xn is just x multiplied by itself n times. If n is 0 the result is defined to be 1, if n …
Python Code that inputs two square matrices and then calls methods that add, sub
Python Code that inputs two square matrices and then calls methods that add, subtract, and multiply the two matrices. Your program must first ask the user the size of the square m…
Python Code that predicts the amount of money you will have in your IRA when you
Python Code that predicts the amount of money you will have in your IRA when you retire. Inputs are: 1. Number of years until you retire, it must be a whole number (integer) in th…
Python Code, leave some comments explaining the code. Thank you!! Write a progra
Python Code, leave some comments explaining the code. Thank you!! Write a program in python that lets the user enter in some English text, then converts the text to Pig-Latin. To …
Python Code. Newton Interpolation Method. I am trying to graph the polynomail by
Python Code. Newton Interpolation Method. I am trying to graph the polynomail by interpolating points given. I am missing some steps to print the polynomial and graph it against t…
Python Code: To enlarge an image, one must fill in new rows and columns with col
Python Code: To enlarge an image, one must fill in new rows and columns with color information based on the colors of neighboring positions in the original image. Develop and test…
Python Coding Help. Please do 1a and 1b. Provide properly formatted code and scr
Python Coding Help. Please do 1a and 1b. Provide properly formatted code and screenshot of output for each. Thanks 1a) phonenumber: This function should accept strings of the form…
Python Coding Question: Boardgame player generator. Write a program to generate
Python Coding Question: Boardgame player generator. Write a program to generate a random player from the following specs: Name: write a function randomName( ) that randomly choose…
Python Coding You are to create a function where you determine whether a kid can
Python Coding You are to create a function where you determine whether a kid can ride a rollercoaster or something. You are given a floating point value for height, and have with_…
Python Coding: 1. Write a recursive function for OurList of integers that return
Python Coding: 1. Write a recursive function for OurList of integers that returns the largest value of them. 2. Write a recursive function for OurList of characters that reverses …
Python Complete the function below distance_from_origin(points) that calculates
Python Complete the function below distance_from_origin(points) that calculates the distance from the origin for a numpy array of points whose shape is (n, 2) where n is any arbit…
Python Complete the function closest_value(values, scalar) which returns the clo
Python Complete the function closest_value(values, scalar) which returns the closest value to the input scalar among an numpy array of values. For example, if values = [1, 5, 4, 1…
Python Computer Programming: Write a recursive function the_same(x, y) that retu
Python Computer Programming: Write a recursive function the_same(x, y) that returns a Boolean value indicating whether x and y (the two lists) are equal without directly comparing…
Python Consider a Python GUI program that produces a window with the following w
Python Consider a Python GUI program that produces a window with the following widgets: a text box to display the value of one element of a given list (e.g., a list of the five vo…
Python Consider a dictionary, items_for_sale t h at represents items and their p
Python Consider a dictionary, items_for_sale that represents items and their prices.   The dictionary keys are items' names and the values are their prices. A customer wants to pu…
Python Consider the following class definition: The bank gives customers credit
Python Consider the following class definition: The bank gives customers credit up to a maximum amount equal to half of their current balance. Write a property, credit_limit, for …
Python Define two functions in an IDLE Editor window: • get floats(): This funct
Python Define two functions in an IDLE Editor window: • get floats(): This function will take a single integer argument which is the number of floats to be obtained from the user.…
Python Develop a program that takes a positive integer input and calculates thre
Python Develop a program that takes a positive integer input and calculates three things: 1. The sum of all integers from 1 up to and including the input integer. 2. The factorial…
Python Develop two subclasses Instructor and Student as subclasses of the class
Python Develop two subclasses Instructor and Student as subclasses of the class Person. The class Instructor defines two methods: An overloaded constructor __init__() that takes t…
Python Dictionary exercise Purpose: Use User Defined Types and use Dictionary in
Python Dictionary exercise Purpose: Use User Defined Types and use Dictionary instead of list Create a User Defined Type to manage this data, (data excerpt): Specification: * Read…
Python Ex 1/9/15 Python Exercise 1/9/2015 This is the Morse code: morse = { \"A\
Python Ex 1/9/15 Python Exercise 1/9/2015 This is the Morse code: morse = { "A" : ".-", "B" : "-...", "C" : "-.-.", "D" : "-..", "E" : ".", "F" : "..-.", "G" : "--.", "H" : "...."…
Python Exercise 11.4: At the beginning of the chapter, we discussed a pyramid as
Python Exercise 11.4: At the beginning of the chapter, we discussed a pyramid as another natural example of a recursive structure. Implement a Pyramid class recursively, using an …
Python Flowchart & Pseudocode I just need the FLOWCHART & PSEUDOCODE with raptor
Python Flowchart & Pseudocode I just need the FLOWCHART & PSEUDOCODE with raptor for these 2 programs. Thank you 1 - Assume that hot dogs come in packages of 10, and hot d…