All Tickets

Priority
Status
Type
Category
Anonymous
asked 4 years, 9 months ago
Views 347
Views 347

In the df underneath, I want to sort the values of column 'cdf_X' based on column 'A' and 'X'. Column …

Python
Medium
Problem
Closed
Anonymous
asked 4 years, 9 months ago
Views 496
Views 496

I have a panel of stocks with these columns: Date, Ticker, Ret, MTB. I want to rank the stocks based …

Python
Medium
Problem
Closed
Anonymous
asked 4 years, 9 months ago
Views 344
Views 344

Given a list of instances of class A[A() for _ in range(5)], I want to randomly select …

Python
Medium
Problem
Closed
bhanupriyakuchana123
asked 4 years, 9 months ago
Views 1103
Views 1103

'm curious if anyone has found a work around for handling the random "Please Verify you are human" pop up …

Other
Low
Problem
Closed
Anonymous
asked 4 years, 9 months ago
Views 375
Views 375

I have the a large dataframe where I calculate the p value using a t-test for each row. I now …

Python
Medium
Problem
Closed
Anonymous
asked 4 years, 9 months ago
Views 401
Views 401

I'm trying to create some pixelart using a matrix in pycharm, the problem is that i have never used this …

Python
Medium
Question
Closed
Anonymous
asked 4 years, 9 months ago
Views 357
Views 357

So each request it sends keeps printing

{"success":false,"code":7,"message":"Ad creation cooldown has not elapsed"}

and everytime it prints this I want …

Python
Medium
Problem
Closed
bhanupriyakuchana123
asked 4 years, 9 months ago
Views 890
Views 890

0

I have a python with selenium script that should be called with an argument that different for each person …

Python
Medium
Problem
Closed
Anonymous
asked 4 years, 9 months ago
Views 401
Views 401

Is there any advantage to using the 'type hint' notation in python?

import sys
def parse(arg_line: int) -> str:
    print …
Python
Medium
Question
Closed
bhanupriyakuchana123
asked 4 years, 9 months ago
Views 2275
Views 2275

I was trying to login in this website https://www.henryschein.com/us-en/Profiles/Login.aspx using Python Selenium and Chrome driver but it says that Access …

Python
Medium
Problem
Closed
Anonymous
asked 4 years, 9 months ago
Views 327
Views 327
class Color(Enum):
    RED = 1
    GREEN = 2
    BLUE = 3

Is there a type expression expression Foo such that: …

Python
Medium
Question
Closed
bhanupriyakuchana123
asked 4 years, 9 months ago
Views 370
Views 370

I want to translate a page that chrome doesnt recognize the language. Is there a hotkey to translate a page?

Python
Low
Question
Closed
Anonymous
asked 4 years, 9 months ago
Views 862
Views 862

 I had both Python 2.7 and 3.5 installed on my Mac and was able to use them both successfully. Not …

Python
Medium
Problem
Closed
Anonymous
asked 4 years, 9 months ago
Views 325
Views 325

I have (n,m) array arr1, where n is almost 2.5 million and m =100. Another arr2 is (n, …

Python
Medium
Question
Closed
Unknown
asked 4 years, 9 months ago
Views 355
Views 355

A file having number of rows and columns where the input file are not fixed. Also,  there can be duplicate …

Python
Medium
Question
Closed
Soudhamini
asked 4 years, 9 months ago
Views 358
Views 358

 I have two lists, l1 and l2. I want to perform l1 - l2, which …

Python
Medium
Problem
Closed
alani25
asked 4 years, 9 months ago
Views 390
Views 390

I have an image file in the following location.

'D:\\projects\\IMG_2012-09-26T09-00-07.jpg'

While I am trying to read by directly giving the …

Python
Medium
Problem
Closed
p789ahm
asked 4 years, 9 months ago
Views 954
Views 954

Environment: Python 3.6, Django 3.0, DRF 3.11, JWT Authorization

I have a simple class in my API where I want …

Django
Medium
Question
Closed
mstk_sql
asked 4 years, 9 months ago
Views 437
Views 437

I recently installed Python 3.8 onto my computer. I now have Python 3.7 and 3.8. I would like to delete …

Python
Low
Question
Closed
mstk_sql
asked 4 years, 9 months ago
Views 397
Views 397
start = int(input("Enter a number: "))

for number in range (1, start + 1):
    if (number % 2 != 0): …
Python
Medium
Question
Closed
p789ahm
asked 4 years, 9 months ago
Views 372
Views 372

How to to convert object string data from the csv column into total seconds.

In my csv sheet, data looks …

Python
Low
Problem
Closed
BrunoSeixas
asked 4 years, 9 months ago
Views 388
$10
Views 388

Hi again
Today i deployed my django app on heroku but now i have 1 issue

When i create a …

Python
Urgent
Question
Closed
BrunoSeixas
asked 4 years, 9 months ago
Views 396
$10
Views 396

Hey there i cannot connect my app.. I tried to follow Corey Shaffer tutorial on how to deploy in heroku …

Python
Urgent
Question
Closed
p789ahm
asked 4 years, 9 months ago
Views 426
Views 426

I am looking to find a way to make my HTTP request in a specfic/exact time for example 09:02:00:00 AM. …

Python
Low
Question
Closed
BrunoSeixas
asked 4 years, 9 months ago
Views 891
$10
Views 891

So my issue is that when i try to render_to_string and send the email with that message it shows only …

Python
Urgent
Question
Closed
chitu
asked 4 years, 9 months ago
Views 395
$5
Views 395

Hi team, 
I'm working on project, data transfer from onpremis postgres DB to cloud postgres DB through Google cloud data …

Python
High
Question
Closed
BrunoSeixas
asked 4 years, 9 months ago
Views 357
$10
Views 357

i want this to disappear (<django....>) how can i do that

After i receive the email instead of showing the …

Python
Urgent
Question
Closed
9895fernando
asked 4 years, 9 months ago
Views 449
Views 449
Hi, I have a problem. When I try to log in in the Django Admin, this error occurs (image attached). …
Python
Medium
Question
Closed
perez
asked 4 years, 10 months ago
Views 385
$10
Views 385

How do i work on post, put, get , delete and patch methods on models with relationships from the django …

Django
Urgent
Question
Closed
karan
asked 4 years, 10 months ago
Views 358
Views 358

how to fetch images from google cloud to my django image slider web app?

Python
Medium
Question
Closed
shovon
asked 4 years, 10 months ago
Views 505
$10
Views 505

I have deployed a scrapy project on an ec2. I need a splash for scrapping some websites. Splash is working …

Python
Urgent
Question
Closed
mominul
asked 4 years, 10 months ago
Views 339
Views 339

I'm trying to clone instagram web page using Django(version-3.1).
my Django project has an app called 'post'.
one of it's …

Python
Low
Question
Closed
mominul
asked 4 years, 10 months ago
Views 463
$5
Views 463

I'm trying to clone the Instagram web page using Django(version-3.1). My Django project has an app called 'post'. One of …

Django
High
Question
Closed
lassejonassen
asked 4 years, 10 months ago
Views 419
$5
Views 419

I have not succesfully been able to have mit django website running via Apache. The problem is now that i …

Python
High
Question
Closed
ben
asked 4 years, 10 months ago
Views 378
Views 378

Hi, I'm after some advice, i'm currently new(ish) to Django and want to know what would the best package/framework to …

Django
Medium
Question
Closed
BrunoSeixas
asked 4 years, 10 months ago
Views 3048
$10
Views 3048

Hi i have found an issue while developing my webapp

So i tried to render my template called marketingup.html and …

Python
Urgent
Question
Closed
swastikshrestha0001
asked 4 years, 10 months ago
Views 349
Views 349

Hello,

I was just try to build django ecommerce site from just django channel .Then i got an error User matching …

Django
Medium
Question
Closed
kovy.jacob
asked 4 years, 10 months ago
Views 428
Views 428

I am getting this when I run my django site's form:

Forbidden (403)

CSRF verification failed. Request aborted.

Help

Reason given …

Django
Medium
Question
Closed
lassejonassen
asked 4 years, 10 months ago
Views 475
$5
Views 475

I have just uploaded my django project to a ubuntu server at Linode.com. I wanted to test out my site …

Django
High
Question
Closed
ahmed.hisham87
asked 4 years, 10 months ago
Views 373
Views 373

I am creating a project where there are Posts and Items, 2 different models in 2 different apps and each …

Python
Low
Question
Closed
ahmed.hisham87
asked 4 years, 10 months ago
Views 459
Views 459

I'm trying to fix a bug in my project.

When a user goes to the product detail page, the user …

Python
Low
Question
Closed
swastikshrestha0001
asked 4 years, 10 months ago
Views 349
$5
Views 349

 This is my nav bar dropdown in django template. I want it to be changed to become a freelancer when we …

Django
High
Question
Closed
prameessa249
asked 4 years, 10 months ago
Views 1524
Views 1524

Hello,

I have a django web app and i want to add some like button in my feeds like facebook,twitter …

Django
Low
Question
Closed
js-tutul
asked 4 years, 10 months ago
Views 392
$10
Views 392

I want to make something like when someone download a pdf from my site after downloading download value will be …

Django
Urgent
Question
Closed
catgomessousa
asked 4 years, 10 months ago
Views 413
Views 413

I need to add an event calendar to my Django app

I have tried Django-scheduler but I can't manage to …

Django
Medium
Question
Closed
ashutoshmishra333
asked 4 years, 10 months ago
Views 333
Views 333

I am posting the link of my prototype,please guide me how can i do this.

https://marvelapp.com/prototype/769if5d/screen/70192002

Python
Low
Question
Closed
sushkc787
asked 4 years, 10 months ago
Views 1158
$5
Views 1158

How to handle search using filters checkbox in Django?

Django
High
Question
Closed
RadySonabu
asked 4 years, 10 months ago
Views 452
$10
Views 452

I am currently having a single database for service_1 and service_2. Now a client wants to make it a separate …

Python
Urgent
Question
Closed
oghomwenogunmwonyi
asked 4 years, 10 months ago
Views 427
Views 427

Can someone help me change class base to function base, I am better of function base, class base is quite …

Python
Medium
Question
Closed
First Previous 4 5 6 7 Next Last