Browse P
Alphabetical listing with fast deep pagination.
81033 items • Page 163 / 1621
PYTHON I need help with fixing my code. thank you. **You have a unique ID number
PYTHON I need help with fixing my code. thank you. **You have a unique ID number, which is represented by the variable id, containing a string of numbers. Write a program that con…
PYTHON IDLE Imagine the current password for the administrator of a server is “a
PYTHON IDLE Imagine the current password for the administrator of a server is “as1987Jantu35*^ft$TTTdyuHi28Mary”. Write a program for checking the password to login as the admin. …
PYTHON IS3073 1. A group of statisticians at a local college has asked you to cr
PYTHON IS3073 1. A group of statisticians at a local college has asked you to create a set of functions that compute the median and mode of a set of numbers, as defined in Section…
PYTHON Implement the compute_root function. This function applies Newton’s metho
PYTHON Implement the compute_root function. This function applies Newton’s method of successive approximation as described above to find a root of the polynomial function. It take…
PYTHON Implement the recursive function traverse ( String,int ) that takes as in
PYTHON Implement the recursive function traverse (String,int) that takes as input a pathname of a folder (as a String) and an Integer d and prints on the screen the pathname of ev…
PYTHON Implement the recursive function traverse () that takes as input a pathna
PYTHON Implement the recursive function traverse () that takes as input a pathname of a folder (as a String) and an Integer d and prints on the screen the pathname of every file a…
PYTHON Implement the recursive function traverse () that takes as input a pathna
PYTHON Implement the recursive function traverse () that takes as input a pathname of a folder (as a String) and an Integer d and prints on the screen the pathname of every file a…
PYTHON In this lab, we will be using a file from h... Bookmark PYTHON In this la
PYTHON In this lab, we will be using a file from h... Bookmark PYTHON In this lab, we will be using a file from http://www.databasebasketball.com/stats_download.htm. Download the …
PYTHON Its a single assignment and i have already written the whole code but whe
PYTHON Its a single assignment and i have already written the whole code but where it says your code here you have fill that space. Please go over all the instructions as given in…
PYTHON LANGUAGE Your assignment is to write the following magic methods for the
PYTHON LANGUAGE Your assignment is to write the following magic methods for the Date class. Each method must be written in the order asked. Please complete each method to complete…
PYTHON LANGUAGE: Write test cases to test the following program for accuracy, us
PYTHON LANGUAGE: Write test cases to test the following program for accuracy, using a white-box testing method. The program is intended to display a menu and ask the user to enter…
PYTHON LANGUAGE: Write test cases to test the following program for accuracy, us
PYTHON LANGUAGE: Write test cases to test the following program for accuracy, using a black-box testing method. The program is intended to make change for a purchase, given a cost…
PYTHON LANGUAJE A cyber-security company called UltraHackz is interested in find
PYTHON LANGUAJE A cyber-security company called UltraHackz is interested in finding talented computer science students. To do so, they post a challenge you find very interesting. …
PYTHON MERGESORT RECURSIVE FUNCTION I am having issues regarding my merge_sort f
PYTHON MERGESORT RECURSIVE FUNCTION I am having issues regarding my merge_sort function, specifically performing recursive sorting the right sub-list. The hint that was given for …
PYTHON MULTI CHOICE 1) What is wrong with the following code snippet? mystery(10
PYTHON MULTI CHOICE 1) What is wrong with the following code snippet? mystery(10, 2) def mystery(num1, num2): result = num1 ** num2 return result nothing, it will return 20 nothin…
PYTHON MULTI CHOICE 1a) Consider the following recursive function: What does thi
PYTHON MULTI CHOICE 1a) Consider the following recursive function: What does this function do? It prints a positive value backward, digit by digit 1b) Complete the code for the re…
PYTHON MULTI CHOICE QUESTIONS 1a) What is the value of names after the following
PYTHON MULTI CHOICE QUESTIONS 1a) What is the value of names after the following code segment has run? 1b) What is the value of the variable indexValue after the following code sn…
PYTHON MULTI CHOICE URGENT 1) Consider the following code segment. It is suppose
PYTHON MULTI CHOICE URGENT 1) Consider the following code segment. It is supposed to count the number of digits (0 - 9) in a string, text. What line of code should be placed in th…
PYTHON MULTIPLE CHOICE 1a) The ______ method returns all of a dictionary’s keys
PYTHON MULTIPLE CHOICE 1a) The ______ method returns all of a dictionary’s keys and their associated values as a sequence of tuples. 1b) The ________ method returns the value asso…
PYTHON MULTIPLE CHOICE 1a) What is the output of the following code snippet? 1b)
PYTHON MULTIPLE CHOICE 1a) What is the output of the following code snippet? 1b) What is stored in x at the end of this code segment? 1c) Which of the following statements creates…
PYTHON MYSQL QUESTIONS *ONLY ANSWER IF ANSWERING ALL 5* Use the variables below
PYTHON MYSQL QUESTIONS *ONLY ANSWER IF ANSWERING ALL 5* Use the variables below for Question 1 Question 3 Use the variables below for Question 5 ima fail if I dont know this stuff…
PYTHON ONLY (Science: day of the week) Zeller’s congruence is an algorithm devel
PYTHON ONLY (Science: day of the week) Zeller’s congruence is an algorithm developed by Christian Zeller to calculate the day of the week. The formula is h = ¢q + j26(m + 1)k + k …
PYTHON ONLY PLEASE! 1. Open four websites of your choice a. Print the title of e
PYTHON ONLY PLEASE! 1. Open four websites of your choice a. Print the title of each website 2. Open the web page https://commons.wikipedia.org/wiki/Main_Page …
PYTHON ONLY PYTHON ONLY Write a function called count_vowels() using what we lea
PYTHON ONLY PYTHON ONLY Write a function called count_vowels() using what we learned this week about list and recursive function. Here are the requirements: 1. solution uses recur…
PYTHON ONLY Write a function called count_vowels() using what we learned this we
PYTHON ONLY Write a function called count_vowels() using what we learned this week about list and recursive function. Here are the requirements: 1. solution uses recursive functio…
PYTHON ONLY! PLEASE FOLLOW DIRECTIONS! DIRECTIONS: import math import stdio # Re
PYTHON ONLY! PLEASE FOLLOW DIRECTIONS! DIRECTIONS: import math import stdio # Reads in the displacements produced by bead_tracker.py from standard # input; computes an estimate of…
PYTHON ONLY! PLEASE FOLLOW DIRECTIONS! DIRECTIONS: import math import stdio impo
PYTHON ONLY! PLEASE FOLLOW DIRECTIONS! DIRECTIONS: import math import stdio import sys class Location: """ Represents a location on Earth. """ def __init__(self, lat, lon): """ Co…
PYTHON ONLY! PLEASE FOLLOW DIRECTIONS! DIRECTIONS: import sys import stdio from
PYTHON ONLY! PLEASE FOLLOW DIRECTIONS! DIRECTIONS: import sys import stdio from linkedstack import Stack # Reads in a string as command-line argument and writes True if its # pare…
PYTHON ONLY, PLEASE FOLLOW DIRECTIONS GIVEN! DIRECTIONS: import stdio import sys
PYTHON ONLY, PLEASE FOLLOW DIRECTIONS GIVEN! DIRECTIONS: import stdio import sys # Returns the GCD of p and q, computed using Euclid's algorithm. def _gcd(p, q): return p if q == …
PYTHON ORDERED HASHTABLE I\'m having touble with the following assignment and im
PYTHON ORDERED HASHTABLE I'm having touble with the following assignment and implementation of an array-backed ordered hashtable in python. Ordered Hashtable Overview For this ass…
PYTHON ORDERED HASHTABLE Ordered Hashtable Overview For this assignment you will
PYTHON ORDERED HASHTABLE Ordered Hashtable Overview For this assignment you will update and complete the implementation of the hashtable data structure presented in class, which e…
PYTHON ORDERED HASHTABLE Ordered Hashtable Overview For this assignment you will
PYTHON ORDERED HASHTABLE Ordered Hashtable Overview For this assignment you will update and complete the implementation of the hashtable data structure presented in class, which e…
PYTHON PLEASE PART 1: (1) Build the ItemToPurchase class with the following spec
PYTHON PLEASE PART 1: (1) Build the ItemToPurchase class with the following specifications: Attributes item_name (srting) item_price (float) item_quantity (int) Default constructo…
PYTHON PLEASE simple as possible In a a game of tic tac toe, two players take tu
PYTHON PLEASE simple as possible In a a game of tic tac toe, two players take turns marking an available cell in a 3X3 grid with their respective tokens (either X or O). When one …
PYTHON PLEASE! and some comments/explanations along the way would be really help
PYTHON PLEASE! and some comments/explanations along the way would be really helpful in order to follow along! thank you!! :) define tickets (number, is_member). It calculates and …
PYTHON PLEASE! and some comments/explanations along the way would be really help
PYTHON PLEASE! and some comments/explanations along the way would be really helpful in order to follow along! thank you!! :) define tickets (number, is_member). It calculates and …
PYTHON PLEASE. Add a class MultiChoiceQuestion to the question hierarcy of secti
PYTHON PLEASE. Add a class MultiChoiceQuestion to the question hierarcy of section 10.1 that allows multiple correct choices. The respondant should provide all correct choices, se…
PYTHON PROBLEM 1c. (2 pts) Write a regular expression patterm that matches the s
PYTHON PROBLEM 1c. (2 pts) Write a regular expression patterm that matches the same strings described in part lb. But in addition for this pattern, ensure group 1 is the month; gr…
PYTHON PROBLEM 2. (5 pts) Write a regular expression patterm that matches string
PYTHON PROBLEM 2. (5 pts) Write a regular expression patterm that matches strings representing trains. Asingle letter stands for each kind of car in a train: Engine, Caboose, Boxc…
PYTHON PROBLEM 4. (6 pts) Write a function named multi_search, that takes two op
PYTHON PROBLEM 4. (6 pts) Write a function named multi_search, that takes two open files as arguments and returns a list of 3-tuples as a result (based on the information in both …
PYTHON PROBLEM Current functions for the question: def reviewer_rank(db : {str:{
PYTHON PROBLEM Current functions for the question: def reviewer_rank(db : {str:{(str,int)}}) -> [(str,int)]: pass def reviewer_nested_dict(db : {str:{(str,int)}}) -> {str:{s…
PYTHON PROBLEM please provide code and have Exercise: Binary Search Tree Practic
PYTHON PROBLEM please provide code and have Exercise: Binary Search Tree Practice A significant portion of the code has already been implemented and is able to be copied and worke…
PYTHON PROBLEM: Given in the problem: Note this code is using PYTHON def osc_der
PYTHON PROBLEM: Given in the problem: Note this code is using PYTHON def osc_derivatives(state,time): # state is a vector of current values and time is the time array x, v = state…
PYTHON PROBLEM: JUST PART 1C PLEASE lb. (5 pts) Write a regular expression patte
PYTHON PROBLEM: JUST PART 1C PLEASE lb. (5 pts) Write a regular expression pattern that matches dates according to the following rules: date are written in three parts, in the ord…
PYTHON PROGGRAM Credit Card Number Check. The last digit of a credit card number
PYTHON PROGGRAM Credit Card Number Check. The last digit of a credit card number is the check digit, which protects against transcription errors such as an error in a single digit…
PYTHON PROGRAM (NOT JAVA) Do not use import please. i didn\'t learn import yet .
PYTHON PROGRAM (NOT JAVA) Do not use import please. i didn't learn import yet . Thank you Problem 1: Rolodex (Note: A Rolodex is a Contact List) Write a program that manages a rol…
PYTHON PROGRAM 2) DictOperations.py Define a dictionary called “agencies” that s
PYTHON PROGRAM 2) DictOperations.py Define a dictionary called “agencies” that stores a mapping of • acronyms CCC, FCC, FDIC, SSB, WPA, (as keys) and • federal government agencies…
PYTHON PROGRAM HELP PLEASE... Write the following functions and provide a progra
PYTHON PROGRAM HELP PLEASE... Write the following functions and provide a program to test them./a.def allTheSame(x. y. z) (returning true if the arguments are all the same) b.def …
PYTHON PROGRAM LANGUAGE A pair of random number x and y can be generated with th
PYTHON PROGRAM LANGUAGE A pair of random number x and y can be generated with the python statement x,y=np.random.rand(2) Write a function to experimentally determine pi, the ratio…
PYTHON PROGRAM LANGUAGE A pair of random number x and y can be generated with th
PYTHON PROGRAM LANGUAGE A pair of random number x and y can be generated with the python statement x,y=np.random.rand(2) Write a function to experimentally determine pi, the ratio…