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 166 / 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!! PLEASE HELP!!! The CSV file is included Example \"info\" file: ID Name
PYTHON!! PLEASE HELP!!! The CSV file is included Example "info" file: ID Name Type 1" Type 2 Generation Legendary 1, "Bulbasaur", Grass Poison 1, "FALSE" 6, "Charizard "Fire 4, "C…
PYTHON!! thanks! suppose theres a class called books and a class called Patron a
PYTHON!! thanks! suppose theres a class called books and a class called Patron and a class called library how would i complete these two functions 1) return_book(self, library, bo…
PYTHON!!!! PLEASE HELP USING PYTHON CODE!!!!!!
PYTHON!!!! PLEASE HELP USING PYTHON CODE!!!!!! <><><><><><><><><><><><><><><><><…
PYTHON- A movie theater only keeps a percentage of the revenue earned from ticke
PYTHON- A movie theater only keeps a percentage of the revenue earned from ticket sales. The remainder goes to the movie distributor. Write a program, in python, that calculates a…
PYTHON- I need help figuring out how you would read a file into a list THEN what
PYTHON- I need help figuring out how you would read a file into a list THEN what code you would use to find outt, for example, how many people were born in a specific year, writin…
PYTHON---Please help 1. See the following relations : R, S, T, , and A × A : R =
PYTHON---Please help 1. See the following relations : R, S, T, , and A × A : R = {(1, 1), (1, 2), (1, 3), (3, 3)} S = {(1, 1)(1, 2), (2, 1)(2, 2), (3, 3)} T = {(1, 1), (1, 2), (2,…
PYTHON. Write a program that requests a state abbreviation as input and displays
PYTHON. Write a program that requests a state abbreviation as input and displays the justices appointed from that state. The justices should be ordered by their years served. The …
PYTHON. Write a program that requests the name of a state as input and displays
PYTHON. Write a program that requests the name of a state as input and displays the abbreviation, nickname, and capital of the state.In Exercises 21 and 22, use the file Oscars.tx…
PYTHON.\" Write a function called start_codon which accepts a DNA sequence as it
PYTHON." Write a function called start_codon which accepts a DNA sequence as its argument and returns the first codon as a string. Assume the sequence is in frame." I'm new to pyt…
PYTHON3 PLEASE! Imagine a population of Foxes and Rabbits living in an enclosed
PYTHON3 PLEASE! Imagine a population of Foxes and Rabbits living in an enclosed space. Each year, some animals are born and some die. Foxes will cause some of the rabbits to die. …
PYTHON3 PLEASE! Overview: We will create a program that prints numbers as Roman
PYTHON3 PLEASE! Overview: We will create a program that prints numbers as Roman Numerals. You can read more about how Roman Numerals work on Wikipedia https://en.wikipedia.org/wik…
PYTHON3 SOLUTION PLEASE! Suppose we have two dictionaries with student ids and s
PYTHON3 SOLUTION PLEASE! Suppose we have two dictionaries with student ids and scores attached to them for two different assignments. We want to combine these two dictionaries int…
PYTHON3 feel free to call previous functions, including one called \"def is_vali
PYTHON3 feel free to call previous functions, including one called "def is_valid_coord(board,r,c) which determines if a coordinate is actually on our board def count_pieces_by_col…
PYTHON3, NO IMPORTS, NO PANDAS: Your challenge for this problem is to create a f
PYTHON3, NO IMPORTS, NO PANDAS: Your challenge for this problem is to create a function process_book that takes in 2 arguments: book_name and mode. book_name: the string that is t…
PYTHON3.X ( please comment code as well) In this program you will be writing dat
PYTHON3.X ( please comment code as well) In this program you will be writing data to and reading data from a file.  A good way to start to this assignment is to begin by getting t…
PYTHON: 1. 2. Write a recursive function depthCount0 that takes an arbitrarily n
PYTHON: 1. 2. Write a recursive function depthCount0 that takes an arbitrarily nested list as a parameter and returns the maximum depth to which the list has nested sublists. For …
PYTHON: 2 STEP 1) Write a PYTHON program named program6_1.py that prompts the us
PYTHON: 2 STEP 1) 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 mus…
PYTHON: 5.45 The function avgavg() takes as input a list whose items are lists o
PYTHON: 5.45 The function avgavg() takes as input a list whose items are lists of three numbers. Each three-number list represents the three grades a particular student received f…
PYTHON: 6.21 Write function ticker) that takes a string (the name of a file) as
PYTHON: 6.21 Write function ticker) that takes a string (the name of a file) as input. The file will contain company names and stock (ticker) symbols. In this file, a company name…
PYTHON: A file of student records contains name, sex (M or F), age (in years) an
PYTHON: A file of student records contains name, sex (M or F), age (in years) and marital status (single or married) for each student. Design and algorithm that will read through …
PYTHON: Any help would be appreciate. I\'ve tried readline command. Not getting
PYTHON: Any help would be appreciate. I've tried readline command. Not getting much success. The import.txt file attached to this Exam summarizes all of the company imports of pet…
PYTHON: At the end of this and other textbooks, there usually is an index that l
PYTHON: At the end of this and other textbooks, there usually is an index that lists the pages where a certain word appears. In this problem, you will create an index for a text b…
PYTHON: Develop an inheritance hierarchy based upon a Polygon class that has abs
PYTHON: Develop an inheritance hierarchy based upon a Polygon class that has abstract methods area( ) and perimeter( ). Implement classes Triangle, Quadrilateral, Pentagon, Hexago…
PYTHON: Implement Functions addFirst, addLast, addBefore, addAfter class Node: d
PYTHON: Implement Functions addFirst, addLast, addBefore, addAfter class Node: def __init__(self, value): self.value = value self.next = None self.prev = None def getValue(self): …
PYTHON: In this programming exercise, you will create a simple trivia game for t
PYTHON: In this programming exercise, you will create a simple trivia game for two players. The program will work like this: Starting with player 1, each player gets a turn at ans…
PYTHON: Lottery Number Generator Question: Design a program that generates a sev
PYTHON: Lottery Number Generator Question: Design a program that generates a seven-digit lottery number. The program should generate seven random numbers, each in the range of 0 t…
PYTHON: QUESTION 5. Write a function extractNumber() that takes a string as a pa
PYTHON: QUESTION 5. Write a function extractNumber() that takes a string as a parameter. The function accumulates all of the digits in the string into a new string and then return…
PYTHON: QUESTION 7. The following function, in file block.py, is supposed to tak
PYTHON: QUESTION 7. The following function, in file block.py, is supposed to take a string as argument and return a string that blocks the text in groups of 2. Eg block ('hello wo…
PYTHON: Suppose three people acquire a bag of jewels, and know the exact (positi
PYTHON: Suppose three people acquire a bag of jewels, and know the exact (positive) value of each. They wish to know whether or not is is possible to divide up the jewels so that …
PYTHON: The AdultStudent class has one private instance variable major which is
PYTHON: The AdultStudent class has one private instance variable major which is a String. It also has a private constant AGE_MAJ which is set to 18 and represents the age of major…
PYTHON: The Higher/Lower Game is the traditional game where a person tries to gu
PYTHON: The Higher/Lower Game is the traditional game where a person tries to guess a number. After each guess, they will be told to guess higher if they guessed too low or told t…
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 used…
PYTHON: This homework requires you to write your code in the form of functions.
PYTHON: This homework requires you to write your code in the form of functions. While the same output can be achieved without using functions. Your code should have functions in t…
PYTHON: Write a GUI class Game that implements a number guessing game. The GUI s
PYTHON: Write a GUI class Game that implements a number guessing game. The GUI should start by choosing a random number between 1 and 100 (using a function from the random module)…
PYTHON: Write a GUI class Game that implements a number guessing game. The GUI s
PYTHON: Write a GUI class Game that implements a number guessing game. The GUI should start by choosing a random number between 1 and 100 (using a function from the random module)…
PYTHON: Write a Temperature class to represent Celsius and Fahrenheit temperatur
PYTHON: Write a Temperature class to represent Celsius and Fahrenheit temperatures. Your goal is to make this client code work: >>> #constructors >>> t1 = Temper…
PYTHON: Write a function findDigits() that takes a string as a parameter and ret
PYTHON: Write a function findDigits() that takes a string as a parameter and returns a list containing all of the digits that appear in the string. If the string does not contain …
PYTHON: Write a function letter2number() that takes a string representing a lett
PYTHON: Write a function letter2number() that takes a string representing a letter grade as a parameter and returns the grade point associated with that grade. The grade letter wi…
PYTHON: Write a function printPositive() that takes a string representing the na
PYTHON: Write a function printPositive() that takes a string representing the name of an input file as a parameter. The input file contains numbers (integer or floating point), on…
PYTHON: Write a vote counting program that reads a vote file and print out the r
PYTHON: Write a vote counting program that reads a vote file and print out the ranked list of candidates The vote file format is like this: John, jimmy, Lilly Joseph, linda Essent…
PYTHON: please add 2 more classes and 2 more methods to each of those classes th
PYTHON: please add 2 more classes and 2 more methods to each of those classes that relates to the game. As long as it relates to the game the 2 classses and 4 methods can be anyth…
PYTHON: please add 2 more classes and 2 more methods to each of those classes th
PYTHON: please add 2 more classes and 2 more methods to each of those classes that relates to the game. As long as it relates to the game the 2 classses and 4 methods can be anyth…
PYTHON:1.Assume that message is a String variable. Write a statement to display
PYTHON:1.Assume that message is a String variable. Write a statement to display its value on standard output. 2.Assume that word is a String variable. Write a statement to display…
PYTHON:?The most natural solution to this question uses a while loop. The mathem
PYTHON:?The most natural solution to this question uses a while loop. The mathematical constant ? (pi) is an irrational number with value approximately 3.1415928... The precise va…
PYTHON:Write a program that represents a grocery store lineup, using the Queue c
PYTHON:Write a program that represents a grocery store lineup, using the Queue class. The program will ask the user if they want to add a person to the lineup, serve the next pers…
PYTHON:please display code in python Part 1: Determining the Values for a Sine F
PYTHON:please display code in python Part 1: Determining the Values for a Sine Function Write a Python program that displays and describes the equation for plotting the sine funct…
PYTHONAssume you have a variable , budget, that is associated with a positive in
PYTHONAssume you have a variable , budget, that is associated with a positive integer. Assume you have another variable , shopping_list, that is a tuple of strings representing it…
PYTHON~ Write a Temperature class to represent Celsius and Fahrenheit temperatur
PYTHON~ Write a Temperature class to represent Celsius and Fahrenheit temperatures. Your goal is to make this client code work: >>> #constructors >>> t1 = Temper…
PYTHOn 3.6 Provide .py Write a function numPods(ifile,n) which will call buildPo
PYTHOn 3.6 Provide .py Write a function numPods(ifile,n) which will call buildPods(ifile) to build a list, take that list and return the first entry of the list at n and the secon…
PYTON 3 HELP!!!!! Doctors calculate and use your body mass index, or BMI, for me
PYTON 3 HELP!!!!! Doctors calculate and use your body mass index, or BMI, for measuring your quality of health in terms of your weight or height. The formula for calculating one's…