Browse P
Alphabetical listing with fast deep pagination.
81033 items • Page 1449 / 1621
Python Truth tables Finish the 4 boldened method Test code is provided after the
Python Truth tables Finish the 4 boldened method Test code is provided after the 4 methods If your implementation is correct, then you will see the following output: Truth table f…
Python Turtle Assignment | Problem specification ? Your program must have instru
Python Turtle Assignment | Problem specification ? Your program must have instructions for the player. ? Your program must use classes and meaningful functions and show modularity…
Python Turtle Program- Create a program that outputs the correct quadrant given
Python Turtle Program- Create a program that outputs the correct quadrant given an angle measure entered from the keyboard. The program must ask the user to to input an anglenumbe…
Python Use the file StatesANC.txt that contains the name, abbreviation, nickname
Python Use the file StatesANC.txt that contains the name, abbreviation, nickname, and capital of each state in the United States. The states are listed in alphabetical order. The …
Python Version3 program Here is an example of a transaction just took place in a
Python Version3 program Here is an example of a transaction just took place in a store where hi-fi equipment is sold. A customer purchased a stereo system that cost him $1,000 on …
Python What will be the value assigned to the variable `letter` below? food = \'
Python What will be the value assigned to the variable `letter` below? food = 'spam' letter = food[1] Select one: a. p b. s c. a d. pam Imagine that you have assigned a string to …
Python When analyzing data, we often have some idea that two quantities are rela
Python When analyzing data, we often have some idea that two quantities are related and would like to quantify this relationship. We will eventually learn to use linear least-squa…
Python Where do I do wrong? Your friend who works as a sports teacher in primary
Python Where do I do wrong? Your friend who works as a sports teacher in primary school has become ill and you can quickly set up as a temporary worker. Just today there are three…
Python Write a Python program that can find and display the paths of all of the
Python Write a Python program that can find and display the paths of all of the files in a directory (and, potentially, all of its subdirectories, and their subdirectories, and so…
Python Write a Python program that can find and display the paths of all of the
Python Write a Python program that can find and display the paths of all of the files in a directory (and, potentially, all of its subdirectories, and their subdirectories, and so…
Python Write a class ImageParser that is a subclass of the HTMLParser class. It
Python Write a class ImageParser that is a subclass of the HTMLParser class. It will find and collect the absolute URLs for all images found in an HTML file. The parser should col…
Python Write a class MyClass which has one data member data which is a dictionar
Python Write a class MyClass which has one data member data which is a dictionary. Create a function loadwhich takes in a filename and reads the lines to load elements in the dict…
Python Write a function least_common that accepts a dictionary whose keys are st
Python Write a function least_common that accepts a dictionary whose keys are strings and whose values are integers as a parameter and returns the integer value that occurs the fe…
Python Write a function moronic calc() that takes a string consisting of a mathe
Python Write a function moronic calc() that takes a string consisting of a mathematical expression written in Mo- ronicnumerals,suchas’FFSSEI - FIIE’,andreturnsthevalueoftheexpres…
Python Write a function sort cars() that takes a list of Car objects and sorts t
Python Write a function sort cars() that takes a list of Car objects and sorts the list of cars by their total repair costs, placing the cars into descending order by total repair…
Python Write a program that draws a picture following a sequence instructions co
Python Write a program that draws a picture following a sequence instructions contained in a string input by the user. Each instruction consists of at most two characters: the fir…
Python Write a program to compute the sum of the series: 5+10+15+20+25...+n wher
Python Write a program to compute the sum of the series: 5+10+15+20+25...+n where n is an input. Consider that n is always valid (which means it follows the series pattern). For e…
Python Write a program which gives the option between doing 3 things: 1) Add two
Python Write a program which gives the option between doing 3 things: 1) Add two numbers 2) Multiply three numbers 3) Multiply a number and a string Ask the user to choose an opti…
Python Write a simple python program that performs the following 1- The program
Python Write a simple python program that performs the following 1- The program is called project3.py and runs by executing the following command on the command-line python projec…
Python Write code that does the following: opens an output file number list.txt,
Python Write code that does the following: opens an output file number list.txt, uses a loop to write the numbers 1 through 100 to the file and then closes the file. Write code th…
Python Your goal is to complete the following: In this assignment\'s programming
Python Your goal is to complete the following: In this assignment's programming component, you will determine the winners of two variations of the game NIM. Specifically, we will …
Python Your program will take input from the console in the following format. It
Python Your program will take input from the console in the following format. It should not prompt the user in any way. The intent here is not to write a user-friendly user interf…
Python You’ve heard of Roman numerals, but have you heard of Moronic numerals? P
Python You’ve heard of Roman numerals, but have you heard of Moronic numerals? Probably not because we’ve invented them for this homework assignment. Moronic numerals are similar …
Python a stack is a sequence container type that, like a queue, supports very re
Python a stack is a sequence container type that, like a queue, supports very restrictive access methods: All insertions and removals are from one end of the stack, typically refe…
Python acquires 80% of the voting stock of Slither on January 1, 2017 for $1,500
Python acquires 80% of the voting stock of Slither on January 1, 2017 for $1,500,000. The fair value of the noncontrolling interest is $350,000. Slither’s balance sheet at the dat…
Python activity, very confused--any help is appreciated!! PART 1 Write a functio
Python activity, very confused--any help is appreciated!! PART 1 Write a function called wordCollector that takes two parameters as input: 1) a dictionary (possibly an empty dicti…
Python and TKINTER Questions (Only answer if answering both) Question 1 Use belo
Python and TKINTER Questions (Only answer if answering both) Question 1 Use below image for variables Question 2 Task - Create two buttons for a GUI Use below image for variables …
Python assembly language Problem 6: The Fibonacci sequence in assembly 15 points
Python assembly language Problem 6: The Fibonacci sequence in assembly 15 points; individual-only Begin by downloading the following file: ps6pr6.txt Move it into your ps5partII f…
Python assignment: (Game: ATM machine) Use the Account class created in Exercise
Python assignment: (Game: ATM machine) Use the Account class created in Exercise 7.3 to simulate an ATM machine. Create ten accounts in a list with the ids: 0, 1..., 9, and an ini…
Python can_balance Given a non-empty array, return true if there is a place to s
Python can_balance Given a non-empty array, return true if there is a place to split the array so that the sum of the numbers on one side is equal to the sum of the numbers on t…
Python categorize error: This is my code: df5[\"gpa_level\"]= \"Unknown\" for i
Python categorize error: This is my code: df5["gpa_level"]= "Unknown" for i in range(len(df5.gpa)): gpal= [df5.ix[i,"gpa"]] if gpal>3.80: df5.ix[i,"gpa_level"]="A" elif 3…
Python challenge: a- Create a custom function called countstringfields that dete
Python challenge: a- Create a custom function called countstringfields that determines the number of fields of type string there are in an input feature class. Create this functio…
Python class from goody import type_as_str from math import sqrt class Interval:
Python class from goody import type_as_str from math import sqrt class Interval: pass if __name__ == '__main__': g = Interval.mid_err(9.8,.05) print(repr(g)) g = Interval.min_m…
Python classes Question A2: Defining Vectors (9 points) Define class Vector for
Python classes Question A2: Defining Vectors (9 points) Define class Vector for n-dimensional vectors as follows Vector(1) Creates a new vector with dimension len(1) from list 1 o…
Python code , v3.5 , #54 Please use dictionaries if possible. The complete txt f
Python code , v3.5 , #54 Please use dictionaries if possible. The complete txt file of JusticesDict.dat looks like: {'Lucius Lamar': {'pres': 'Grover Cleveland', 'yrAppt': 1888, '…
Python code 1. Define a function copy_every_other_line that takes an input tiena
Python code 1. Define a function copy_every_other_line that takes an input tiename la string) and an outut fiename a string The input filename should be the name of a file that ex…
Python code 2. Define a function list_directory that takes in a directory name (
Python code 2. Define a function list_directory that takes in a directory name (as a string) as the argument. Your function will change directories to the directory name given and…
Python code Python code..PLEASE follow exactly the instructions bellow...Don\'t
Python code Python code..PLEASE follow exactly the instructions bellow...Don't use split/stride methods..Don't request to rewrite this question because you don't know how to answe…
Python code Write a function named wordCount that counts how many words there ar
Python code Write a function named wordCount that counts how many words there are in each line of an input file and writes that count to a corresponding line of an output file. Th…
Python code Write a function named wordCount that counts how many words there ar
Python code Write a function named wordCount that counts how many words there are in each line of an input file and writes that count to a corresponding line of an output file. Th…
Python code and the code should be for beginners and simple and pls explain each
Python code and the code should be for beginners and simple and pls explain each step, try to make the code consist simple python functions DNA Sequencing This assignment deals wi…
Python code below in BOLD In this project, you will: - Complete the code to solv
Python code below in BOLD In this project, you will: - Complete the code to solve a maze - Discuss related data structures topics Programming -------------------------------------…
Python code for root finding problem. Do not use numpy or other python modules b
Python code for root finding problem. Do not use numpy or other python modules but math and copy. Give a well explained comments. The code should be as for python beginners, so be…
Python code for: In this project, you will be writing a program to merge and fil
Python code for: In this project, you will be writing a program to merge and filter one or more csv files. This project will test many of the skills you've acquired this semester,…
Python code help please, if you could show a picture of the code with alll the i
Python code help please, if you could show a picture of the code with alll the indentations it would be a great help. Background A social network such as Facebook consists of a se…
Python code help! roll a 6 sided die to choose a random edgepoint to start (alre
Python code help! roll a 6 sided die to choose a random edgepoint to start (already in code) if the event is 1 or 2 choose edge point A, 3 or 4 choose edgepoint B, 5 or 6 choose e…
Python code needed: The goal of this project is to implement the One-Time Pad. O
Python code needed: The goal of this project is to implement the One-Time Pad. Optional psuedocode: def KeyGen(n): Initialize a key to an empty string For each item in range (n): …
Python code only. Test Case 1: balance = 320000 Test Case 2: balance = 999999 an
Python code only. Test Case 1: balance = 320000 Test Case 2: balance = 999999 annualInterestRate = 0.18 The following variables contain values as described below: 1. balance the o…
Python code please! Write a function that will read a list of ID and name combin
Python code please! Write a function that will read a list of ID and name combinations from the file ids.txt. You should add all the digits of the ID and assign a team number to t…
Python code tic tac toe game: Let\'s use what you\'ve learned about drawing meth
Python code tic tac toe game: Let's use what you've learned about drawing methods to create a simple tic-tac-toe game. The game rules are simple: - players take turns marking cell…