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 1620 / 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 Docs needed: https://drive.google.com/open?id=1QQhlp-kQDNIESen61fVanpLoAp
python Docs needed: https://drive.google.com/open?id=1QQhlp-kQDNIESen61fVanpLoApl51YaK 1. 25 Points: Write a class Bag that represents a collection of items. You must write the en…
python For this part you can choose to write a playable game of Blackjack for ex
python For this part you can choose to write a playable game of Blackjack for extra credit. In Blackjack the players is dealt a series of cards that have an associated point value…
python For this part you will be writing a series of functions that can be used
python For this part you will be writing a series of functions that can be used as part of a "secret message encoder" program. Here are the functions you will be writing as well a…
python Help Answer two of the following questions for full credit for this assig
python Help Answer two of the following questions for full credit for this assignment. Your solution shoud be between fifty and one hundred words. Place your questions in the “Ans…
python Homework 2 14 September 2018 This assignment provides more practice in ba
python Homework 2 14 September 2018 This assignment provides more practice in basic calculations, and also introduces the use of a data structure to hold information used in solvi…
python In order to allow the user to select a point, you will need to display a
python In order to allow the user to select a point, you will need to display a grid (fixed size is 5 rows by 5 columns) with unique symbols (I used the alphabet). The user will s…
python In this problem you will create two classes; one called Member and anothe
python In this problem you will create two classes; one called Member and another called Band. Neither of these classes inherit each other this problem will use a technique called…
python Part II: Drop Every n-th Element (2 points) Write a recursive function dr
python Part II: Drop Every n-th Element (2 points) Write a recursive function drop that takes a non-empty list of integers and a positive integer n as its argu ments, and returns …
python Student Portal PNC Btracks Soundcdoud Pinterest Question 13 . 15 pts Read
python Student Portal PNC Btracks Soundcdoud Pinterest Question 13 . 15 pts Read the problem below. Open a Python compiler and create a program to solve this problem. When done at…
python TaskS GMU-Mobile, a new cell phone initiative by GMU, is offering three n
python TaskS GMU-Mobile, a new cell phone initiative by GMU, is offering three new cell phone plans to its students starting 2019. Your task is to help your friends decide which c…
python The final challenge involves a series of integers inscribed on the outsid
python The final challenge involves a series of integers inscribed on the outside of a treasure chest: challenge4 = [323, 331, 323, 336, 319, 330, 322] Also inscribed on the treas…
python anywhere questions. A Class Management System, Part 2 Please also refer t
python anywhere questions. A Class Management System, Part 2 Please also refer to the description provided in Part 1 of the project “A Class management System”. You have had a cha…
python class: from goody import irange, type_as_str class Date: month_dict = {1:
python class: from goody import irange, type_as_str class Date: month_dict = {1:31, 2:28, 3:31, 4:30, 5:31, 6:30, 7:31, 8:31, 9:30, 10:31, 11:30, 12:31} @staticmethod def is_leap_…
python code for conway\'s game of life For this project, you will be coding a si
python code for conway's game of life For this project, you will be coding a simple cellular automata game, called Conway's Game of Life. In this game, you have a grid where pixel…
python code for root finding problem. Do not use numpy or other python modules b
python code for root finding problem. Do not use numpy or other python modules but math and copy. Give a well explained comments. The code should be as for python beginners, so be…
python code please Use linked lists in order to support the following operations
python code please Use linked lists in order to support the following operations: Push (S, x). Pushes a value x into a stack S Pop (S, i). Gets a number i and pops i numbers of S …
python code. I use \"Geany\" for coding.Answer it after code works on your compu
python code. I use "Geany" for coding.Answer it after code works on your computer. textToEnglish.txt:(it is so long, I only take a screen shot of part of it) The De-slang-ifier In…
python decoding a secret message Decoding a secret message: The description may
python decoding a secret message Decoding a secret message: The description may seem daunting, but the solution is not that hard. You can use the built-in string datatype with the…
python flask 2 Web Calculator[40 points Write a Flask application whose index pa
python flask 2 Web Calculator[40 points Write a Flask application whose index page contains a form similar to the one shown in Figure 2. The user should be able to enter two numbe…
python help def date(month, day, year): Accepting integers for the month (values
python help def date(month, day, year): Accepting integers for the month (values from 1 to 12), the day (values from 1 to 31) and the year (values from 1 to 9999). Construct the c…
python help! thank you Consider the Node class below class Node: def __init__(se
python help! thank you Consider the Node class below class Node: def __init__(self, init_data): self.data-init_data self.next = None def get.data seLf): def get_next(self): def se…
python idle 3.6 grades1.txt Domel a12001 a 90 92 89 99 98 92 10 Fischer a12111 8
python idle 3.6 grades1.txt Domel a12001 a 90 92 89 99 98 92 10 Fischer a12111 89 99 17 100 18 88 91 91 Hope b12777 100 100 100 100 100 100 100 100 Patel a12010 100 78 88 99 100 7…
python inv dict(d) input: dictionary d representing an invertible function f out
python inv dict(d) input: dictionary d representing an invertible function f output: dictionary representing the inverse of f, the returned dictionary’s keys are the values of d a…
python language In the hash table map implementation, the hash table size was ch
python language In the hash table map implementation, the hash table size was chosen to be 101. If the table gets full, this needs to be increased. Re-implement the put method so …
python language implement the pop operation as described on page 137. write test
python language implement the pop operation as described on page 137. write test program to test this new method. here is the describtion : pop() removes and returns the last item…
python language please, practice with regular expressions and string processing
python language please, practice with regular expressions and string processing Part II: Determine a Package's Destination (10 points) Write a function package destination ), whic…
python language please, using bitwise operations Part III: Decode a Machine Inst
python language please, using bitwise operations Part III: Decode a Machine Instruction (20 points) The Fictional KIPS Computer For this part you will implement a function that de…
python language, dictionaries, string processing and file inputs Part V: Fetch I
python language, dictionaries, string processing and file inputs Part V: Fetch Information (20 points) In this part we will generalize the results of the previous part to files th…
python language, learning about nested lists and nested-loops. Some Preliminarie
python language, learning about nested lists and nested-loops. Some Preliminaries In Python, a tuple is a collection similar to a list in that it is an ordered collection of items…
python language, practice with classes and objects Preliminaries Throughout this
python language, practice with classes and objects Preliminaries Throughout this lab you will be working with the class given below, which defines the characteristics of a package…
python language, working with nested lists and nested loops Part I: Student Grad
python language, working with nested lists and nested loops Part I: Student Grade Alert (20 points) In this part, you will write a function student-alert ()·The function simulates…
python please File: testgrayscale.py Tests a function for converting a color ima
python please File: testgrayscale.py Tests a function for converting a color image to grayscale from images import Image def grayscalefimage) """Converts the argunent image to gra…
python please Part V: War Variant #1 : Suit Rank (20 points) Complete the functi
python please Part V: War Variant #1 : Suit Rank (20 points) Complete the function play with suits(), which takes two arguments, in this order. 1. player1:a player object that rep…
python please Preliminaries Throughout this assignment you will be using the fol
python please Preliminaries Throughout this assignment you will be using the following Card and Player classes, which are available in the file war classes.py: class Card: def ini…
python please based program that implements an image browser for your computer\'
python please based program that implements an image browser for your computer's hard disk. At start-up. the program should load a scrolling list box with three types of items: Th…
python please include the indentation THE ASSIGNMENT Your assignment is to creat
python please include the indentation THE ASSIGNMENT Your assignment is to create two programs . Program one creates the database and table . Program two-uses a menu to allow the …
python please! hw4 part4.py (Worth 10 points) Finally, create a program that det
python please! hw4 part4.py (Worth 10 points) Finally, create a program that determines whether a subject can be studied or not First, the program must ask the user to enter ten d…
python problem def multi_search(pat_file : open, text_file : open) -> [(int,str,
python problem def multi_search(pat_file : open, text_file : open) -> [(int,str,[int])]: # Testing compare_files ==-->multi_search(open('pats1.txt'),open('texts1.txt'))--&gt…
python problem: ( use a loop to read each character from the string and insert i
python problem: ( use a loop to read each character from the string and insert into the stack) 1. The function main a5.py continually asks the user for a string, and calls isPalin…
python problem: This program reads a file called \'test.txt\'. You are required
python problem: This program reads a file called 'test.txt'. You are required to write two functions that build a wordlist out of all of the words found in the file and print all …
python program Players decide at random who moves first. In a turn, a player mus
python program Players decide at random who moves first. In a turn, a player must make one of two types of move (passing is not allowed): A normal move, in which a player moves on…
python program, Implement the following three functions (you should use an appro
python program, Implement the following three functions (you should use an appropriate looping construct to compute the averages): allNumAvg(numList) : takes a list of numbers and…
python program, Implement the following three functions (you should use an appro
python program, Implement the following three functions (you should use an appropriate looping construct to compute the averages): allNumAvg(numList) : takes a list of numbers and…
python programming Problem 1. Prey-Predators-Humans Problem Take the prey-predat
python programming Problem 1. Prey-Predators-Humans Problem Take the prey-predator problem described in Chapter 13 and add humans. Use the file program13- 14.py, attached to the a…
python programming Problem 1. Prey-Predators-Humans Problem Take the prey-predat
python programming Problem 1. Prey-Predators-Humans Problem Take the prey-predator problem described in Chapter 13 and add humans. Use the file program13- 14.py, attached to the a…
python programming please help! thanks! 1.1 Overview and loose description Banks
python programming please help! thanks! 1.1 Overview and loose description Banks lend money to each other. In tough economic times, if a bank goes bankrupt, it will not be able to…
python programming.. - Write a program in which displays the sum of the first 50
python programming.. - Write a program in which displays the sum of the first 50 integers , modify the program so that the user can specify how many integers to sum. For example, …
python programming: Stock Transaction Program Last month Joe purchased some stoc
python programming: Stock Transaction Program Last month Joe purchased some stock from Schmoe Inc. Write a program that allows the user to input the following as many times as he/…
python question ! please show code and steps! Bonus Question 2 (Fibonacci Spiral
python question ! please show code and steps! Bonus Question 2 (Fibonacci Spiral) [3 points]: The picture to the right consists of a repeating series of red, blue, green, and yell…
python question 4. Function Two: wheatChess There is a famous puzzle intended to
python question 4. Function Two: wheatChess There is a famous puzzle intended to demonstrate the surprising growth of exponential sequences, sometimes called the "Wheat and chessb…