questions/python/page/12
import datetime from django.db import models from django.utils import ...READ MORE
Traceback (most recent call last): File "main.py", line ...READ MORE
secret_word = "giraffe" guess = "" guess_count = 0 guess_limit ...READ MORE
Hello, this is my code where i ...READ MORE
def diff(a,b): # end function print(" *** ...READ MORE
If you run "python -m django --version" ...READ MORE
AF stands for Address Family. INET means Internet ...READ MORE
The string count() method returns the number of occurrences of ...READ MORE
Hi this is my coding so far, ...READ MORE
import cv2 import numpy as np img=cv2.imread ("C:\\Users\\20pa1\\Downloads\\pawan_kalyan_teenmar_movie_stills06.jpg" , ...READ MORE
I want to check if any NULL ...READ MORE
Hi@Christlan, This problem is related to version. Follow ...READ MORE
Hello @kartik, You should use raw_input if you are ...READ MORE
tree = [[[5, 1, 2], [8, -8, ...READ MORE
Hi@Nishant, You can use PILLOW instead of PIL. $ ...READ MORE
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
why python language is most used language ...READ MORE
from pyQt5.QtWidgets import * def window(): ...READ MORE
There’s an optional second argument, block, which ...READ MORE
I got this type of error ERROR: Could ...READ MORE
This is my code: from tkinter import * root ...READ MORE
Hello, Turtle.pen is used to set/get pen attributes ...READ MORE
The answer to this is version- and ...READ MORE
Hi@akhtar, The range function does not work with ...READ MORE
HI, I am using marionette_driver to automate firefox ...READ MORE
down voteacceptedFor windows: you could use winsound.SND_ASYNC to play them ...READ MORE
Install Python 3.7(latest version) from the following ...READ MORE
Write a Python program that takes as ...READ MORE
I know that type() function is used ...READ MORE
Python doesn’t have a specific function to ...READ MORE
I am trying to calculate numerical integration ...READ MORE
Hi I i keep getting that error ...READ MORE
Hi #take inpput here import ast import operator input_str = ...READ MORE
uhMqejOCFAKy READ MORE
I think Kanika answered this one well, ...READ MORE
name = 'Shivank' name = 'Santhosh' name = 'Nisha' name ...READ MORE
ModuleNotFoundError ...READ MORE
I am getting IndentationError: expected an indented ...READ MORE
You can do this by directly type ...READ MORE
Hello , If you plot multiple subplots, the plt.subplots() returns ...READ MORE
READ MORE
Hello @kartik, The NoReverseMatch error is saying that Django cannot ...READ MORE
num = int(input("Enter a number: ")) newnum = ...READ MORE
pls answer this right now pls pls READ MORE
ggg READ MORE
while True: secret_number: list[int] ...READ MORE
Hi, I have implemented as below from robot.api import ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.