All Tickets

Priority
Status
Type
Category
Anonymous
asked 5 years, 4 months ago
Views 481
Views 481

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 5 years, 4 months ago
Views 654
Views 654

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 5 years, 4 months ago
Views 493
Views 493

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

Python
Medium
Problem
Closed
bhanupriyakuchana123
asked 5 years, 4 months ago
Views 1274
Views 1274

'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 5 years, 4 months ago
Views 495
Views 495

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 5 years, 4 months ago
Views 525
Views 525

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 5 years, 4 months ago
Views 485
Views 485

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 5 years, 4 months ago
Views 1061
Views 1061

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 5 years, 4 months ago
Views 516
Views 516

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 5 years, 4 months ago
Views 2473
Views 2473

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 5 years, 4 months ago
Views 449
Views 449
class Color(Enum):
    RED = 1
    GREEN = 2
    BLUE = 3

Is there a type expression expression Foo such that: …

Python
Medium
Question
Closed
bhanupriyakuchana123
asked 5 years, 4 months ago
Views 503
Views 503

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 5 years, 4 months ago
Views 1031
Views 1031

 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 5 years, 4 months ago
Views 447
Views 447

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 5 years, 4 months ago
Views 476
Views 476

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 5 years, 4 months ago
Views 478
Views 478

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

Python
Medium
Problem
Closed
alani25
asked 5 years, 4 months ago
Views 523
Views 523

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 5 years, 4 months ago
Views 1142
Views 1142

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 5 years, 4 months ago
Views 598
Views 598

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 5 years, 4 months ago
Views 506
Views 506
start = int(input("Enter a number: "))

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

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 5 years, 5 months ago
Views 495
$10
Views 495

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 5 years, 5 months ago
Views 524
$10
Views 524

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 5 years, 5 months ago
Views 575
Views 575

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 5 years, 5 months ago
Views 1044
$10
Views 1044

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 5 years, 5 months ago
Views 549
$5
Views 549

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 5 years, 5 months ago
Views 481
$10
Views 481

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 5 years, 5 months ago
Views 570
Views 570
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 5 years, 5 months ago
Views 516
$10
Views 516

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 5 years, 5 months ago
Views 512
Views 512

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

Python
Medium
Question
Closed
shovon
asked 5 years, 5 months ago
Views 626
$10
Views 626

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 5 years, 5 months ago
Views 468
Views 468

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 5 years, 5 months ago
Views 603
$5
Views 603

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 5 years, 5 months ago
Views 536
$5
Views 536

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 5 years, 5 months ago
Views 498
Views 498

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 5 years, 5 months ago
Views 3201
$10
Views 3201

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 5 years, 5 months ago
Views 452
Views 452

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 5 years, 5 months ago
Views 552
Views 552

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 5 years, 5 months ago
Views 618
$5
Views 618

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 5 years, 5 months ago
Views 511
Views 511

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 5 years, 5 months ago
Views 575
Views 575

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 5 years, 6 months ago
Views 458
$5
Views 458

 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 5 years, 6 months ago
Views 1668
Views 1668

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 5 years, 6 months ago
Views 515
$10
Views 515

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 5 years, 6 months ago
Views 536
Views 536

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 5 years, 6 months ago
Views 437
Views 437

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 5 years, 6 months ago
Views 1293
$5
Views 1293

How to handle search using filters checkbox in Django?

Django
High
Question
Closed
RadySonabu
asked 5 years, 6 months ago
Views 580
$10
Views 580

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 5 years, 6 months ago
Views 555
Views 555

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