756 Answered Questions for the topic Python
Python
02/08/21
Find a Python implementation of Selection Sort (or write your own). add line numbers. Then trace the execution through at least two iterations of the outer loop, use test array
test array example: array = [6,3,8,2,9,5,1]
Python Computer Programming
02/08/21
create new python dictionary that holds the following items
The below, python dictionary (my_fruits_dic) holds fruits and their...
more
Python
02/05/21
[email protected] becomes LAST, FIRST
How to convert emails in the form - [email protected] to full name in the form LAST, FIRST
Python Computer Science
02/05/21
Python Programming
HTTPS provides two things that HTTP does not: encryption and authentication. HTTPS only works if both of those things are in place. a new protocol was designed, HTTPE. HTTPE is identical to HTTP...
more
02/03/21
Find a Python implementation of Selection Sort (or write your own). add line numbers. Then trace the execution through at least two iterations of the outer loop, use test array
test array example: array = [6,3,8,2,9,5,1]
Computer Science Python- Beginner
Ask for the number of hours used as a decimal fraction (a floating-point number). Validate the number and if it is invalid, keep asking the user for a valid number. If it is valid, round the...
more
02/01/21
Python Code- Beginner
I need help with this sample output line and how to code it thank you and only using capital letters no lowercase and no numbers.User InputEnter your plan letter (A, B, or C):
01/14/21
Python Lists (User Input with all integers)
Hello! I designed this code that takes in user input and creates a list and then outputs the sum, highest number, lowest number, and average. Right now it can only take in whole numbers but I was...
more
01/14/21
umbalance in the binary tree
Write a program to solve the problem of imbalance in the binary tree in python code explain your program
01/14/21
Data Structure and Algorithm python code Hash Tree
Write a program for the solution for when 2 generated hash key are same in hash tags in python code and explain your solution as well.
01/13/21
Python While loops and For loops
Is there a way for me to use for loops with not equal marks like you can you with while loops? For example, how can I convert while num!=0 to for loopI created a code for converting binary to...
more
01/13/21
Python While loops and For loops
Is there a way for me to use for loops with not equal marks like you can you with while loops? For example, how can I convert while num!=0 to for loop
12/24/20
Can someone convert this c++ code to python?
#include<iostream>
#include<cmath>
using namespace std;
int main()
{
for (int a=1; a<=3;a++){
int i_velo;
cout<<"Please Enter Initial velocity (m/s):...
more
12/24/20
firework py code
There are 3 fireworks. their weight and initial expulsion rate:1) m = 250 grams and V = 6 meters / second2) m = 400 grams and V = 8 meters / second3) m = 650 grams and V = 8 meters / secondThe...
more
Python Statistics
12/09/20
Python : Multiple Linear Regression Coefficients
I have applied multiple linear regression to a dataset and now I want to plot the regression coefficients vs root mean squared error in a single plot using Python.Could someone provide a code to...
more
Python Statistics
12/08/20
Multiple Linear Regression - Python
I'm currently working on a project to see which data imputation method works best with a dataset I have.I have the complete dataset.Independent variable : Yield of the cropDependent variables :...
more
12/07/20
For every quantitative attribute, compute exactly what percentage of instances are within 1, 2 and 3 standard deviations of the mean. Don not use Chebychev’s Theorem of the Empirical Rule.
This answer has to be in python codes that is used in the jupyter notebook to execute and find the answer.example if the question is : Column : ‘Attribute’and Attribute = (...
more
Which method caused an output on the console
I am trying to find out where in the package a print() function is called. In the console, it reads***** DATA NOTIF: DELAYEDand I want to know what function or method in the source files of the...
more
Python Math
11/24/20
How to Assume the days of the week are numbered 0,1,2,3,4,5,6 from Sunday to Saturday. Write a function which is given the day number, and it returns the day name (a string).
Plzzz help by tomorrow.
11/24/20
Copy/pasting in software that does not support copy/paste.
I was given a small data entry job in which I had to type 2000 data and I had to do this in a specific software. Problem is that I typed almost 200 data in that software and I came to know that the...
more
11/17/20
Programming with Python: Classes
Hi! Could somebody help me with this assignment? It's for my programming class and I am required to create a class with multiple functions.
Create a class named Plant
In the __init__ function of...
more
11/15/20
solving a practice question about finishing a python equation
2. You are considering buying a house and wondering what is the maximum amount of loan you can afford to borrow. Assuming the current interest rate for 30-year term loan is 3.0%, and you can afford...
more
11/10/20
Python Files Assignment Help
I need help creating a code that meets the following requirements:
Prompt the user to enter a file name/path to read
Use open(filename) to open and read the file specified by the user (in the...
more
11/08/20
Pizzeria Program using Python and Postgresql
Problem: Jeff has a small restaurant which serves 3 different types of pizza (Pizza A, B, and C). In order to cut down on costs, the owner of the pizzeria wants to know how much they spend each day...
more
11/07/20
Discrete Mathematics, data structure question concerning Trees and BFS.
1)Without drawing them all, calculate how many spanning trees the graph has.2)Which spanning tree would result from doing a breadth first search from the vertex A, using the natural alphabetical...
more
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.