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 1441 / 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 3 Coding Functions: I need help coding the functions listed below in the
Python 3 Coding Functions: I need help coding the functions listed below in the image: get types(db): Given a database db, this function determines all the pokemon types in the da…
Python 3 Complete the __str__ also in order to return the string representation
Python 3 Complete the __str__ also in order to return the string representation of this integer in binary. You must write a SInteger class which is based on a list of Bits. It is …
Python 3 Create two files; a module defining 4 classes and an executable program
Python 3 Create two files; a module defining 4 classes and an executable program that tests the classes. The module file defines a superclass Edifice (supplied below) and 3 subcla…
Python 3 Employee Management System Each subsequent phase will depend on previou
Python 3 Employee Management System Each subsequent phase will depend on previous assignment result, so you should make an effort to complete each phase on time and ensure that th…
Python 3 Evens and Odds Evens and Odds is a classic games used to determine who
Python 3 Evens and Odds Evens and Odds is a classic games used to determine who goes to lunch, or takes out the trash, or buys the next round. It is similar to Rock, Paper, Scisso…
Python 3 Financial: credit card validation Credit cards must have between 13 and
Python 3 Financial: credit card validation Credit cards must have between 13 and 16 digits, and the number must start with 4 for Visa 5 for Mastercard 37 for American Express 6 fo…
Python 3 For the following code, complete the __or__ and __and__ methods with on
Python 3 For the following code, complete the __or__ and __and__ methods with one line of code using self.nor method and not operator. Complete the full_adder method in the Bit cl…
Python 3 Geometry: point position using functions Given a directed line from poi
Python 3 Geometry: point position using functions Given a directed line from point p0(x0, y0) to p1(x1, y1), you can use the following condition to decide whether a point p2(x2, y…
Python 3 I. Overview This checkpoint is intended to help you practice the syntax
   Python 3 I. Overview This checkpoint is intended to help you practice the syntax of abstract base classes, and use these principles to have lists of related objects. For this c…
Python 3 I. Overview This checkpoint is intended to help you practice the syntax
Python 3 I. Overview This checkpoint is intended to help you practice the syntax of basic inheritance. In looking at the collection of books next to your bed, you notice that they…
Python 3 II. Instructions Write a program that computes the value of 1/n for dif
Python 3 II. Instructions Write a program that computes the value of 1/n for different values of n. To accomplish this, adhere to the following guidelines: Make a function get inv…
Python 3 II. Instructions Write a program that computes the value of 1/n for dif
Python 3 II. Instructions Write a program that computes the value of 1/n for different values of n. To accomplish this, adhere to the following guidelines: Make a function get inv…
Python 3 Linked List Program: 1. Create a class Fruit that has the following var
Python 3 Linked List Program: 1. Create a class Fruit that has the following variables: Fruit next Fruit previous String name 2. Write a program that will: Create a doubly linked …
Python 3 Motivation One of the most basic functions of any IT system is to proce
Python 3 Motivation One of the most basic functions of any IT system is to process a given data set to produce some form of human-readable output. This assignment requires you to …
Python 3 NOTE: This is an example of a function that DOES something (it puts the
Python 3 NOTE: This is an example of a function that DOES something (it puts the value(s) of the root(s) in a list), and it RETURNS something (the number of roots) Sample exercise…
Python 3 Only Problem 1. (Calculating Edit Distance Using Dynamic Programming) A
Python 3 Only Problem 1. (Calculating Edit Distance Using Dynamic Programming) A direct implementation of the above recursive scheme will work, but it is spectacularly inecient. I…
Python 3 Part III: Move Starman Down (15 points) Write a function move.down that
Python 3 Part III: Move Starman Down (15 points) Write a function move.down that takes one argument, board, which represents the current state of the game board. Your function sho…
Python 3 Part Il: HTML Stylizer (20 points) Write a function insert.tag) that ta
Python 3 Part Il: HTML Stylizer (20 points) Write a function insert.tag) that takes the following arguments, in this order: 1. input.filename: the name of an HTML file the functio…
Python 3 Phone Numbers Program I need help figuring out how to get a program tha
Python 3 Phone Numbers Program I need help figuring out how to get a program that takes the last 4 digits of 1.800.555 phone numbers and converting it into letters to show all the…
Python 3 Phone Numbers to Letters Write a program that will print to the screen
Python 3 Phone Numbers to Letters Write a program that will print to the screen all of the words and the associated numbers that could be generated through an 800 phone number tha…
Python 3 Please help Question #1 Rewrite the convert GUI so that it converts Fah
Python 3 Please help Question #1 Rewrite the convert GUI so that it converts Fahrenheit temperatures to Celsius temperatures. I rewrote the GUI but its not working properly. Here …
Python 3 Program - Write another program to read data from a file named Precipit
Python 3 Program - Write another program to read data from a file named Precipitation.txt. The program will ask the user two questions and then will search through the data from t…
Python 3 Programing I have attached several files on how to used Python 3 to dra
Python 3 Programing I have attached several files on how to used Python 3 to draw shapes. Please complete activity 1 in Python 3 and comment on code so I can understand what you d…
Python 3 Programming and Data Structures I CS 241 Skeet Project Description I. O
Python 3 Programming and Data Structures I CS 241 Skeet Project Description I. Overview Use your knowledge of object-oriented programming to write a basic target shooting game. Th…
Python 3 Programming and Data Structures I CS 241 Skeet Project Description I. O
Python 3 Programming and Data Structures I CS 241 Skeet Project Description I. Overview Use your knowledge of object-oriented programming to write a basic target shooting game. Th…
Python 3 Question 1 (1 point) How is new data accommodated when inserted into a
Python 3 Question 1 (1 point) How is new data accommodated when inserted into a dynamic array that is at capacity? O A new single node is allocated and connected to the previous e…
Python 3 Question 1 (1 point) How is new data accommodated when inserted into a
Python 3 Question 1 (1 point) How is new data accommodated when inserted into a dynamic array that is at capacity? O A new single node is allocated and connected to the previous e…
Python 3 Question 1 (1 point) How is new data accommodated when inserted into a
Python 3 Question 1 (1 point) How is new data accommodated when inserted into a dynamic array that is at capacity? O A new single node is allocated and connected to the previous e…
Python 3 Question 35 (1 point) What is the syntax for a lambda expression to rem
Python 3 Question 35 (1 point) What is the syntax for a lambda expression to remove the leading and trailing whitespace (the string strip0function) from an item? O lambda s: s str…
Python 3 Question 6 (1 point) Assume you are writing a program to solve a maze,
Python 3 Question 6 (1 point) Assume you are writing a program to solve a maze, and you want it to go all the way to a dead end then backtrack to the last junction, and try a diff…
Python 3 Question 6 (1 point) Assume you are writing a program to solve a maze,
Python 3 Question 6 (1 point) Assume you are writing a program to solve a maze, and you want it to go all the way to a dead end then backtrack to the last junction, and try a diff…
Python 3 Question: Def date(month, day, year): Accepting integers for the month
Python 3 Question: Def date(month, day, year): Accepting integers for the month (values from 1 to 12), the day (valu... def date(month, day, year): Accepting integers for the mont…
Python 3 Reading From File Write a program that will read the contents of the fi
Python 3 Reading From File Write a program that will read the contents of the file USPopulation.txt into a list, and calculate and display: The average annual change in population…
Python 3 Statistics compute deviation. Sample output Enter numbers: 1.9 2.5 3.7
Python 3 Statistics compute deviation. Sample output Enter numbers: 1.9 2.5 3.7 2 1 6 3 4 5 2 The mean is 3.11 The standard deviation is 1.55738 10.9 I 0,9 (Statistics: compute de…
Python 3 Suppose there is a class AirConditioner . The class supports the follow
Python 3 Suppose there is a class AirConditioner . The class supports the following behaviors: turning the air conditioner on, off, and setting the desired temperature. The follow…
Python 3 Suppose there is a class AirConditioner . The class supports the follow
Python 3 Suppose there is a class AirConditioner . The class supports the following behaviors: turning the air conditioner on, off, setting the desired temperature, and telling th…
Python 3 Turtle GTX: Define a Turtle called TurtleGTX, that comes with some extr
Python 3 Turtle GTX: Define a Turtle called TurtleGTX, that comes with some extra features: it can jump forward a given distance, and it has an odometer that keeps track of how fa…
Python 3 Write 3 programs to do the 3 variations on the Bubble Sort. Comment the
Python 3 Write 3 programs to do the 3 variations on the Bubble Sort. Comment the first variation completely. Another big deal in programming is performance. For large files it mak…
Python 3 Write a Python program to play a simplified version of the Nim game. Ge
Python 3 Write a Python program to play a simplified version of the Nim game. Generate a pile of between 15 and 21 inclusive matchsticks using the random number generator. Allow t…
Python 3 Write a function find.starman ) that takes one argument: board, which i
Python 3 Write a function find.starman ) that takes one argument: board, which is a list that consists five sub-list:s and which represents the game board. Your function should sc…
Python 3 Write a function shop ) that takes the following arguments, in this ord
Python 3 Write a function shop ) that takes the following arguments, in this order: 1. filename: a file that you will need to input. The file contains many lines of grocery items …
Python 3 Write a function, triple_sum(a,x), that takes a list ,a, as input and r
Python 3 Write a function, triple_sum(a,x), that takes a list ,a, as input and returns True if there exists i, j and k (where i and j and k are not necessarily distinct) such that…
Python 3 Write a program ,chooseButton3.py modifying chooseButton2.py. Look at t
Python 3 Write a program ,chooseButton3.py modifying chooseButton2.py. Look at the format of the listbuttonSetup, and extend it so there is a larger choice of buttons and colors. …
Python 3 Writing Classes: I need help writing three Python classes. They are sho
Python 3 Writing Classes: I need help writing three Python classes. They are shown below. It's a bit of a long one so if you're up to the task, go for it. Thank you! Train class I…
Python 3 Writing Classes: I need help writing three Python classes. They are sho
Python 3 Writing Classes: I need help writing three Python classes. They are shown below. It's a bit of a long one so if you're up to the task, go for it. Thank you! Train class I…
Python 3 code and comments please. Alphabetic Telephone Number Translator progra
Python 3 code and comments please. Alphabetic Telephone Number Translator program Many computers use telephone number like 555- GET-FOOD so the number is easier for their customer…
Python 3 code. Please. Problem progrannpy plotter py 1 From plotter import plot
Python 3 code. Please. Problem progrannpy plotter py 1 From plotter import plot pnr 2 from hidden_11b 1nport classify_dac 3 from hidden11b 1nport train_classifier 4 from collectio…
Python 3 def powerset (A) \" \" \"Build the powerset of A Given a set A, the pow
Python 3 def powerset (A) " " "Build the powerset of A Given a set A, the powerset of A is the set of all subsets of A. Hint: recursion, anyone? no, really, you need to use recurs…
Python 3 help..dunno where to start. The objective of this lab is to give you so
Python 3 help..dunno where to start. The objective of this lab is to give you some experience working w The object container, to a global ve you some experience working with Digit…
Python 3 if __name__ == \'__main__\' : Part III: Grocery Shopping (20 points) Wr
Python 3 if __name__ == '__main__': Part III: Grocery Shopping (20 points) Write a function shop ( that takes the following arguments, in this order: 1. filename: a file that you …