Browse P
Alphabetical listing with fast deep pagination.
81033 items • Page 1450 / 1621
Python code to write one pure and one non-pure function: Write a pure function n
Python code to write one pure and one non-pure function: Write a pure function named checkSudoku that will check a proposed Sudoku puzzle solution and return True if it's correct,…
Python code...please help! My ReadLines() function is working fine, but my Write
Python code...please help! My ReadLines() function is working fine, but my WriteFile(allLines) is not. Thanks for the help! AttributeError: ‘str’ object has no attribute ‘readline…
Python code..Can someone help to write this code: Step1.Write a python program t
Python code..Can someone help to write this code: Step1.Write a python program that creates an array that contains 38 numbers . 14,175, 15,055, 16,616, 17,495, 18,072, 19,390, 19,…
Python code..PLEASE follow exactly the instructions bellow...Don\'t use split/st
Python code..PLEASE follow exactly the instructions bellow...Don't use split/stride methods...Use "np.sort " and the negative sign is for descending form....Don't answer if it is …
Python coding !! please help for the second part don\'t know how to code it plea
Python coding !! please help for the second part don't know how to code it please!!! Part 2: Norms Here we will investiage norms a little bit further. Recall from class that a 'no…
Python coding HELP. stuck with how to set up type checking data validation(try/e
Python coding HELP. stuck with how to set up type checking data validation(try/except/finally) and how to format the actual calendar. Here is the guidelines: Design, write, and ex…
Python coding This is an exercise in coding with some repetition, with some outp
Python coding This is an exercise in coding with some repetition, with some output formatting and if-statements thrown in. Problem Description Many recipes tend to be rather small…
Python coding for astronomy (Lengthy, but need help) Somewhat quick explanation
Python coding for astronomy (Lengthy, but need help) Somewhat quick explanation on the project. I have so far correctly matched spectra of stars between two libraries of different…
Python coding help 3.6 Description For this program you will be implementing one
Python coding help 3.6 Description For this program you will be implementing one attack in a turn based battle game. Each character has the following stats Attacks deal damage bet…
Python coding help please 3.6 Description For this program you will be implement
Python coding help please 3.6 Description For this program you will be implementing one attack in a turn based battle game. Each character has the following stats Attacks deal dam…
Python coding please. Also if you could add comments that would be greatly appri
Python coding please. Also if you could add comments that would be greatly appriciated. I asked this earlier and got an okay answer but there were some errors. The print statement…
Python coding please. Also if you could add comments that would be greatly appri
Python coding please. Also if you could add comments that would be greatly appriciated. This is my fourth time asking this question. Please use the files in the link, escpecially …
Python coding please. Also if you could add comments that would be greatly appri
Python coding please. Also if you could add comments that would be greatly appriciated. I have asked this a couple times now. Please use the files in the link, escpecially proj06.…
Python coding. I\'m having trouble running a code a professor gave for a project
Python coding. I'm having trouble running a code a professor gave for a project. When I copy and paste this and run exactly, I am getting a bunch of errors. Where do the proper in…
Python coding... Using Lotka Volterra Equations, simulate a prey-predator model
Python coding... Using Lotka Volterra Equations, simulate a prey-predator model using the info below and plot graphs. 2. The differential equations for this model can be given as,…
Python create function openAndReturnLast3() to meet the conditions below # - acc
Python create function openAndReturnLast3() to meet the conditions below # - accept 1 string parameter; the name of a file # - add a docstring # - use exception handling technique…
Python data science with python 3 I have two filies. I want to match every word
Python data science with python 3 I have two filies. I want to match every word find in txt file 1 in txt file 2 in same order of file 1 and save that in new txt file for example:…
Python decrypting ciphers! Write a function called decryptstring that accepts a
Python decrypting ciphers! Write a function called decryptstring that accepts a ciphertext byte string, a multiplier (m), and shift amount (k). It returns an array of integers con…
Python decryption function help! I have these functions: 3.Write a function call
Python decryption function help! I have these functions: 3.Write a function called decrypt that accepts three numbers (c, m, and k) and returns the corresponding plaintext (p) val…
Python exercise! You can use TCP, UDP for communication Please help with the fol
Python exercise! You can use TCP, UDP for communication Please help with the following assignment Build a simple, text-based version of Pokemon game. There are two modules of the …
Python finish the truthtable implementation use extract_variables method to comp
Python finish the truthtable implementation use extract_variables method to complete # NOTE: # You must use small single letters for your variable names, for eg. a, b, c # You may…
Python firstname on left, lastnames on right Given 2 files below, one with first
Python firstname on left, lastnames on right Given 2 files below, one with first names and one with last names. Ask the user to enter a first name and last name. If the first name…
Python function Heat and Temperature In formula below physics illustrate the rot
Python function Heat and Temperature In formula below physics illustrate the rotation between heat and temperature change: Q = m middot C middot Delta T 1. Q: the quantity of heat…
Python function question: 1. Write an expression that computes the difference of
Python function question: 1. Write an expression that computes the difference of the variables ending_time and starting_time. 2. Given a variable word that has been assigned a str…
Python function: This is my code and I don\'t know how to add the column to the
Python function: This is my code and I don't know how to add the column to the csv file: def write_with_averages(read,write): with open (read,'r') as f_in: header = f_in.readline(…
Python get floats(): This function will take a single integer argument which is
Python get floats(): This function will take a single integer argument which is the number of floats to be obtained from the user. It will create an empty list, use a for-loop to …
Python gussing game Have you ever played, “I’m thinking of a number between….” ?
Python gussing game Have you ever played, “I’m thinking of a number between….”? In this game, the computer selects a random number that the user (player) has to guess. The compute…
Python has the complex class for performing complex number arithmetic. For this
Python has the complex class for performing complex number arithmetic. For this assignment, you will design and implement your own Complex class. Note that the complex class in Py…
Python has the complex class for performing complex number arithmetic. For this
Python has the complex class for performing complex number arithmetic. For this assignment, you will design and implement your own Complex class. Note that the complex class in Py…
Python has the complex class for performing complex number arithmetic. For this
Python has the complex class for performing complex number arithmetic. For this assignment, you will design and implement your own Complex class. Note that the complex class in Py…
Python help 2.2.3 Organism Class This is the “base class” and the Plant and Anim
Python help 2.2.3 Organism Class This is the “base class” and the Plant and Animal classes inherit from it. The constructor is Organism(position, name) where position is the posit…
Python help Make a class called CookieJar with 2 parameters- kind, and count. Cr
Python help Make a class called CookieJar with 2 parameters- kind, and count. Create three methods- __init__, __str__ that displays for ex: ‘CookieJar(chocolate, 4)’, and a method…
Python help You are given a list of strings. Make a dictionary with the leading
Python help You are given a list of strings. Make a dictionary with the leading character of each string as key values. Count the number of times a string appears with the same le…
Python help main() In the main program you will need to first call open_file(),
Python help main() In the main program you will need to first call open_file(), followed by calling read_file(fp), and then calc_similarity_scores(network). After obtaining the si…
Python help please! Again, the solution has a number of iterations. However, unl
Python help please! Again, the solution has a number of iterations. However, unlike the first solution, none of them are nested. The first two iterations used to count the charact…
Python help read_file(fp) will have the file pointer fp passed into it. The firs
Python help read_file(fp) will have the file pointer fp passed into it. The first line of the file contains the value for the variable n, the number of users in the social network…
Python help recommend(user_id,network,similarity_matrix) This user_id will be us
Python help recommend(user_id,network,similarity_matrix) This user_id will be used as an index into the similarity_matrix which will give you access to the list of similarity scor…
Python help with images. Need procedures that will rotate. ##Problem 1 def rotat
Python help with images. Need procedures that will rotate. ##Problem 1 def rotation(theta): ''' Input: theta, the angle (in radians) to rotate an image. Output: Corresponding 3x3 …
Python help with images. Need procedures to do the following two things. transla
Python help with images. Need procedures to do the following two things. translation and scaling. ##Problem 1 def translation(alpha,beta): ''' Input: a scalar alpha (the increase …
Python help with loops please Using For.. loop, Write a program to fetch the nam
Python help with loops please Using For.. loop, Write a program to fetch the name, salary and the state for 6 employees. Calculate the federal tax, state tax and the net salary fo…
Python help! I am writing a program that reads an excel file to answer some ques
Python help! I am writing a program that reads an excel file to answer some questions. In the data sheet (attached image) each line shows the XRD data of all the materials given a…
Python help! I am writing a program that reads an excel file to answer some ques
Python help! I am writing a program that reads an excel file to answer some questions. In the data sheet (attached image) each line shows the XRD data of all the materials given a…
Python help! My book, and Google have not helped so far. 1.) \"If a super class
Python help! My book, and Google have not helped so far. 1.) "If a super class and a subclass both have a method with the same name and number of parameters, _____." we say the su…
Python help!!! Modify the following template to make the outputs match. For exam
Python help!!! Modify the following template to make the outputs match. For example: When the input is: The output should be: Lab 11.9.1: Bubble sort with optimization Submission1…
Python help!!!! Ok so I have this data code I made import numpy as np import mat
Python help!!!! Ok so I have this data code I made import numpy as np import matplotlib.pyplot as plt import matplotlib.colors as col import pyfits hdulist = pyfits.open('c:/users…
Python help!!!! Ok so I have this data code I made import numpy as np import mat
Python help!!!! Ok so I have this data code I made import numpy as np import matplotlib.pyplot as plt import matplotlib.colors as col import pyfits hdulist = pyfits.open('c:/users…
Python help, i need help on a script thanks for your time! please type a script
Python help, i need help on a script thanks for your time! please type a script that I can input and run If you've ever visited Europe (or Canada) you'll know that they tend to me…
Python help, please! How can I output the print to the file called \"precip_mont
Python help, please! How can I output the print to the file called "precip_monthly.csv"? Below is the code I have currently: import csv def getDataList(fileName): dataFile = open(…
Python help. How do I convert this text to a file that python can execute? When
Python help. How do I convert this text to a file that python can execute? When I save this coding in a blank file, I get errors when I try to run it on python. This is a file a p…
Python help. Will give a thumbs up for a working answer! Thank you! A s tring is
Python help. Will give a thumbs up for a working answer! Thank you! A string is a palindrome if it reads the same forward and backward. The words “mom,” “dad,” and “noon,” for ins…