Browse U
Alphabetical listing with fast deep pagination.
19149 items • Page 255 / 383
Using Python write a function that returns number of occurrences of a particular
Using Python write a function that returns number of occurrences of a particular character in a string. Do not use any built-in functions or methods such as count of str class. de…
Using Python write a recursive function that takes text as a parameter and then
Using Python write a recursive function that takes text as a parameter and then judges whether or not the text represents a palindrome. To make the judging a bit more flexible, yo…
Using Python you are asked to write an interpreter which uses the top-down recur
Using Python you are asked to write an interpreter which uses the top-down recursive-descent method and inherited/synthesized attributes to parse and evaluate a very simple progra…
Using Python! Thanks 3. (Pangrams, 15pt) A pangram is a sentence in which every
Using Python! Thanks 3. (Pangrams, 15pt) A pangram is a sentence in which every letter of the (English alphabet) occurs at least once (upper or lower case); the most famous exampl…
Using Python! Thanks 4. (First printings, 15pt) If you\'ve ever looked at the co
Using Python! Thanks 4. (First printings, 15pt) If you've ever looked at the copyright of a book (remember, heavy thingy with pages you had to turn?) you may have seen number sequ…
Using Python!! You are to create a program that analyzes a text file and produce
Using Python!! You are to create a program that analyzes a text file and produces the following statistics: • lexical richness of the text – percentage of unique words in the text…
Using Python!!! Write a function splitter that takes a string as an argument and
Using Python!!! Write a function splitter that takes a string as an argument and then returns the new version of that string. The original string that will be passed to the functi…
Using Python!!! Write a recursive function gcd(m,n) that returns the greatest co
Using Python!!! Write a recursive function gcd(m,n) that returns the greatest common divisor of a pair of numbers. The gcd of m and n is the largest number that divides both m and…
Using Python!!! Write a recursive function gcd(m,n) that returns the greatest co
Using Python!!! Write a recursive function gcd(m,n) that returns the greatest common divisor of a pair of numbers. The gcd of m and n is the largest number that divides both m and…
Using Python!!! Write a recursive function gcd(m,n) that returns the greatest co
Using Python!!! Write a recursive function gcd(m,n) that returns the greatest common divisor of a pair of numbers. The gcd of m and n is the largest number that divides both m and…
Using Python!!!! 1.Write a recursive function printPattern() that will generate
Using Python!!!! 1.Write a recursive function printPattern() that will generate the following patterns. Note that the first argument is always a power of 2 and is the max number o…
Using Python!!!! 1.Write a recursive function printPattern() that will generate
Using Python!!!! 1.Write a recursive function printPattern() that will generate the following patterns. Note that the first argument is always a power of 2 and is the max number o…
Using Python!!!! 1.Write a recursive function printPattern() that will generate
Using Python!!!! 1.Write a recursive function printPattern() that will generate the following patterns. Note that the first argument is always a power of 2 and is the max number o…
Using Python, Big Lots wants you to conduct a simulation on customer buying a ce
Using Python, Big Lots wants you to conduct a simulation on customer buying a certain product. This is called a MonteCarlo simulation. Using the random() function, and given 100 c…
Using Python, In this assignment, we will analyze the HURDAT2 dataset for Atlant
Using Python, In this assignment, we will analyze the HURDAT2 dataset for Atlantic hurricane data from 1851 through 2017. This dataset is provided by the National Hurricane Center…
Using Python, Using Stacks: For this part of the assignment, you will write a fu
Using Python, Using Stacks: For this part of the assignment, you will write a function (calculateRPN) that uses a stack to calculate the result of an expression in Reverse Polish …
Using Python, Write a structured program that demonstrates the use of subprogram
Using Python, Write a structured program that demonstrates the use of subprograms, passing parameters and the use of control structures Password authentication The password must b…
Using Python, consider you are standing at a street corner, in a city where the
Using Python, consider you are standing at a street corner, in a city where the streets are laid out in a very regular grid pattern. At ths point you randomly choose and intersect…
Using Python, create a program that helps grade an exam. Exam scores are in sepa
Using Python, create a program that helps grade an exam. Exam scores are in separate files, so first check if the files exist, and if not keep asking for a valid file name. The pr…
Using Python, image a polygonal model in a right camera and left camera position
Using Python, image a polygonal model in a right camera and left camera positioned for a non-obstructed view of your model. Do not use parallel cameras. Use point correspondences …
Using Python, or Swift write a program that implements a backtracking algorithm
Using Python, or Swift write a program that implements a backtracking algorithm that solves the Hamilton Circuits Problem . Your program should conform to the following specificat…
Using Python, solve this problem: Steganography: Steganography is the process of
Using Python, solve this problem: Steganography: Steganography is the process of hiding secret information within other information. Take a look at this sentence: "This sentence s…
Using Python, solve this problem: Steganography: Steganography is the process of
Using Python, solve this problem: Steganography: Steganography is the process of hiding secret information within other information. Take a look at this sentence: "This sentence s…
Using Python, submit a .py file and Trivia text file. You are going to work to c
Using Python, submit a .py file and Trivia text file. You are going to work to create a Trivia Challenge game (multiple choice). You will need to modify the game so that each ques…
Using Python, write a code for the following program. 2. Quadratic Equation Writ
Using Python, write a code for the following program. 2. Quadratic Equation Write a program to determine the real roots of the quadratic equation a bx c 0 (where a 0) after reques…
Using Python, write a code that reads a Microsoft Excel CSV file named \"LabAssi
Using Python, write a code that reads a Microsoft Excel CSV file named "LabAssignment" The CSV file contains 25 colums as well close to 200 rows of data. Write a code in Python so…
Using Python, write a program that accepts two subject IDs and returns the most
Using Python, write a program that accepts two subject IDs and returns the most recent common ancestor of the two indiciduals if there is any, otherwise return None. Use the follo…
Using Python,#MODIFY THE TEMPLATE TO: Write code that calls your function #from
Using Python,#MODIFY THE TEMPLATE TO: Write code that calls your function #from the previous question with a list from the user. If any #integers were negative, it returns a warni…
Using Python- Develop a class BankAccount that supports these methods: • __init_
Using Python- Develop a class BankAccount that supports these methods: • __init__(): Initializes the bank account balance to the value of the input argument, or to 0 if no input a…
Using Python- Your research group developed two systems to measure the speed of
Using Python- Your research group developed two systems to measure the speed of a tennis ball. The local tennis pro suspects that the systems are not consistent with each other. T…
Using Python-- Implement function heads() that takes no input and simulates a se
Using Python-- Implement function heads() that takes no input and simulates a sequence of coin flips. The simulation should continue as long as 'HEAD' is flipped. When the outcome…
Using Python. Define a function make_counter that returns a counter function, wh
Using Python. Define a function make_counter that returns a counter function, which takes a string and returns the number of times that the function has been called on that string…
Using Python. You will build a text version of the Hangman game. The player has
Using Python. You will build a text version of the Hangman game. The player has 6 incorrect guesses (head, body, 2 legs, and 2 arms) before he loses the game. Create a word list o…
Using Python. You will write a program that simulates an Automatic Teller Machin
Using Python. You will write a program that simulates an Automatic Teller Machine (ATM). Each user will have access to only a checking account. Design your interface to be similar…
Using Python... You have to do your chemistry homework, but you hate looking up
Using Python... You have to do your chemistry homework, but you hate looking up elements on the periodic table! Write a program that takes the name of an element (as a string, ind…
Using Python... write the code 1 class Employee(object): Consider the following
Using Python... write the code 1 class Employee(object): Consider the following (base) class. A salaried employee class Employee (object) def salary): -init-(self, self-name = nam…
Using Python3 (Do not use regular expressions, no tuples, no methods of string,
Using Python3 (Do not use regular expressions, no tuples, no methods of string, or def.) . Write a program called DeleteRuns. this is what the program does: ask user for a string …
Using Python3, memory matching game played by children is to start with a deck o
Using Python3, memory matching game played by children is to start with a deck of cards which contains identical pairs. For example, given six cards in the deck, two might be labe…
Using Python: 1. Write a function that takes as a parameter a list of numbers an
Using Python: 1. Write a function that takes as a parameter a list of numbers and returns a list containing each number squared. That is, if the input parameter is [3,-1,0,2,10], …
Using Python: A bank issues two types of cards to customers: credit cards and de
Using Python: A bank issues two types of cards to customers: credit cards and debit cards. Both types of cards have a card number and a name. Credit cards have interest rate and c…
Using Python: Design the logic for the dice game Pig, in which each player compe
Using Python: Design the logic for the dice game Pig, in which each player competes with the computer. The object of the game is to be the first to score 100 points. The user and …
Using Python: Implement a FTP client/server on two separate computers using sock
Using Python: Implement a FTP client/server on two separate computers using sockets in Python. Your FTP client/server will be able to handle these commands: cd, ls, dir, get, put,…
Using Python: In this problem, we\'ll do the LU decomposition. Again, you can ty
Using Python: In this problem, we'll do the LU decomposition. Again, you can type in the system at the top of the file. Write a function that takes and n times n invertible matrix…
Using Python: Linear interpolation is a method of computing the approximate valu
Using Python: Linear interpolation is a method of computing the approximate value of a function in one argument, given only samples of the function at a set of points. This is com…
Using Python: Linear interpolation is a method of computing the approximate valu
Using Python: Linear interpolation is a method of computing the approximate value of a function in one argument, given only samples of the function at a set of points. This is com…
Using Python: Now Wake-Mart wants an upgrade of the system. First, they want the
Using Python: Now Wake-Mart wants an upgrade of the system. First, they want the customer to register before ordering items. They only accept payment by credit card or debit card …
Using Python: Solve following problem Package Newton\'s method for approximating
Using Python: Solve following problem Package Newton's method for approximating square roots in a function named newton. This function expects the input number as an argument and …
Using Python: The math module in Pyhon has a factorial function that does just w
Using Python: The math module in Pyhon has a factorial function that does just what you did in 3 above. Which version of the factorial will take longer? To answer this question we…
Using Python: Write a program called ExceptionHandling.py that demonstrates exce
Using Python: Write a program called ExceptionHandling.py that demonstrates exception handling. In this program write code using your own data that generates the following errors …
Using Python: You are given two non-empty linked lists representing two non-nega
Using Python: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digi…