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 162 / 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 CODE PLEASE • Three static constants named SLOW, MEDIUM, and FAST with th
PYTHON CODE PLEASE • Three static constants named SLOW, MEDIUM, and FAST with the values 1, 2, and 3 to denote the fan speeds. • A private int data filed named “speed” that specif…
PYTHON CODE The figure on the left is an example of “triangular” numbers, the fi
PYTHON CODE The figure on the left is an example of “triangular” numbers, the figure on the right an example of “square” numbers. Each figure adds a gnomon, another layer, to the …
PYTHON CODE: Consider the equation X 4 = X 3 +10. [a,b]= [2,3] 33 steps of the B
PYTHON CODE: Consider the equation X4= X3+10. [a,b]= [2,3] 33 steps of the Bisection method are requiired to calculate the solution within 10-10. Write a PYTHON code to implement …
PYTHON CODE: Consider the equation X 4 = X 3 +10. [a,b]= [2,3] Write a PYTHON co
PYTHON CODE: Consider the equation X4= X3+10. [a,b]= [2,3] Write a PYTHON code to find the number of steps of Bisection method are required to calculate the solution within 10-10.…
PYTHON CODE: Fractal Design using Turtle Graphics: A four-step algorithm creates
PYTHON CODE: Fractal Design using Turtle Graphics: A four-step algorithm creates this fractal: Specify an intricacy level, a positive integer for the fractal. Start with a straigh…
PYTHON CODE:: Chapter 9 Assignment (25 pts.): Blackjack Simulation Previously in
PYTHON CODE:: Chapter 9 Assignment (25 pts.): Blackjack Simulation Previously in this chapter you saw the card_dealer.py program that simulates cards being dealt from a deck. Enha…
PYTHON CODES STARTING WITH def: 1.you are writing a program to analyze stock mar
PYTHON CODES STARTING WITH def: 1.you are writing a program to analyze stock market prices. the prices are stored "stockprices.txt". each line contains 3 items seperated by commas…
PYTHON CODING (DISCRETE STRUCTURES): (15 pts) Consider a set S ofn elements, ai,
PYTHON CODING (DISCRETE STRUCTURES): (15 pts) Consider a set S ofn elements, ai, a, ..., an). As we discussed in class, the power set of S, denoted P(S), is the set of all subsets…
PYTHON CODING (DISCRETE STRUCTURES): (20 pts) Now, consider the following practi
PYTHON CODING (DISCRETE STRUCTURES): (20 pts) Now, consider the following practical problem. Suppose that you're in charge of picking a set of xperiment has an ID number, an as so…
PYTHON CODING QUESTION As part of your new exercise regime, you\'re doing a lot
PYTHON CODING QUESTION As part of your new exercise regime, you're doing a lot of drills up and down stairs. In order to help you get motivated for tomorrow's set of stairs, you d…
PYTHON Calculate a weighted grade from data contained in a file. (A weighted tot
PYTHON Calculate a weighted grade from data contained in a file. (A weighted total is computed by multiplying each grade by the corresponding weight and adding them together.) You…
PYTHON Change the function, citiesState(locLst,st) where locLst is a list of cit
PYTHON Change the function, citiesState(locLst,st) where locLst is a list of cities and states in the following format: ‘city, state’ There can be any number of spaces before and …
PYTHON Changing Sort Keys Make sure you have read and understood both m odules A
PYTHON Changing Sort Keys Make sure you have read and understood both modules A and B this week, and module 2R - Lab Homework Requirements before submitting this assignment. Hand …
PYTHON Class DateProfile Create a class called DateProfile that has the followin
PYTHON Class DateProfile Create a class called DateProfile that has the following instance attributes: .gender - a single character string, the gender of the applicant ('M or 'F).…
PYTHON Complete the GuessingGame class, so that it behaves as follows.(THERE IS
PYTHON Complete the GuessingGame class, so that it behaves as follows.(THERE IS CODE BELOW, IT ISN'T FINISHED BUT IT IS GIVEN FOR US TO COMPLETE) A. At the beginning, the program …
PYTHON Computer Dating Date Profiles Class DateProfile Create a class called Dat
PYTHON Computer Dating Date Profiles Class DateProfile Create a class called DateProfile that has the following instance attributes: gender - a single character string, the gender…
PYTHON Consider the following code fragment (assumed to be in an otherwise corre
PYTHON Consider the following code fragment (assumed to be in an otherwise correct program) shared-max = 200 def get-max(self): def set max(self, new.max): return self.shared max …
PYTHON Consider the following sentences written in Klingon. For each sentence, t
PYTHON Consider the following sentences written in Klingon. For each sentence, the part of speech of each “word” has been given (for ease of translation, some prefixes/suffixes ha…
PYTHON Craps is a dice-based game played in many casinos. Like blackjack, a play
PYTHON Craps is a dice-based game played in many casinos. Like blackjack, a player plays against the house. The game starts with the player throwing a pair of standard, six-sided …
PYTHON Craps is a dice-based game played in many casinos. Like blackjack, a play
PYTHON Craps is a dice-based game played in many casinos. Like blackjack, a player plays against the house. The game starts with the player throwing a pair of standard, six-sided …
PYTHON Explain lines 20, 22, 24, and 28. Also, create line 26 and explain the so
PYTHON Explain lines 20, 22, 24, and 28. Also, create line 26 and explain the solution. Def (): # Declare local variables number = 5 number_list = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] …
PYTHON Extend the program such that a user can add artists, albums, and songs to
PYTHON Extend the program such that a user can add artists, albums, and songs to the library. First, add a command that adds an artist name to the music dictionary. Then add comma…
PYTHON FUNCTION: PLEASE SERIOUS PROGRAMER AND FOLLOW INSTRUCTIONS . THANKS!! Pro
PYTHON FUNCTION: PLEASE SERIOUS PROGRAMER AND FOLLOW INSTRUCTIONS . THANKS!! Program 2 (20 pts) Fall 2016 Credit Card Number Validation: The Luhn check or the Mod 10 check In 1954…
PYTHON FUNCTIONS PLEASE! Write function headers with comments for the tasks desc
PYTHON FUNCTIONS PLEASE! Write function headers with comments for the tasks described below. Computing the larger of two integers Computing the smallest of three floating-point nu…
PYTHON FUNCTIONS PLEASE! Write the following functions and provide a program to
PYTHON FUNCTIONS PLEASE! Write the following functions and provide a program to test them. def firstDigit(n) (returning the first digit of the argument) def lastDigit(n) (returnin…
PYTHON HELP 1. We will pass in 2 values, X and Y. You should calculate XYXY and
PYTHON HELP 1. We will pass in 2 values, X and Y. You should calculate XYXY and output only the final result. You will probably know that XYXY can be calculated as X times itself …
PYTHON HELP MAKING CHANGES TO THE MAP FILE AND PRODUCING A GEOJSON FILE. I NEED
PYTHON HELP MAKING CHANGES TO THE MAP FILE AND PRODUCING A GEOJSON FILE. I NEED A SNAPSHOT OF THE MAP. WHEN DONE. make the necessary changes to map.py to produce a file_houston.ge…
PYTHON HELP PLEASE!!! (Please fix code below, I am coming up with error code: ex
PYTHON HELP PLEASE!!! (Please fix code below, I am coming up with error code: expected an indented block after line marked in bold. see pic....) import numpy as np import matplotl…
PYTHON HELP To create a instance of a class, we call the class using the class n
PYTHON HELP To create a instance of a class, we call the class using the class name and pass all the parameters that the __init__ method accepts except the self attribute. Here yo…
PYTHON HELP To create a instance of a class, we call the class using the class n
PYTHON HELP To create a instance of a class, we call the class using the class name and pass all the parameters that the __init__ method accepts except the self attribute. Here yo…
PYTHON HELP Write a Python program that will input a monetary (dollar) value and
PYTHON HELP Write a Python program that will input a monetary (dollar) value and determine the minimum number of coins (quarters, dimes, nickels and pennies) whose total equals th…
PYTHON HELP! 1) Write a program that prompts the user for two integers and then
PYTHON HELP! 1) Write a program that prompts the user for two integers and then prints: a) The sum b) The difference c) The product d) The average e) The distance (absolute value …
PYTHON HELP! 1) Write a program that prompts the user for two integers and then
PYTHON HELP! 1) Write a program that prompts the user for two integers and then prints: a) The sum b) The difference c) The product d) The average e) The distance (absolute value …
PYTHON HELP! From Chapter 7 Design and write a program that asks the user to ent
PYTHON HELP! From Chapter 7 Design and write a program that asks the user to enter a store's sales for each day of the week (i.e., 7 days total) using the names of the days. The s…
PYTHON HELP! PLEASE HELP ME FIX THIS CODE! The assignment is posted as well. 2 #
PYTHON HELP! PLEASE HELP ME FIX THIS CODE! The assignment is posted as well. 2 #Find the sum of all even numbers between 0 and 10 (inclusive) 3 def sumofAllEvenNumbersBetweenzeroA…
PYTHON HELP!! :( Create text analyzer that processes text and provides informati
PYTHON HELP!! :( Create text analyzer that processes text and provides information about its word contents. One thing it should be able to support is the ability to create a repor…
PYTHON HELP. WILL GIVE THUMBS UP FOR ANSWER! Consider the following students’ sc
PYTHON HELP. WILL GIVE THUMBS UP FOR ANSWER! Consider the following students’ scores captured in separate lists (list names are on the left; e.g., students): students: Carl, Aaron…
PYTHON HELP. Will give thumbs up! Below are the header names for different enrol
PYTHON HELP. Will give thumbs up! Below are the header names for different enrollment files that must be processed. You are tasked to create a harmonized header format that includ…
PYTHON HOMEWORK! Please help (Count the occurrences of each keyword) Write a pyt
PYTHON HOMEWORK! Please help (Count the occurrences of each keyword) Write a python program that reads in a Python source code file and counts the occurrence of each keyword in th…
PYTHON Hello I need help creating this python program I have provided the requir
PYTHON Hello I need help creating this python program I have provided the requirements below. Thank you in advance. titanic.csv PassengerId Survived Pclass Sex Age SibSp Parch Far…
PYTHON Homework 4 Could you please help me answer these questions? 1.) The defau
PYTHON Homework 4 Could you please help me answer these questions? 1.) The default value for the GUI column Grid attribute is ____. a.) 0 b.) False c.) "left" d.) "right" 2.) Cons…
PYTHON Homework 4 Could you please help me answer these questions? 1.) What is t
PYTHON Homework 4 Could you please help me answer these questions? 1.) What is the name of the method in the following code segment? class Fruit :     def getColor(self) :        …
PYTHON Homework 4 Could you please help me answer these questions? 11.) Most cla
PYTHON Homework 4 Could you please help me answer these questions? 11.) Most classes include a special method named ____, which is the class's constructor. a.) _self b.) __self__ …
PYTHON Homework 4 Could you please help me answer these questions? 21.) The pick
PYTHON Homework 4 Could you please help me answer these questions? 21.) The pickle module implements a fundamental, but powerful algorithm for serializing and de-serializing a Pyt…
PYTHON Homework 4 Could you please help me answer these questions? 21.) Which of
PYTHON Homework 4 Could you please help me answer these questions? 21.) Which of the following statements about superclasses and subclasses is true? a.) A superclass is larger tha…
PYTHON How can I do a Linear Regression Diagram using the informatio below. I ne
PYTHON How can I do a Linear Regression Diagram using the informatio below. I need to use Python in order to do it. Thank you BodyMass WorkLevel Heat Production 43.7 19 177 43.7 4…
PYTHON How can I put the xlrd module into my codes. plz help. mycodes: from Tkin
PYTHON How can I put the xlrd module into my codes. plz help. mycodes: from Tkinter import * from tkFileDialog import askopenfilename def callback(): name= askopenfilename() print…
PYTHON I am having issues with this code everytime i tried to run it, it says th
PYTHON I am having issues with this code everytime i tried to run it, it says that 'file' is not define can someone help me wth this. The file that I am using is call 'muscle1.csv…
PYTHON I am working on next problem. Consider the following sentences written in
PYTHON I am working on next problem. Consider the following sentences written in Klingon. For each sentence, the part of speech of each “word” has been given (for ease of translat…
PYTHON I can\'t connect xlrd module with askopenfile. They run seperately. I wro
PYTHON I can't connect xlrd module with askopenfile. They run seperately. I wrote file location but, it will not run another computer. Please complete my codes by connected xlrd a…