Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Web development and programming

191828 questions • Page 3796 / 3837

using putty for Unix, and im currently stuck on these questions. Hint: Commands
using putty for Unix, and im currently stuck on these questions. Hint: Commands to study to answer this question: grep, wc, echo, pipe ( | ), ps, process states, and man pages for…
using python !! Write a function printTwoLargest() that inputs an arbitrary numb
using python !! Write a function printTwoLargest() that inputs an arbitrary number of positive numbers from the user. The input of numbers stops when the first negative or zero va…
using python 3 (Assign grades) Write a program that reads a list of scores and t
using python 3 (Assign grades) Write a program that reads a list of scores and then assigns grades based on the following scheme: The grade is A if score is best – 10. The grade i…
using python 3 ---- Iteration Ask a user to enter a number. Print the sum of the
using python 3 ---- Iteration Ask a user to enter a number. Print the sum of the SQUARES of the integers from 0 up to and including their number. Ex: if the user enters 4, output …
using python 3 : I ALWAYS RATE MY ANSWER!!! Lab 9: Class-level Attributres EXAMP
using python 3 : I ALWAYS RATE MY ANSWER!!! Lab 9: Class-level Attributres EXAMPLE: Class-Level Attributes - type this in and make sure it works. #filename testStudentpy from modS…
using python 3 Define a function myFormat which accepts 3 parameters (a number,
using python 3 Define a function myFormat which accepts 3 parameters (a number, totalWidth, and numberDigitsRightOfDecimal). It should format the integer with the specified width …
using python 3 Given the dictionary called students which maps names to lists of
using python 3 Given the dictionary called students which maps names to lists of courses taken: studentDict = {'Joe": [Bio', 'Music'], 'Sally': ['Chem', 'Bio'], 'Mike': ['Physics'…
using python 3 Write function, listyMax(listOfLists), that takes as input a list
using python 3 Write function, listyMax(listOfLists), that takes as input a list of zero or more sublists each containing zero or more numbers, and determines and prints the maxim…
using python 3 \'\'\'\'\' Program 13: Inheritance 20 pts Design the Account clas
using python 3 ''''' Program 13: Inheritance 20 pts Design the Account class using the UML shown below: Account -lastAcctNumUsed: integer (initialize to 100 make it a class-level …
using python 3 to write the code count word and common word extract_mentions: (s
using python 3 to write the code count word and common word extract_mentions: (str) -> list of str The parameter is tweet text. This function should return a list containing al…
using python 3 uppose a class called Room has already been created with private
using python 3 uppose a class called Room has already been created with private attributes roomNum and capacity. An end-user of the class wants to create a Room object called chem…
using python 3, I ALWAYS RATE MY ANSWERS. tHANKS Copy princess.txt from my 153 p
using python 3, I ALWAYS RATE MY ANSWERS. tHANKS Copy princess.txt from my 153 public folder on smaug to your folder that contains myfunctions.py 1.Construct a list of all punctua…
using python 3. 1)Suppose a program that uses command line arguments starts with
using python 3. 1)Suppose a program that uses command line arguments starts with the following line: import sys . Write the Python statement that will print the number of argument…
using python 3. ALWAYS RATE MY ANSWERS A. Use the Python string method join to -
using python 3. ALWAYS RATE MY ANSWERS A. Use the Python string method join to - Create a new string that consists of lastName with a comma and a space followed by the firstName f…
using python 3. given code: import math import random def primary_school_quiz(fl
using python 3. given code: import math import random def primary_school_quiz(flag, n): # Your code for primary_school_quiz function goes here (instead of keyword pass) # Your cod…
using python 3.4.1 Using the BinaryHeap class, implement a new class called Prio
using python 3.4.1 Using the BinaryHeap class, implement a new class called PriorityQueue. Your PriorityQueue class should implement the constructor, plus the enqueue and dequeue …
using python 3.4.1 Using the BinaryHeap class, implement a new class called Prio
using python 3.4.1 Using the BinaryHeap class, implement a new class called PriorityQueue. Your PriorityQueue class should implement the constructor, plus the enqueue and dequeue …
using python 3.4.1 Using the BinaryHeap class, implement a new class called Prio
using python 3.4.1 Using the BinaryHeap class, implement a new class called PriorityQueue. Your PriorityQueue class should implement the constructor, plus the enqueue and dequeue …
using python 3.4.1 Using the BinaryHeap class, implement a new class called Prio
using python 3.4.1 Using the BinaryHeap class, implement a new class called PriorityQueue. Your PriorityQueue class should implement the constructor, plus the enqueue and dequeue …
using python 3: Change the name of the scale method to be the magic method for m
using python 3: Change the name of the scale method to be the magic method for multiplication. Use the * operator in the testing section (since there is no longer a method named s…
using python 3: actress = ( (\"Julia\", \"Roberts\"), (8, \"October\", 1967), [
using python 3: actress = ( ("Julia", "Roberts"), (8, "October", 1967), [ ("Duplicity", 2009), ("Notting Hill", 1999), ("Pretty Woman", 1990), ("Erin Brockovich", 2000), ("Eat Pra…
using python 3: csis 153 Bonus opportunities #2 (15 bonus points) 1. Create a Py
using python 3: csis 153 Bonus opportunities #2 (15 bonus points) 1. Create a Python function called sum Threezero. lt should accept a list of numbers and should return a list of …
using python 3: here is my code. i ALWAYS RATE MY ANSWER. tHANKS [[[[[[[[[[[[[[[
using python 3: here is my code. i ALWAYS RATE MY ANSWER. tHANKS [[[[[[[[[[[[[[[[[[[[[ ;here my 3 different codes: prog12.py def isValidPhone(tPhone):    """ description: check if…
using python 3: i always grade my answer.. Lab 8-Two Designs for a class Run thi
using python 3: i always grade my answer.. Lab 8-Two Designs for a class Run this example FIRST: Classes - Two Versions class Student definit(self, tmpID, tmpName, tmMajor, tmpGPA…
using python 3: i will give the code, my answer and feedback received to fixed t
using python 3: i will give the code, my answer and feedback received to fixed the issue. i always rate my answers -here is my code: -here is the feedback received Ismael: Please …
using python 3: please only serious programer. here is an assignment. the answer
using python 3: please only serious programer. here is an assignment. the answer of this assignment is down below with the NEW ASSIGNMENT I NEED TO DO.. Thanks and i always rate m…
using python 3: please only serious programer. i have a code below that need goo
using python 3: please only serious programer. i have a code below that need good indentation and fix if needed. Thanks and i always rate my answer. The set of musical notes is A,…
using python Assign grades) Write a program that reads a list of scores and then
using python Assign grades) Write a program that reads a list of scores and then assigns grades based on the following scheme: The grade is A if score is best – 10. The grade is B…
using python Challenge: Write a function that performs integration, using the 1/
using python Challenge: Write a function that performs integration, using the 1/3rd rule, on a set of data provided in a list. Assume the data is equally spaced at&x; and the …
using python Create a class called Fraction with the following methods: Construc
using python Create a class called Fraction with the following methods: Constructor: All fractions have a numerator and a denominator. Precondition: parameter for the denominator …
using python In the same module/file, write a function processAnimals that takes
using python In the same module/file, write a function processAnimals that takes one argument, the name of an input file.   The function returns the list of animals created or an …
using python Suppose the user is expected to supply words on the command line as
using python Suppose the user is expected to supply words on the command line as shown below: Example: python myProg.py hello there Output of the code should be:    Average word l…
using python Three Designs for an Account class Design a class called Account wi
using python Three Designs for an Account class Design a class called Account with the following methods: +Constructor (tmpAcctNum, tmpBankName, tmpAcctType, and tmpBalance):void …
using python Write a client function parenthesesMatch that given a string contai
using python Write a client function parenthesesMatch that given a string containing only the characters for parentheses, braces or curly braces, i.e., the characters in ’([{}])’,…
using python Write a function named symmetry that takes a string, text, as a par
using python Write a function named symmetry that takes a string, text, as a parameter and returns a dictionary d. Every letter that is both the first and last letter of some word…
using python Write a function that returns the two roots of a quadratic equation
using python Write a function that returns the two roots of a quadratic equation as a tuple of complex values. Structure the program as follows so that the program when run, print…
using python Write a function, called update dictionary that has two parameters:
using python Write a function, called update dictionary that has two parameters: a filename and a dictionary. The function should: 1. Open the given file 1. If the file open succe…
using python Write a program that automatically breaks a shift cipher using the
using python Write a program that automatically breaks a shift cipher using the following simple heuristic: the letter that occurs most frequently in the ciphertext corresponds to…
using python Write a program to sort a list of value from largest to smallest us
using python Write a program to sort a list of value from largest to smallest using Selection Sort. The algorithm should sort-in-place and not create a second array of sorted valu…
using python Write an Animal class (this is based on the example from Chapter 8,
using python Write an Animal class (this is based on the example from Chapter 8, and you are welcome to start with what is included there, you will need to make modifications). Yo…
using python a dictionaries 1 write a function named reverse() that takes as inp
using python a dictionaries 1 write a function named reverse() that takes as input a phone book that is a dictionary mapping names(the keys) to the phones numbers (the values ), t…
using python file and screenshot the file that show up is correct Your input dat
using python file and screenshot the file that show up is correct Your input data for each application is:             7   1   8   9   4   2   5   10   6   3 Treat this data as in…
using python latest version #---------------------------------------------------
using python latest version #------------------------------------------------------------- def NewtonsMethod(F,FP,x0,epsilon) : #--------------------------------------------------…
using python suppose ypu are working on defining a new class called Employee. co
using python suppose ypu are working on defining a new class called Employee. complete the following: you will have to decide which attributes should be class-level and which attr…
using python write a program that modifies a ppm image in one of the following w
using python write a program that modifies a ppm image in one of the following ways (1) negates the colors, (2) applies high contrast, (3) applies a grayscale (4) removes a color …
using python write the code.., for each pic.. Accessing a Dictionary Dictionarie
using python write the code.., for each pic.. Accessing a Dictionary Dictionaries are iterable objects that store associations between 'keys' and values Here is a dictionary that …
using python! Write a Mapping class that represents a 1-1 mapping between items.
using python! Write a Mapping class that represents a 1-1 mapping between items. A 1-1 mapping is like a dictionary, but it has key1:key2 pairs (instead of key:value pairs). You c…
using python!! Implement a function printWordsLines() that takes as a parameter
using python!! Implement a function printWordsLines() that takes as a parameter the name of an input file. It opens the input file and then prints the number of lines and the numb…
using python!! Write a Temperature class to represent Celsius and Fahrenheit tem
using python!! Write a Temperature class to represent Celsius and Fahrenheit temperatures. Your goal is to make this client code work: >>> #constructors >>> t1 =…
using python!!! 2. Container/inheritance. Write a class intQueue that stores a q
using python!!! 2. Container/inheritance. Write a class intQueue that stores a queue of int's . A queue adds/enqueues items on one end and removes/dequeues from the other. You MUS…