questions/python/page/19
Think of the conditional expression as switching ...READ MORE
Hello @kartik, The reverse will involve taking the ...READ MORE
Hi, @Baker, Putting in extra space or leaving ...READ MORE
You can follow the below given: '{:%Y-%m}'.format(dt.strptime(str(key), '%Y-%m-%d ...READ MORE
Hi, @Mushfiqkhantrial, It is important to run pycharm.sh from the bin folder. The VM ...READ MORE
Hello @shamsher, First try to check what version ...READ MORE
Hello @kartik, You can override templates/admin/index.html and add the JavaScript ...READ MORE
Hello @kartik, There's an easy way, just override ...READ MORE
Hello @kartik, You don't need to overwrite or ...READ MORE
Hi@akhtar, You can filter Pandas Dataframe with the ...READ MORE
If we are using one numerical variable ...READ MORE
Hello @kartik, The queryset returned from get_queryset provides ...READ MORE
Hi, @Reshma, You can go through this as ...READ MORE
I guess the given below will b ...READ MORE
def printTable(): for i in range(1,10): print(" ",end=' ') if(i%3==0 ...READ MORE
Hello @SUHRID, For your query you can refer ...READ MORE
You can go through the given below ...READ MORE
Hello @bhawna, You can encapsulate all the logic ...READ MORE
Hi@akhtar, In Python, you can use the os. remove() method to remove ...READ MORE
I resolved this issue using AWS Glue ...READ MORE
You can make a change to your ...READ MORE
Im a begginer and im trying to ...READ MORE
Hi@akhtar, Strings can be reversed using slicing. To ...READ MORE
Hello @kartik, $python manage.py syncdb is deprecated and not ...READ MORE
Hi@MUHAMMAD, I tried to run the exact code ...READ MORE
Consider I as the integer value Increment ...READ MORE
The default constructor is called when there ...READ MORE
Hello @kartik, Use this code to generate the PDF ...READ MORE
Hey, You can go through the given example ...READ MORE
Hello @kartik, Use the following and you will be ...READ MORE
Hi@akhtar, You can rearrange a DataFrame object by ...READ MORE
Hi, @Sonali, You can check this out https://www.edureka.co/community/6776/compiled-vs-interpreted-languages, as ...READ MORE
Both are actually IDE-s I don't know ...READ MORE
Remove main & try or Use __name__ instead ...READ MORE
Your CPU is supported, Only the Binary was ...READ MORE
You can use Microsoft azure notebooks to ...READ MORE
How to proceed with main menu and ...READ MORE
Hello, @Detrod, Regarding your query, I guess you ...READ MORE
Hello @kartik, You need to use an @api_view decorator ...READ MORE
Honestly, as long as you have the ...READ MORE
You can go through this: def num(number): ...READ MORE
Hi@akhtar, I had the same problem when installing ...READ MORE
Hello @kartik, Generally request in drf views is rest_framework.request.Request instance. Following to ...READ MORE
Hello @Joy, '__main__' is the name of the scope ...READ MORE
Hello @kartik, Just try this: python manage.py changepassword <user_name> Hope ...READ MORE
Hey, @Ashay, You can even go through this: https://www.youtub ...READ MORE
Expecting some operations, not loop. As because of ...READ MORE
from collections import defaultdict a = {1: 2, ...READ MORE
Hi, @Hari, Are you facing any error while ...READ MORE
Hello @kartik, The new path() syntax in Django 2.0 does ...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.