Trending questions in Python

0 votes
0 answers

Create first line code Django - What of Error of the IndentationError: expected an indented block?

import datetime from django.db import models from django.utils import ...READ MORE

Dec 10, 2021 in Python by Warlen

edited Mar 4 56 views
0 votes
0 answers
0 votes
0 answers

My secret game will not print out "you win" only "You lose", I can't figure out what I am doing wrong?

secret_word = "giraffe" guess = "" guess_count = 0 guess_limit ...READ MORE

Dec 9, 2021 in Python by Confused

edited Mar 4 50 views
0 votes
0 answers

MQTT subscribe message

Hello, this is my code where i ...READ MORE

Dec 9, 2021 in Python by Shiri

edited Mar 4 19 views
0 votes
0 answers

Complete the function diff, do not modify the rest.

def diff(a,b):     # end function print(" *** ...READ MORE

Nov 22, 2021 in Python by anonymous
• 120 points
543 views
0 votes
1 answer

Unable to create a project in django.

If you run "python -m django --version" ...READ MORE

Nov 10, 2022 in Python by anonymous

edited Mar 5 835 views
0 votes
1 answer

What does AF_INET mean?

AF stands for Address Family. INET means Internet ...READ MORE

Aug 24, 2023 in Python by Albert

edited Mar 5 5,319 views
0 votes
0 answers

Python define problem

Hi this is my coding so far, ...READ MORE

Nov 30, 2021 in Python by Mattias

edited Mar 4 22 views
0 votes
0 answers

ValueError: not enough values to unpack (expected 3, got 1) in below code

import cv2 import numpy as np img=cv2.imread ("C:\\Users\\20pa1\\Downloads\\pawan_kalyan_teenmar_movie_stills06.jpg" , ...READ MORE

Nov 28, 2021 in Python by Edureka

edited Mar 4 50 views
0 votes
3 answers

Count the number occurrences of a character in a string

The string count() method returns the number of occurrences of ...READ MORE

Dec 28, 2020 in Python by Carlos
14,381 views
+1 vote
1 answer

How to check if a string is null in python

I want to check if any NULL ...READ MORE

Mar 9, 2022 in Python by satish

edited Mar 5 23,434 views
+1 vote
1 answer

tensorflow is installed but theres an error while importing

Hi@Christlan, This problem is related to version. Follow ...READ MORE

Dec 22, 2020 in Python by MD
• 95,460 points
14,106 views
0 votes
0 answers

But when I run this, I get NameError: name 'alphabeta' is not defined error. How to solve this?

tree = [[[5, 1, 2], [8, -8, ...READ MORE

Sep 6, 2020 in Python by MUHAMMAD
• 160 points

retagged Sep 7, 2020 by Gitika 1,440 views
0 votes
1 answer

Input() error - NameError: name '…' is not defined

Hello @kartik, You should use raw_input if you are ...READ MORE

May 5, 2020 in Python by Niroj
• 82,840 points
23,930 views
0 votes
0 answers

Help, How can I fix this? TypeError: Getting error as __init__() got an unexpected keyword argument 'rotaion_range'.

datagen = ImageDataGenerator(zoom_range=0.2,rotaion_range=10,width_shift_range=0.1, height_shift_range=0.1,horizontal_flip=True, vertical_flip = False ...READ MORE

Oct 20, 2021 in Python by anonymous
• 120 points
789 views
0 votes
0 answers

DevOps Engineer which language prefir for better

why python language is most used language ...READ MORE

Oct 19, 2021 in Python by anonymous
• 120 points
829 views
0 votes
0 answers

ModuleNotFoundError: No module named 'pyQt5'

from pyQt5.QtWidgets import * def window(): ...READ MORE

Oct 8, 2021 in Python by anonymous
• 120 points
1,291 views
0 votes
1 answer

I am trying to install PIL module But I end up with an error :

Hi@Nishant, You can use PILLOW instead of PIL. $ ...READ MORE

Apr 6, 2020 in Python by MD
• 95,460 points
24,996 views
0 votes
0 answers

Please help me to install speech recognition in VS code

I got this type of error ERROR: Could ...READ MORE

Oct 4, 2021 in Python by Edureka
• 120 points
1,380 views
0 votes
2 answers

How do play audio (playsound) in background of Python script?

There’s an optional second argument, block, which ...READ MORE

Jun 8, 2019 in Python by anonymous
28,023 views
0 votes
0 answers

Why do i get this error in tkinter - Python?

This is my code: from tkinter import * root ...READ MORE

Oct 10, 2021 in Python by LogizTV
• 120 points
1,016 views
0 votes
2 answers

AttributeError: '<invalid type>' object has no attribute 'pen' on line 2

Hello, Turtle.pen is used to set/get pen attributes ...READ MORE

Nov 25, 2020 in Python by Niroj
• 82,840 points
4,414 views
0 votes
1 answer

How to use multiprocessing pool.map with multiple arguments?

The answer to this is version- and ...READ MORE

Nov 19, 2020 in Python by Gitika
• 65,770 points
14,800 views
0 votes
2 answers

TypeError: 'float' object cannot be interpreted as an integer

Hi@akhtar, The range function does not work with ...READ MORE

Jun 29, 2020 in Python by MD
• 95,460 points
17,196 views
0 votes
0 answers

Touch event action using marionette_driver

HI, I am using marionette_driver to automate firefox ...READ MORE

Oct 13, 2021 in Python by anonymous
• 120 points
540 views
0 votes
1 answer

How do I upgrade my pycharm from python 2.7 to python 3?

Install Python 3.7(latest version) from the following ...READ MORE

Aug 5, 2019 in Python by Varsha
34,895 views
+2 votes
3 answers

How can I play an audio file in the background using Python?

down voteacceptedFor windows: you could use  winsound.SND_ASYNC to play them ...READ MORE

Apr 4, 2018 in Python by charlie_brown
• 7,720 points
13,871 views
0 votes
0 answers

i'm not able to install numpy,time packges in phy charm

Oct 8, 2021 in Python by Sampath
• 120 points
547 views
0 votes
0 answers

Class Type in Python

I know that type() function is used ...READ MORE

Oct 7, 2021 in Python by Brijesh
• 120 points
507 views
0 votes
2 answers

How do I check if a variable exists in python?

Python doesn’t have a specific function to ...READ MORE

Dec 28, 2020 in Python by Carlos
12,539 views
0 votes
0 answers

How can I solve it? TypeError: unsupported operand type(s) for /: 'float' and 'list'

I am trying to calculate numerical integration ...READ MORE

Nov 17, 2020 in Python by asimsek
• 120 points
14,138 views
0 votes
0 answers

IndentationError: expected an indented block in phyton

Hi I i keep getting that error ...READ MORE

Sep 30, 2021 in Python by anonymous
• 120 points
434 views
0 votes
1 answer

You have to print the cheapest item using the dictionary key and values

Hi #take inpput here import ast import operator input_str = ...READ MORE

Jul 25, 2022 in Python by anonymous

edited Mar 5 3,875 views
0 votes
1 answer

How to create transaction in GnuCash in response to an email?

uhMqejOCFAKy READ MORE

Sep 5, 2024 in Python by pDFjfOneKmLRd

edited Mar 6 1,204 views
0 votes
1 answer

Why does changing one list, change another - Python

I think Kanika answered this one well, ...READ MORE

Jul 16, 2023 in Python by Samuel

edited Mar 5 3,152 views
0 votes
0 answers

if and else if and == and != questions

name = 'Shivank' name = 'Santhosh' name = 'Nisha' name ...READ MORE

Oct 1, 2021 in Python by Shivank

edited Mar 4 23 views
0 votes
0 answers
0 votes
0 answers

IndentationError: expected an indented block

I am getting IndentationError: expected an indented ...READ MORE

Sep 27, 2021 in Python by Saanidhya

edited Mar 4 50 views
0 votes
1 answer

How to convert BeautifulSoup object to string?

You can do this by directly type ...READ MORE

Apr 4, 2019 in Python by Ashu
39,141 views
0 votes
1 answer

TypeError: 'AxesSubplot' object does not support indexing

Hello , If you plot multiple subplots, the plt.subplots() returns ...READ MORE

May 7, 2020 in Python by Niroj
• 82,840 points
21,820 views
0 votes
1 answer

Error:NoReverseMatch at /my_url/ Reverse for 'my_url_name' with arguments '()' and keyword arguments '{}' not found. n pattern(s) tried: []

Hello @kartik, The NoReverseMatch error is saying that Django cannot ...READ MORE

Jul 30, 2020 in Python by Niroj
• 82,840 points
18,138 views
+4 votes
2 answers

sum of 1/2+2/3+3/4+...+n/n+1

num = int(input("Enter a number: ")) newnum = ...READ MORE

Dec 27, 2019 in Python by Nisha
• 200 points
13,707 views
0 votes
0 answers

Write a program to find largest of three numbers entered by the user.

pls answer this right now pls pls READ MORE

Sep 14, 2021 in Python by op

edited Mar 4 26 views
0 votes
0 answers
0 votes
2 answers

How to add image file in html using python

Hi, I have implemented as below from robot.api import ...READ MORE

Feb 9, 2021 in Python by anonymous
11,321 views