Browse P
Alphabetical listing with fast deep pagination.
81033 items • Page 1440 / 1621
Python - files: find a solution for each following: -Open the file hostdata.txt
Python - files: find a solution for each following: -Open the file hostdata.txt for reading. -Store four file objects corresponding to the files winter2003.txt , spring2003.txt, s…
Python - save/load files which of the four seems to be the problem? and on which
Python - save/load files which of the four seems to be the problem? and on which line would I change to fix it 1l def saveList(myList, myFilename): outputFile = open(myfilen ame, …
Python 1 A little help with this one. Im a bit lost on how to achieve the result
Python 1 A little help with this one. Im a bit lost on how to achieve the results I need. Take the two code sections below and combine it so that the user input and the outputs ar…
Python 1. 2. a) Suppose you are working on a program that requires an API call t
Python 1. 2. a) Suppose you are working on a program that requires an API call to some website called http://ww.booisawesome.com. We wish to access the customers API webpage of th…
Python 1. Creating the word dictionary [Coding only: save code as problem1.py ]
Python 1. Creating the word dictionary [Coding only: save code as problem1.py ] The first step in building an n-gram model is to create a dictionary that maps words to java map or…
Python 1. Write the program to determine how much to tip the server in a restaur
Python 1. Write the program to determine how much to tip the server in a restaurant. The tip should be 15% of the bill, with a minimum of $2. 2. A copy center charges 5 cents …
Python 1.)Write a for loop that prints all the even integers from 80 through 20
Python 1.)Write a for loop that prints all the even integers from 80 through 20 inclusive, separated by spaces. 2.)Write a for loop that prints in ascending order all the positive…
Python 1.)Write the definition of a function typing_speed, that receives two par
Python 1.)Write the definition of a function typing_speed, that receives two parameters. The first is the number of words that a person has typed (an int greater than or equal to …
Python 2.7 - defining functions - provide missing blanks Can someone please prov
Python 2.7 - defining functions - provide missing blanks Can someone please provide the missing ******* blanks please Complete the blanks in the following Python code so that it p…
Python 2.7 - defining simple functions There are two Python numeric variables ca
Python 2.7 - defining simple functions There are two Python numeric variables called age and salary which contain values relating to a person's age and salary (in dollars) respect…
Python 2.7 - simple function definitions This is a MULTIPLE ANSWER question, whi
Python 2.7 - simple function definitions This is a MULTIPLE ANSWER question, which means you are able to select one or more answers as being correct. Note that this does not neces…
Python 2.7 Part 1 - Implement a base class called Question . The class should ha
Python 2.7 Part 1 - Implement a base class called Question. The class should have attributes to store a question string and an answer string. The class should also have mutator me…
Python 2.7 Question The dictionary should be created by reading the file link ad
Python 2.7 Question The dictionary should be created by reading the file link added. How can I add this data in codes below. https://drive.google.com/folderview?id=0Bz_aB61VIRZAfn…
Python 2.7 Tkinter question Consider a Python GUI program that produces a window
Python 2.7 Tkinter question Consider a Python GUI program that produces a window with 6 buttons, numbered 1 to 6, in the following formation: Which of the following set of Python …
Python 2.7 Tkinter question Consider a Python GUI program that produces a window
Python 2.7 Tkinter question Consider a Python GUI program that produces a window with the following widgets: a text box to display the value of one element of a given list (e.g., …
Python 2.7 and Turtle I have 4 blocks that I need to arrange according to differ
Python 2.7 and Turtle I have 4 blocks that I need to arrange according to different arrangment lists. One of the lists is as follows arrangement_99 = [['Block C', 'Bottom left', '…
Python 2.7 and Turtle graphics I have the following code running okay. It\'s pur
Python 2.7 and Turtle graphics I have the following code running okay. It's purpose is to arrange blocks (or circles in my case) according to a set or locations and orientations. …
Python 2.7 basic question This is the list of options from the dropdown box: To
Python 2.7 basic question This is the list of options from the dropdown box: To mimic a real-world programming situation, you are given partially-completed code, written by a form…
Python 2.7 multichoice Consider the following Python code, where parameter numbe
Python 2.7 multichoice Consider the following Python code, where parameter numbers is assumed to store a list of numeric values. def teaser(numbers): for index in range(len(num…
Python 2.7 multichoice question One effective method often used by programmers t
Python 2.7 multichoice question One effective method often used by programmers to the effect of code is "tracing". Tracing is hand-executing the code in the same sequence and mann…
Python 2.7 multiple choice question This is a MULTIPLE ANSWER question, which me
Python 2.7 multiple choice question This is a MULTIPLE ANSWER question, which means you are able to select one or more answers as being correct. Note that this does not necessaril…
Python 2.7 multiple choice question This is a MULTIPLE ANSWER question, which me
Python 2.7 multiple choice question This is a MULTIPLE ANSWER question, which means you are able to select one or more answers as being correct. Note that this does not necessaril…
Python 2.7 only. Must write one program for Decision Trees with the same data se
Python 2.7 only. Must write one program for Decision Trees with the same data set. Cannot use Sklearn packages, must write own. Thank you!! please follow instructions as stated in…
Python 2.7 only. Must write one program for SVM. Cannot use Sklearn packages for
Python 2.7 only. Must write one program for SVM. Cannot use Sklearn packages for SVM must write own SVM. Thank you!! please follow instructions as stated in description.. No quick…
Python 2.7 regex code and HTML I am trying to get my code just to print out the
Python 2.7 regex code and HTML I am trying to get my code just to print out the URLs of the images of watches on a specific page and have located the div container where they are …
Python 2.7.12 :I\'m trying to write a minimzation routine which takes my initial
Python 2.7.12 :I'm trying to write a minimzation routine which takes my initial guesses and tries to minimize a function.. The first script is one that allows me to input values f…
Python 2.7.13 This is my last computer science program for this quarter, and if
Python 2.7.13 This is my last computer science program for this quarter, and if anyone could please help me with it in Python 2.7.13, I would be greatly appreciative! Thank you so…
Python 3 (not java) 1.Assume that word is a variable of type String that has bee
Python 3 (not java) 1.Assume that word is a variable of type String that has been assigned a value. Write an expression whose value is a String consisting of the last three charac…
Python 3 - Can someone show me how to do this? I dont know how to do the calcula
Python 3 - Can someone show me how to do this? I dont know how to do the calculations at all. Write a program to calculate the letter grade for a course for a number of students. …
Python 3 - Include docstrings. 2. (a) write 100 random points in 2-space to a fi
Python 3 - Include docstrings. 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 - Please avoid using modules Employee Management System Each subsequent
Python 3 - Please avoid using modules Employee Management System Each subsequent phase will depend on previous assignment result, so you should make an effort to complete each pha…
Python 3 - Please avoid using modules Please answer with PHASE 1 and then PHASE
Python 3 - Please avoid using modules Please answer with PHASE 1 and then PHASE 2 and lastly PHASE 3 Employee Management System Each subsequent phase will depend on previous assig…
Python 3 - Please avoid using modules Please answer with PHASE 1 and then PHASE
Python 3 - Please avoid using modules Please answer with PHASE 1 and then PHASE 2 and lastly PHASE 3 Employee Management System Each subsequent phase will depend on previous assig…
Python 3 - Please avoid using modules Please answer with PHASE 1 and then PHASE
Python 3 - Please avoid using modules Please answer with PHASE 1 and then PHASE 2 and lastly PHASE 3 Employee Management System Each subsequent phase will depend on previous assig…
Python 3 - Please avoid using modules Please answer with PHASE 1 and then PHASE
Python 3 - Please avoid using modules Please answer with PHASE 1 and then PHASE 2 and lastly PHASE 3 Employee Management System Each subsequent phase will depend on previous assig…
Python 3 - Please complete from Phase 1 to 3. Please use pickle on Phase 2. PLEA
Python 3 - Please complete from Phase 1 to 3. Please use pickle on Phase 2. PLEASE DO NOT ANSWER IF YOU ARE JUST GOING TO COPY PASTE FROM PREVIOUS ANSWERS OR FROM OTHER WEBSITE. I…
Python 3 - Please complete from Phase 1 to 3. Please use pickle on Phase 2. PLEA
Python 3 - Please complete from Phase 1 to 3. Please use pickle on Phase 2. PLEASE DO NOT ANSWER IF YOU ARE JUST GOING TO COPY PASTE FROM PREVIOUS ANSWERS OR FROM OTHER WEBSITE. I…
Python 3 - Please complete phase 1 to 3. Please use pickle on Phase 2. PLEASE DO
Python 3 - Please complete phase 1 to 3. Please use pickle on Phase 2. PLEASE DO NOT ANSWER IF YOU ARE JUST GOING TO COPY PASTE FROM PREVIOUS ANSWERS OR FROM OTHER WEBSITE. IF YOU…
Python 3 - Please run and correct any lines that that need correction for this g
Python 3 - Please run and correct any lines that that need correction for this game to run! import random import time def displayIntro(): print("You are in a city. In front of you…
Python 3 1a) Define a function called escape_URL_char() which takes a single-cha
Python 3 1a) Define a function called escape_URL_char() which takes a single-character* string and checks if it needs to be escaped or not. If it does not need to be escaped, the …
Python 3 A little help please. Ive got my code more or less planned out, but whe
Python 3 A little help please. Ive got my code more or less planned out, but when I run it and enter the number of grades I want to enter it continues to ask for another grade ins…
Python 3 Assignment # tictactoe.py # Program using coordinate transformation fro
Python 3 Assignment # tictactoe.py # Program using coordinate transformation from graphics import * def main(): win = GraphWin("Tic-Tac-Toe", 500, 500) #create a 500x500 window # …
Python 3 Assignment A painting company has determined that for every 114 square
Python 3 Assignment A painting company has determined that for every 114 square feet of wall space, one gallon of paint and eight hours of labor will be required. The company char…
Python 3 Assume you have a variable , budget , that is associated with a positiv
Python 3 Assume you have a variable , budget , that is associated with a positive integer. Assume you have another variable , shopping_list , that is a tuple of strings representi…
Python 3 Code Exercise Use an array list (class based) to implement Queuing syst
Python 3 Code Exercise Use an array list (class based) to implement Queuing system in a post office that will contain the following functions: 1. Add new customer to Q using input…
Python 3 Coding Classes & Methods: Listed below are the three tasks I need help
Python 3 Coding Classes & Methods: Listed below are the three tasks I need help with. Thank you! A course represents a specific course record as those appeared on your transcr…
Python 3 Coding Classes and Functions: A Course represents a specific course rec
Python 3 Coding Classes and Functions: A Course represents a specific course record as those appeared on your transcript. class Course: Define the Course class. def _init_ (self, …
Python 3 Coding Functions: Below are the functions I need help with, including t
Python 3 Coding Functions: Below are the functions I need help with, including the extra credit. Thank you! show_of_strength_game(db, team1, team2): Given a database db and two te…
Python 3 Coding Functions: Here is any code required to help code what is below:
Python 3 Coding Functions: Here is any code required to help code what is below: def pokemon_by_types(db, types): new_db = {} for pokemon_type in types: for key in db: # iterate t…
Python 3 Coding Functions: Here is any code required to help code what is below:
Python 3 Coding Functions: Here is any code required to help code what is below: def pokemon_by_types(db, types): new_db = {} for pokemon_type in types: for key in db: # iterate t…