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 1451 / 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 help: I am trying to match 2 strings together by each character. For exam
Python help: I am trying to match 2 strings together by each character. For example, I am supposed to match main input: ABCDEF and a user input of ABCCDF. I need to do this in a f…
Python help: Using bibfile.txt write a function that would read the first ten li
Python help: Using bibfile.txt write a function that would read the first ten lines, place them into a file named firstBib.txt. Write the next ten lines into another file named se…
Python help; Instructions and test cases are posted. Below is what I have for ad
Python help; Instructions and test cases are posted. Below is what I have for add(item), but it is returning '8' instead of '58' for ordered_ll.tail. def add(self, value): #write …
Python help? Please include a main. For this recitation you will creating a clas
Python help? Please include a main. For this recitation you will creating a class called Shape and add a __init__ method to initialize all the variables to zero, which you will be…
Python homework project: import os \'\'\' IMPORTANT NOTE: Do NOT change any of t
Python homework project: import os ''' IMPORTANT NOTE: Do NOT change any of the function names or their signatures (the parameters they take). Your functions must behave exactly a…
Python homework question really need some help... From the textbook Data Structu
Python homework question really need some help... From the textbook Data Structures and Algorithms Using Python by Rance D. Necaise. I just need to implement the findPath(), reset…
Python homework:how to write and test a _swap method for the linked Deque. def _
Python homework:how to write and test a _swap method for the linked Deque. def _swap(self, l, r): """ ------------------------------------------------------- Swaps two pointers. U…
Python import time import pandas as pd import numpy as np import datetime as dt
Python import time import pandas as pd import numpy as np import datetime as dt def get_city(): # Ask the user for a city and returns the filename for that city's citylist=[ 'Texa…
Python includes three types of built-in data structures: lists, immutable lists
Python includes three types of built-in data structures: lists, immutable lists called tuples, and hash tables called dictionaries. B) Python lists may be used as keys in dictiona…
Python inheritance def bases(aclass): We learned that when we declare a class us
Python inheritance def bases(aclass): We learned that when we declare a class using inheritance, the bases attribute of the class is bound to a tuple of references to its base cla…
Python investment Requriements Print all floats to 2 decimal points unless state
Python investment Requriements Print all floats to 2 decimal points unless stated otherwise You MUST use loops to solve this problem Restrictions No global variables may be used Y…
Python is a loosely typed language. What does this mean? You should not attempt
Python is a loosely typed language. What does this mean? You should not attempt to type-cast variable in Python There are not data types in the Python language You can perform any…
Python is the launguage Commments if Possible 1. Your program will be parsing an
Python is the launguage Commments if Possible 1. Your program will be parsing and analyzing log files from an Apache web server. The first thing your program must do is retrieve t…
Python language > > > b = volume_of_cone() > > > What is the length of the radiu
Python language > > > b = volume_of_cone() > > > What is the length of the radius of the cone? 10 > > > What is the height of the cone? 2 > > >…
Python language Function name(1): weight_on_mars Parameters: N/A Return value: N
Python language Function name(1): weight_on_mars Parameters: N/A Return value: N/A Description: Write a Python program which accepts your weight on Earth and prints out your weigh…
Python language: Example 1: Enter the integer grid size => 10 10 Enter a probabi
Python language: Example 1: Enter the integer grid size => 10 10 Enter a probability (0.0 - 1.0) => 0.2 0.2 Saw a pokemon at turn 7, location (4, 5) Missed .. Saw a pokemon …
Python methods. #Return True if the list is decreasing. False otherwise. A list
Python methods. #Return True if the list is decreasing. False otherwise. A list is decreasing if each element # in it is strictly less than the element before it. An empty list or…
Python mirror queue and reverse queue 1. Write a function, mirror_queue(q) , whi
Python mirror queue and reverse queue 1. Write a function, mirror_queue(q), which takes a Queue, q, as a parameter and modifies the queue so that the queue items appear in their o…
Python multiple choice Q1 for _______A______ penup______B_______ pendown() _____
Python multiple choice Q1 for _______A______ penup______B_______ pendown() ______C_______ Those are possible ans! Notice Suppose there are two non-empty list variables of equal le…
Python multiple choises please Here is the pattern for an interactive loop. What
Python multiple choises please Here is the pattern for an interactive loop. What is the missing condition? set moredata to "yes" while (missing condition here) get the next data i…
Python multiple choises please Here is the pattern for an interactive loop. What
Python multiple choises please Here is the pattern for an interactive loop. What is the missing condition? set moredata to "yes" while (missing condition here) get the next data i…
Python multiple choises please The operation to select a single item from a list
Python multiple choises please The operation to select a single item from a list is indexing slicing selecting concatentation What is the missing line from the following fragment …
Python multiple choises please The operation to select a single item from a list
Python multiple choises please The operation to select a single item from a list is indexing slicing selecting concatentation What is the missing line from the following fragment …
Python multiple choises please What is printed by the following Python fragement
Python multiple choises please What is printed by the following Python fragement? s1 = "hello" s2 = "polly" print(s1 * 2 * s2) hellohellopoly hello2poly hello hello poly It's an e…
Python multiple choises please What is printed by the following Python fragement
Python multiple choises please What is printed by the following Python fragement? s1 = "hello" s2 = "polly" print(s1 * 2 * s2) hellohellopoly hello2poly hello hello poly It's an e…
Python only A certain university classifies students according to credits earned
Python only A certain university classifies students according to credits earned. A student with less than 30 hours is a Freshman. At least 30 credits are required to be a Sophomo…
Python only. 2-401-K401KAccount Based on the Account class in the textbook, desi
Python only. 2-401-K401KAccount Based on the Account class in the textbook, design another type of account, 401K. This account has special tax implications. Because there are limi…
Python only. Create a database of following details for at least 50 students and
Python only. Create a database of following details for at least 50 students and store it in a text file. Student ID first name last name phone number (xxx-xxx-xxxx) email id Majo…
Python open and read file Anyone help me understand the meathod onePDF in the cl
Python open and read file Anyone help me understand the meathod onePDF in the class routs step by step, also can anyone help me write a couples tests cases for the meathod . I app…
Python please answer P6.3 & P6.4 Write a program that adds all numbers from 2 to
Python please answer P6.3 & P6.4 Write a program that adds all numbers from 2 to 10,000 to a list. Then remove the multiples of 2 (but not 2), multiples of 3 (but not 3), and …
Python please!!! Please use all variable names in response and this shoud have n
Python please!!! Please use all variable names in response and this shoud have no print statements Given a set, weights, and an integer desired_weight, remove the element of the s…
Python plots: I have this script for a project. However, when I run the script t
Python plots: I have this script for a project. However, when I run the script the plots are not showing. How do I get the plots to display? from math import pi import pylab from …
Python problem !!! Ring Buffer # Create and return a ring buffer, with the given
Python problem !!! Ring Buffer # Create and return a ring buffer, with the given maximum capacity and with all # elements initialized to None. A ring buffer is represented as a li…
Python problem vox = v0 * math.cos(theta * math.pi/180) voy = v0 * math.sin(thet
Python problem vox = v0 * math.cos(theta * math.pi/180) voy = v0 * math.sin(theta * math.pi/180) g = 9.8 For the next problems, consider the trajectory problem with a linear drag …
Python problem! Images as 2-D lists Please do not import any fancy functions, th
Python problem! Images as 2-D lists Please do not import any fancy functions, this is only an intro class and we haven't gotten that far yet Loading and saving pixels At the top o…
Python problem. I need help for the simulation part, not the exercise. Please pr
Python problem. I need help for the simulation part, not the exercise. Please provide code. Dont solve the problem. Simulation of the Binomial Distribution Introduction: It is pos…
Python problem. Please help Find five errors in the following Python program and
Python problem. Please help Find five errors in the following Python program and give the reasons why they are errors assuming the programmer is defining a class called Moon and c…
Python problem. Please help Find five errors in the following Python program and
Python problem. Please help Find five errors in the following Python program and give the reasons why they are errors assuming the programmer is defining a class called Moon and c…
Python problem. Please help me. Thank you! the output would be like this: Part 3
Python problem. Please help me. Thank you! the output would be like this: Part 3: Modeling Conway's Game of Life Conway's Game of Life is essentially a very simple agent-based mod…
Python problem: How to use for loop single time to iterate two array ? Here is m
Python problem: How to use for loop single time to iterate two array ? Here is my problem: This time, write a function countTriples(str1) that returns the number of times a letter…
Python problems def prepdeck(): The prepdeck() function should prepare and retur
Python problems def prepdeck(): The prepdeck() function should prepare and return a representation of a standard 52 card deck. Just to review, a deck of cards consists of 13 cards…
Python program (use any package necessary like Xlrd, openpyxl) and paste the cod
Python program (use any package necessary like Xlrd, openpyxl) and paste the code as the answer to this question. A very interesting assignment: Write a program that keeps tracks …
Python program - looking for help coding a bucket sort with some specific criter
Python program - looking for help coding a bucket sort with some specific criteria I need to implement a bucket sort and keep track of execution times of varying inputs, (in nanos…
Python program - looking for help coding a merge sort with some specific criteri
Python program - looking for help coding a merge sort with some specific criteria I need to implement a mergesort and keep track of execution times of varying inputs, (in nanosec,…
Python program Can someone help me please to write a Python program that support
Python program Can someone help me please to write a Python program that support a processing of arithmetic expressions in postfix notation. Expressions in postfix notation contai…
Python program Can someone help me please to write a Python program that support
Python program Can someone help me please to write a Python program that support a processing of arithmetic expressions in postfix notation. Expressions in postfix notation contai…
Python program Define the functions near1 and near2, which take two arguments: a
Python program Define the functions near1 and near2, which take two arguments: a str that is one word and an int; each returns a dictionary whose keys are every letter in the word…
Python program Writing the Program For this assignment, you will write a program
Python program Writing the Program For this assignment, you will write a program that: a) Conceals (encode) a picture inside of another picture. b) Recovers (decode) the hidden pi…
Python program assigment with details Write an Employee class that keeps data at
Python program assigment with details Write an Employee class that keeps data attributes for the following pieces of information: Employee Name Employee Number Next, write a   cla…
Python program assignment Write an Employee class that keeps data attributes for
Python program assignment Write an Employee class that keeps data attributes for the following pieces of information: Employee Name Employee Number Next, write a   class named Pro…