756 Answered Questions for the topic Python

How do I approach this programming prompt?

================================= An ordering service allows customers to order filled breads. The bread comes in two sizes: -30cm -15cm And three types: -White -Brown -Seeded There are five... more
Python Data Science

10/26/22

What are the differences between Python, pandas, Anaconda, CPython, and Data Science?

Why do many Python tutors not know pandas, sklearn, numpy, and matplotlib? How do I find tutors who know those topics?

Given a positive integer n, greater than 1, assign True to is_prime if n has no factors other than 1 and itself. (Remember, m is a factor of n if m divides n evenly.)

Given a positive integer n, greater than 1, assign True to is_prime if n has no factors other than 1 and itself. (Remember, m is a factor of n if m divides n evenly.)Additional Notes: n should not... more
Python

10/19/22

Programming assignment: Memory, Lists, and other collections

Functions The signature of each function is provided below, do not make any changes to them, otherwise the tester will not work properly. Make sure there are no input() or print() statements in... more
Python Computer Java C++

10/12/22

i need help please

Newton's law of cooling.dT/dt=−K(T−Ta)Resolve this ODE using the scipy library.
Python

10/08/22

Where do I store Python modules?

Where do I put a downloaded module so I can import it into my Python program (on a mac)? Also, does it matter if I'm trying to use it via terminal or a shell like IDLE?
Python

10/05/22

Python task short

Assignment: electricity calculator for householdsYou will create a program to calculate a household's monthly electricity bill based on the Government's current electricity subsidy scheme. The... more
Python

10/03/22

How and why should I become a python programmer?

Whether you're looking to solve a private or public problem, gain an employable skill, or looking to expand your mind, this is a serious question with serious answers.
Python

09/27/22

Python Order Cost Calculator

1. Write a function called coffee_calculator with the input and outputs that are specified below2. The function must Include one loop or iterator3. The function must Include one conditional... more
Python

08/23/22

I need help with a NLP project

Its about Sentiment analysis on a movie review dataset. Willing to share more details.
Python Sql

08/03/22

Having trouble getting tutoring help with Django/MySQL

I am looking with packaging my Django project. However, as usual, when I try to contact one of my preferred tutors, they do not seem to respond. Also, there seems to be a limited number of tutors... more

Programming Python Question

Write a program that takes the NAS website url:  http://www.nasonline.org, downloads the HTML document, and decodes it into a string. Create a list of the topics under review which... more
Python Math Probability

06/23/22

Python Question regarding normal distribution probability

Suppose the annual rainfall, in inches, in some region is normally distributed with μ=10 and σ=5. What is the probability that it takes (strictly) more than 10 years before a year with 20 inches of... more
Python

06/18/22

Subtraction of two numbers

If I have A=[3,4,4,3,2,3,1,5,2]and I calculate the mean for Anp.mean([A])now I want to subtract 3 from AHow do I do that? At first I thought I would sum A, then subtract 3, but that doesn't seem... more
Python

06/12/22

how to record a lesson

I would like to know how to record a lesson with a tutor?
Python

05/28/22

You are to create a Python application that applies concepts of inheritance in Python.

Scenario: You are to create an application that simulates the functions of a Savings Account and Checking Account of a Bank. The user will be able to open the application, and then open their... more

05/24/22

how to make a page i know .. come on

so it's not about the advice to create a page, no and yes, but it depends on what meaning becausebecause I'm not green;)nextthe point is that the page should be one terminal using css html maybe... more
Python

05/17/22

Write a Python program  

Write a Python program for a store that will have a sale of a few products you need to create 2 lists for the product names and the other list for the prices,(The user will add at least 5 product... more

05/02/22

How do I make the integers in a Python parameter equate to seconds without using the built-in time module?

I am trying to make a box appear and disappear in random 1-5 second intervals. This is what I wrote:box.showturtle(box.randint(1,5))box.hideturtle(box.randint(1,5))The randint is supposed to pick... more

04/29/22

capstone project

In this project, you are going to work on the The "Census Income" data set from the UCI Machine Learning Repository that contains the income information for over 48,000 individuals taken... more

Longest Repeat Problem: Find the longest repeat in a string.

Although the suffix tree decreases memory requirements from O(|Text|2) to O(|Text|), on average it still requires about 20 times as much memory as Text (when the length of Text is on the order of... more
Python

04/16/22

How do i solve this with python with the input json given?

The JSON inputs will be positive integers.For RSA, we need to select two huge random numbers in real-world scenarios. We can do this by picking a random number and then testing it for primality.... 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.