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 1442 / 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 pokemon_by_types(db, types): This function accepts a pokemon database d
Python 3 pokemon_by_types(db, types): This function accepts a pokemon database db and a list of strings types. It needs to build and return a new database with only pokemon of the…
Python 3 presidents list Using python 3 I need help writing a program that will
Python 3 presidents list Using python 3 I need help writing a program that will read presidents.txt Each line in this file has four pieces of information, separated by tabs. Last …
Python 3 treasure hunt Turtle graphics Utilizing data printed in the format of [
Python 3 treasure hunt Turtle graphics Utilizing data printed in the format of ['Start', 'Top left', 0] ['South', 3, 2] ['East', 2, 0]... Create a program that will 1) go to the s…
Python 3 very beginner level...I need a detailed explanation of how to use threa
Python 3 very beginner level...I need a detailed explanation of how to use threading. My game has multiple functions. There is a graphics window with my scores displayed and a use…
Python 3!! By creating and using the helper functions 1-8, build a step by step
Python 3!! By creating and using the helper functions 1-8, build a step by step solution to the main function which implements all of the given helper functions. The notes under e…
Python 3, Include docstrings. Devclop the following Python program: a tool to co
Python 3, Include docstrings. Devclop the following Python program: a tool to convert binary numbers to decimal, and decimal numbers to binary, and a simple text-only menu to add …
Python 3, Monty Door Problem. Include docstrings. Experiment: ·Choose t he prize
Python 3, Monty Door Problem. Include docstrings. Experiment: ·Choose t he prize door randomly and uniformly over 11,231. . Choose your door randomly and uniformly over [1,2,3 Mon…
Python 3, include doc strings. 2. (a) write 100 random points in 2-space to a fi
Python 3, include doc strings. 2. (a) write 100 random points in 2-space to a file named 'cloud.pt'; each random point should lie in the square bounded by (-300,-300) and (300,300…
Python 3- given the lists list1 and list2, not necessarily of the same length, c
Python 3- given the lists list1 and list2, not necessarily of the same length, create a new list consisting of alternating elements of list1 and list2 the remaining elements of th…
Python 3-Wing 101 Integer to English word. Write a Python program (called ql.py)
Python 3-Wing 101 Integer to English word. Write a Python program (called ql.py) that, given an integer value, outputs a string with the equivalent English text of each digit. For…
Python 3. Please write the codes with indentation or screenshot! NOTE: There sho
Python 3. Please write the codes with indentation or screenshot! NOTE: There should be only ONE Frank 1 in the output. Your script should contain the two classes below as well as …
Python 3.0 1. program_p1.py This program should use a main function and two othe
Python 3.0 1. program_p1.py This program should use a main function and two other functions named playlist and savelist as follows: The main function: The main function should cre…
Python 3.0 1. program_p105.py This program should use a main function and two ot
Python 3.0 1. program_p105.py This program should use a main function and two other functions named playlist and savelist as follows: The main function: The main function should c…
Python 3.0 Blackjack (twenty-one) is a casino game played with cards. The goal o
Python 3.0 Blackjack (twenty-one) is a casino game played with cards. The goal of the game to draw cards that total as close to 21 points as possible without going over. All face …
Python 3.0 HELP!! a5q1_functions.py: Purpose: To practice testing and debugging
Python 3.0 HELP!! a5q1_functions.py: Purpose: To practice testing and debugging code that someone else wrote Degree of Difficulty Moderate In the document a5q1 functions.py you'll…
Python 3.0 HELP!! a5q2_functions.py: Purpose: More practice writing test-cases a
Python 3.0 HELP!! a5q2_functions.py: Purpose: More practice writing test-cases and implementing test-drivers. Degree of Difficulty: Moderate In the document a5q2 functions.py you'…
Python 3.0 HELP!!!! To practice testing for functions you write yourself. Degree
Python 3.0 HELP!!!! To practice testing for functions you write yourself. Degree of Difficulty Moderate For each of the following, implement the stated function, and test it: The …
Python 3.0 There are \"Programming Exercises\" for Chapter 13 on pages 562-563 i
Python 3.0 There are "Programming Exercises" for Chapter 13 on pages 562-563 in the course text. Your assignment is to write a GUI program named program131.py for Exercise 2, but …
Python 3.0 help please!!! Purpose: To practice using arrays in python. This ques
Python 3.0 help please!!! Purpose: To practice using arrays in python. This question is very easy with slicing and array indexing! Degree of Difficulty Easy Master Roshi has decid…
Python 3.0 help!! Purpose: To practice recursion on a problem that is ill-suited
Python 3.0 help!! Purpose: To practice recursion on a problem that is ill-suited to using loops. Degree of Difficulty: Moderate Aspiring pokemon trainer Ash Ketchum has caught qui…
Python 3.0 help!! a5q1_functions.py: Techniques given in the textbook: Purpose:
Python 3.0 help!! a5q1_functions.py: Techniques given in the textbook: Purpose: To practice testing and debugging code that someone else wrote Degree of Difficulty Moderate In the…
Python 3.0 via PyCharm Purpose: To distinguish between the different parts of fu
Python 3.0 via PyCharm Purpose: To distinguish between the different parts of functions and function calls. Degree of Difficulty: Easy Below is a program that uses functions to co…
Python 3.0+ Black Jace Dice Game with Help commands The rules are fairly simple,
Python 3.0+ Black Jace Dice Game with Help commands The rules are fairly simple, you roll dice and total them for your score. The player who has the highest total without going ov…
Python 3.0=< Now you need to implement a function called code_block (word, key)
Python 3.0=&lt; Now you need to implement a function called code_block (word, key) that takes an 8-letter word and an 8-digit key as parameters and encrypt each letter of the word…
Python 3.2.5 A good friend of yours is managing a fund raiser for a football tea
Python 3.2.5 A good friend of yours is managing a fund raiser for a football team. He needs a program to calculate the total amount of candy sold at a football game. The team is s…
Python 3.3 1) Which of the following are true for a string that\'s 10 characters
Python 3.3 1) Which of the following are true for a string that's 10 characters long? Select all that apply. a) The first character is indexed -10. b) The last character is indexe…
Python 3.3 Given the strings s1 and s2 , not necessarily of the same length, cre
Python 3.3 Given the strings s1 and s2 , not necessarily of the same length, create a new string consisting of alternating characters of s1 and s2 (that is, the first character of…
Python 3.4 3.6 code: Create a menu-driven program that will calculate and displa
Python 3.4 3.6 code: Create a menu-driven program that will calculate and display all the prime numbers between 2 and a user-entered limit. Your simple menu should have only 3 opt…
Python 3.4 Human readable date problem Here is my code which does not work. Plea
Python 3.4 Human readable date problem Here is my code which does not work. Please help me with this problem in python. Write the function readable-interval that takes a string co…
Python 3.4 Information encryption (Cryptography) is thousands of years old and h
Python 3.4 Information encryption (Cryptography) is thousands of years old and has been used to protect secrets, communicate messages and preserve the integrity of modern commerce…
Python 3.4 MyProgramming Lab 1. Associate the sum of the non-negative values in
Python 3.4 MyProgramming Lab 1. Associate the sum of the non-negative values in the list numbers with the variable sum. 2. Given: - a variable named "incompletes" that refers to a…
Python 3.4 MyProgramming Lab It needs to be as simple as possible. Each question
Python 3.4 MyProgramming Lab It needs to be as simple as possible. Each question is slightly different. 1. The factors of an integer are those numbers that evenly divide into the …
Python 3.4 MyProgrammingLab 1. Define a function is_prime that receives an integ
Python 3.4 MyProgrammingLab 1. Define a function is_prime that receives an integer argument and returns true if the argument is a prime number and otherwise returns false. (An int…
Python 3.4 MyProgrammingLab 1. Define a function is_prime that receives an integ
Python 3.4 MyProgrammingLab 1. Define a function is_prime that receives an integer argument and returns true if the argument is a prime number and otherwise returns false. (An int…
Python 3.4 Problem. Recursive. I need help with this problem. Many students find
Python 3.4 Problem. Recursive. I need help with this problem. Many students find it helpful when writing recursive functions to first write the function using iteration (loops). D…
Python 3.4 Programming help please Blackjack Dice Blackjack is usually played wi
Python 3.4 Programming help please Blackjack Dice Blackjack is usually played with cards. In this program we’ll be using dice to play against a dealer. The rules are fairly simple…
Python 3.4 Sorting the cars. Please help with this problem to write sort_cars().
Python 3.4 Sorting the cars. Please help with this problem to write sort_cars(). There is provided database. Part II: Sorting the Cars (3 points0 Write a function sort-cars that t…
Python 3.4 Turtle Paint program help please A new graphics file format called tu
Python 3.4 Turtle Paint program help please A new graphics file format called turtle has been created and you are tasked writing a python program to read the data from the file an…
Python 3.4 Whist card class help Whist is a card game for 4 players. It is a for
Python 3.4 Whist card class help Whist is a card game for 4 players. It is a forerunner of Bridge, but unlike Bridge, it has no bidding phase. It is played with a standard 52-card…
Python 3.4 code Infectious Disease Simulation The transmission probability is it
Python 3.4 code Infectious Disease Simulation The transmission probability is itself calculated as a product of probabilities, where these probabilities reflect many different fac…
Python 3.4 problem question. I have above class and I need to code for function
Python 3.4 problem question. I have above class and I need to code for function record_repair(cars, vin, repair_desc, repair_cost). I'm struggling with coding using class so I nee…
Python 3.4.2 Write a series of functions that can be used as part of a secret me
Python 3.4.2 Write a series of functions that can be used as part of a secret message encoder program. functions you will be writing as well as some sample code that you use use t…
Python 3.5 Code Part A: 10 points A tick is a short line that is used to mark of
Python 3.5 Code Part A: 10 points A tick is a short line that is used to mark off units of distance along a line. Write a function named drawTick() that uses a turtle parameter to…
Python 3.5 Main.py https://pastebin.com/GGMQUsix Student.py https://pastebin.com
Python 3.5 Main.py https://pastebin.com/GGMQUsix Student.py https://pastebin.com/DtQKeuzk classlist.txt: https://pastebin.com/aHJ7yHma exam.txt: https://pastebin.com/ZjKPsyv7 exam…
Python 3.5 Need the following code changed so that it is just one function, and
Python 3.5 Need the following code changed so that it is just one function, and not a class with sub-functions. The function should be read_classlist() It reads the classlist from…
Python 3.5 Please find my Student.py file here: https://pastebin.com/03Xq329B Pl
Python 3.5 Please find my Student.py file here: https://pastebin.com/03Xq329B Please find my Main.py file here: https://pastebin.com/ycZH2Snr Please note all additions need to be …
Python 3.5 URGENT HELP NEEDED Main.py https://pastebin.com/GGMQUsix Student.py h
Python 3.5 URGENT HELP NEEDED Main.py https://pastebin.com/GGMQUsix Student.py https://pastebin.com/DtQKeuzk classlist.txt: https://pastebin.com/aHJ7yHma exam.txt: https://pastebi…
Python 3.5 URGENT HELP NEEDED Main.py https://pastebin.com/GGMQUsix Student.py h
Python 3.5 URGENT HELP NEEDED Main.py https://pastebin.com/GGMQUsix Student.py https://pastebin.com/DtQKeuzk classlist.txt: https://pastebin.com/aHJ7yHma exam.txt: https://pastebi…
Python 3.5 URGENT HELP NEEDED Main.py https://pastebin.com/GGMQUsix Student.py h
Python 3.5 URGENT HELP NEEDED Main.py https://pastebin.com/GGMQUsix Student.py https://pastebin.com/DtQKeuzk classlist.txt: https://pastebin.com/aHJ7yHma exam.txt: https://pastebi…
Python 3.5 Write a program, dCount(lst,n) , which will take a 2-dimensional list
Python 3.5 Write a program, dCount(lst,n), which will take a 2-dimensional list which consists of a number (lst[i][0]) and string (lst[i][1]). The program will read each element i…