questions/python/page/13
Hello @kartik, Setting readonly on a widget only makes the ...READ MORE
Whenever I run Command (DJANGO-ADMIN) it gives ...READ MORE
import turtle sc=turtle.Screen() sc.setup(600,600) spiral=turtle.Tu ...READ MORE
Hi, There may a problem with your python ...READ MORE
Hi@akhtar, To avoid this error you can use ...READ MORE
K = range(1,10) sum_sq_dst = [] for k in ...READ MORE
Hi@akhtar, As we know that the index of ...READ MORE
Hello @kartik, Use Dictionary Items: {% for key, value ...READ MORE
To read this dataset use encoding as ...READ MORE
If you just want to open a ...READ MORE
Prerequisites You will need a macOS computer with ...READ MORE
I am getting the error : [Errno 11001] ...READ MORE
Given a sentence S, write a program ...READ MORE
Hello @kartik, Try {% load static %} instead of {% load ...READ MORE
there is sum() function as a built ...READ MORE
Setting the font size of the figure ...READ MORE
Hi, @hala, Regarding your query, you can go ...READ MORE
import turtle # make screen object # and set ...READ MORE
Hi@akhtar, It seems this module is not present ...READ MORE
Hello @kartik, You can't do LivingRoom.objects.create(user=instance) because you have an __init__ method ...READ MORE
apriori is python 2.7 module so this ...READ MORE
# Creating Features Space features = {} # Raw ...READ MORE
Hi@akhtar, In the above error it shows could not ...READ MORE
Hi@akhtar, Starting from IPython 3 (now Jupyter project), ...READ MORE
R u getting the issue while running ...READ MORE
x=1, x=2, x=3, x=4, x=5 READ MORE
Traceback (most recent call last): File "C:\Users\SONY\PycharmProjects\Python Tuts\.idea\chammach.py", ...READ MORE
The error is thrown in this line matchPercentage ...READ MORE
ValueError: invalid literal for int() with base ...READ MORE
Your data is not a valid JSON format. You ...READ MORE
number_of_actions = 5 max_value = 2 Prev_max_value = 0 costs ...READ MORE
Hi@zena, The error is because there is some non-ASCII ...READ MORE
time_in_hexa_format_as_string = '0x278a51da' def get_time_stamp(value_for_time): ...READ MORE
.I know that type() function is used ...READ MORE
Hi There, Basically I want to read a ...READ MORE
The command you're looking for is: python3.7 -m ...READ MORE
Hello @kartik, You need to print it before ...READ MORE
Hello @kartik, You cannot access the request.user directly. You need ...READ MORE
Thanks, This answer was helpful. READ MORE
I am using Django to create a ...READ MORE
Hi guys i have below code . ...READ MORE
#Function is defined def eq1( vi, t, a): d ...READ MORE
Hi. I and my sister wanted to ...READ MORE
Hi@akhtar, You have used unit8 in your code. ...READ MORE
Hi@akhtar, It most likely means the hostname of ...READ MORE
I have an IP address and I'm ...READ MORE
Hello @kartik, Serializers allow partial updates by specifying partial=True when initializing ...READ MORE
I'm trying to model a ubi on ...READ MORE
mass=int(input("Enter mass:")) change=int(input('enter the change in temperature:')) specific_heat=4184 cal=mass*specific_heat*change print("Your total ...READ MORE
Hello @kartik, You could use assign with a dict of ...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.