Web development and programming
191828 questions • Page 3750 / 3837
python 2..fundamentals of python 1.Package Newton’s method for approximating squ
python 2..fundamentals of python 1.Package Newton’s method for approximating square roots (Case Study 3.6) in a function named newton. This function expects the input number as an…
python 3 #We\'ve written a function below called countDown(). This #function tak
python 3 #We've written a function below called countDown(). This #function takes an int parameter, start, and prints every #number from that start to 0. The way we've written it …
python 3 An \"authorship attribution\" system is a system which attempts to dete
python 3 An "authorship attribution" system is a system which attempts to determine who wrote a given document, based on analysis of the language used and style of that document. …
python 3 Question 6 (1 point) Assume you are writing a program to solve a maze,
python 3 Question 6 (1 point) Assume you are writing a program to solve a maze, and you want it to go all the way to a dead end then backtrack to the last junction, and try a diff…
python 3 Write a function cafe.day that which takes one argument, orders, which
python 3 Write a function cafe.day that which takes one argument, orders, which is a list of drink orders for the day at a café. The list orders contains one or more sub-lists, in…
python 3 Write a function move.up) that takes one argument, board, which represe
python 3 Write a function move.up) that takes one argument, board, which represents the current state of the game board. Your function should move Starman up by one row, update th…
python 3 and above, using dictionaries for these particular questions, also cann
python 3 and above, using dictionaries for these particular questions, also cannot use def. (myprogramminglab) 1) Given a variable, province_premier, that is associated with a dic…
python 3 fix the function import pandas as pd from functools import reduce from
python 3 fix the function import pandas as pd from functools import reduce from pathlib import Path import os In this question, you have a function called read_a_file. If you try …
python 3. Write function, maxChar(inputString) that takes as input a string of o
python 3. Write function, maxChar(inputString) that takes as input a string of one or more lower case letters and prints information about the lexicographically largest character …
python 3.6 Background Classes allow us to define new types for Python. We can fi
python 3.6 Background Classes allow us to define new types for Python. We can first think of a class as defining a new container - instead of a list, tuple, set, or dictionary, we…
python 3.6 Background Classes allow us to define new types for Python. We can fi
python 3.6 Background Classes allow us to define new types for Python. We can first think of a class as defining a new container - instead of a list, tuple, set, or dictionary, we…
python 3.6 Notes / Assumptions / Requirements Don\'t import anything, and you ca
python 3.6 Notes / Assumptions / Requirements Don't import anything, and you can use all built-ins/methods that are otherwise available. * You may add as many additional methods a…
python 3.6 Thanks in advace :) What\'s allowed? is the exhaustive list of things
python 3.6 Thanks in advace :) What's allowed? is the exhaustive list of things you can use on the projec all basic expressions/operators, indexing/slicing all basic statements: a…
python 3.6 The file dna.txt contains 200 different strings, each on a different
python 3.6 The file dna.txt contains 200 different strings, each on a different line, each with 100 letters. Define the dissimilarity between two such strings as the number of pos…
python 3.6 What\'s allowed? is the exhaustive list of things you can use on the
python 3.6 What's allowed? is the exhaustive list of things you can use on the projec all basic expressions/operators, indexing/slicing all basic statements: assignment, selection…
python 3.6 What\'s allowed? is the exhaustive list of things you can use on the
python 3.6 What's allowed? is the exhaustive list of things you can use on the projec all basic expressions/operators, indexing/slicing all basic statements: assignment, selection…
python 3.6 def binary(n): Given a n int n, convert it to binary. Hint: each time
python 3.6 def binary(n): Given a n int n, convert it to binary. Hint: each time you divide a number by two, the remainder of 1 or 0 is the rightmost bit in its binary representat…
python 3.6 def next_gen(grid): Given a Grid , create and return a new Grid that
python 3.6 def next_gen(grid): Given a Grid , create and return a new Grid that represents the next generation. Note that you will not be modifying the original Grid value–each ce…
python 3.6 idle grades1.txt Domel a12001 a 90 92 89 99 98 92 10 Fischer a12111 8
python 3.6 idle grades1.txt Domel a12001 a 90 92 89 99 98 92 10 Fischer a12111 89 99 17 100 18 88 91 91 Hope b12777 100 100 100 100 100 100 100 100 Patel a12010 100 78 88 99 100 7…
python 3.6 with ftlearn and skit-learn I tried to read csv file and build model
python 3.6 with ftlearn and skit-learn I tried to read csv file and build model using CNN but that gave me error to read that data set I have nine coulmns in my csv file and last …
python 3.x, using dictionaries and sets Write an address book program that store
python 3.x, using dictionaries and sets Write an address book program that stores your contacts' names and their email addresses. The names and email addresses are originally stor…
python 3.xx Recursion A palindrome is a word or phrase that reads the same forwa
python 3.xx Recursion A palindrome is a word or phrase that reads the same forwards or backwards (e.g. "dad", "mom", "deed"). Write a recrusive function, isPalindrome that accepts…
python 3.xx Recursion An \'array palindrome\' is an array, which, when its eleme
python 3.xx Recursion An 'array palindrome' is an array, which, when its elements are reversed, remains the same. Write a recursive function, isPalindrome, that accepts a tuple an…
python 3.xx Recursion An \'array palindrome\' is an array, which, when its eleme
python 3.xx Recursion An 'array palindrome' is an array, which, when its elements are reversed, remains the same. Write a recursive function, isPalindrome, that accepts a tuple an…
python 3program hello i need help with this code in python only please. i wrote
python 3program hello i need help with this code in python only please. i wrote one but it is not working and having hard time debugging. as you can see below this has only 2 func…
python COMPILER ERROR MESSAGES SyntaxError: invalid syntax (ColorMixer.py, line
python COMPILER ERROR MESSAGES SyntaxError: invalid syntax (ColorMixer.py, line 10) 10 print ( You didn't input two primary colors. ') 1 color1-input ('Enter primary color:) 2 col…
python Create a SQLite3 Database THE ASSIGNMENT Your assignment is to create two
python Create a SQLite3 Database THE ASSIGNMENT Your assignment is to create two programs . Program one creates the database and table . Program two-uses a menu to allow the user …
python Description For this program you will be implementing one attack in a tur
python 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 between their stren…
python Docs needed: https://drive.google.com/open?id=1QQhlp-kQDNIESen61fVanpLoAp
python Docs needed: https://drive.google.com/open?id=1QQhlp-kQDNIESen61fVanpLoApl51YaK 1. 25 Points: Write a class Bag that represents a collection of items. You must write the en…
python For this part you can choose to write a playable game of Blackjack for ex
python For this part you can choose to write a playable game of Blackjack for extra credit. In Blackjack the players is dealt a series of cards that have an associated point value…
python For this part you will be writing a series of functions that can be used
python For this part you will be writing a series of functions that can be used as part of a "secret message encoder" program. Here are the functions you will be writing as well a…
python Help Answer two of the following questions for full credit for this assig
python Help Answer two of the following questions for full credit for this assignment. Your solution shoud be between fifty and one hundred words. Place your questions in the “Ans…
python Homework 2 14 September 2018 This assignment provides more practice in ba
python Homework 2 14 September 2018 This assignment provides more practice in basic calculations, and also introduces the use of a data structure to hold information used in solvi…
python In order to allow the user to select a point, you will need to display a
python In order to allow the user to select a point, you will need to display a grid (fixed size is 5 rows by 5 columns) with unique symbols (I used the alphabet). The user will s…
python In this problem you will create two classes; one called Member and anothe
python In this problem you will create two classes; one called Member and another called Band. Neither of these classes inherit each other this problem will use a technique called…
python Part II: Drop Every n-th Element (2 points) Write a recursive function dr
python Part II: Drop Every n-th Element (2 points) Write a recursive function drop that takes a non-empty list of integers and a positive integer n as its argu ments, and returns …
python Student Portal PNC Btracks Soundcdoud Pinterest Question 13 . 15 pts Read
python Student Portal PNC Btracks Soundcdoud Pinterest Question 13 . 15 pts Read the problem below. Open a Python compiler and create a program to solve this problem. When done at…
python TaskS GMU-Mobile, a new cell phone initiative by GMU, is offering three n
python TaskS GMU-Mobile, a new cell phone initiative by GMU, is offering three new cell phone plans to its students starting 2019. Your task is to help your friends decide which c…
python The final challenge involves a series of integers inscribed on the outsid
python The final challenge involves a series of integers inscribed on the outside of a treasure chest: challenge4 = [323, 331, 323, 336, 319, 330, 322] Also inscribed on the treas…
python anywhere questions. A Class Management System, Part 2 Please also refer t
python anywhere questions. A Class Management System, Part 2 Please also refer to the description provided in Part 1 of the project “A Class management System”. You have had a cha…
python class: from goody import irange, type_as_str class Date: month_dict = {1:
python class: from goody import irange, type_as_str class Date: month_dict = {1:31, 2:28, 3:31, 4:30, 5:31, 6:30, 7:31, 8:31, 9:30, 10:31, 11:30, 12:31} @staticmethod def is_leap_…
python code for conway\'s game of life For this project, you will be coding a si
python code for conway's game of life For this project, you will be coding a simple cellular automata game, called Conway's Game of Life. In this game, you have a grid where pixel…
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 please Use linked lists in order to support the following operations
python code please Use linked lists in order to support the following operations: Push (S, x). Pushes a value x into a stack S Pop (S, i). Gets a number i and pops i numbers of S …
python code. I use \"Geany\" for coding.Answer it after code works on your compu
python code. I use "Geany" for coding.Answer it after code works on your computer. textToEnglish.txt:(it is so long, I only take a screen shot of part of it) The De-slang-ifier In…
python decoding a secret message Decoding a secret message: The description may
python decoding a secret message Decoding a secret message: The description may seem daunting, but the solution is not that hard. You can use the built-in string datatype with the…
python flask 2 Web Calculator[40 points Write a Flask application whose index pa
python flask 2 Web Calculator[40 points Write a Flask application whose index page contains a form similar to the one shown in Figure 2. The user should be able to enter two numbe…
python help def date(month, day, year): Accepting integers for the month (values
python help def date(month, day, year): Accepting integers for the month (values from 1 to 12), the day (values from 1 to 31) and the year (values from 1 to 9999). Construct the c…
python help! thank you Consider the Node class below class Node: def __init__(se
python help! thank you Consider the Node class below class Node: def __init__(self, init_data): self.data-init_data self.next = None def get.data seLf): def get_next(self): def se…
python idle 3.6 grades1.txt Domel a12001 a 90 92 89 99 98 92 10 Fischer a12111 8
python idle 3.6 grades1.txt Domel a12001 a 90 92 89 99 98 92 10 Fischer a12111 89 99 17 100 18 88 91 91 Hope b12777 100 100 100 100 100 100 100 100 Patel a12010 100 78 88 99 100 7…
Subject
Web development and programming
Use Browse or pick another subject.