I have a panel of stocks with these columns: Date, Ticker, Ret, MTB. I want to rank the stocks based …
Given a list of instances of class A
, [A() for _ in range(5)]
, I want to randomly select …
'm curious if anyone has found a work around for handling the random "Please Verify you are human" pop up …
I have the a large dataframe where I calculate the p value using a t-test for each row. I now …
I'm trying to create some pixelart using a matrix in pycharm, the problem is that i have never used this …
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 …
0
I have a python with selenium script that should be called with an argument that different for each person …
Is there any advantage to using the 'type hint' notation in python?
import sys
def parse(arg_line: int) -> str:
print …
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 …
class Color(Enum):
RED = 1
GREEN = 2
BLUE = 3
Is there a type expression expression Foo
such that: …
I want to translate a page that chrome doesnt recognize the language. Is there a hotkey to translate a page?
I had both Python 2.7 and 3.5 installed on my Mac and was able to use them both successfully. Not …
I have (n,m)
array arr1
, where n
is almost 2.5 million and m =100
. Another arr2
is (n, …
A file having number of rows and columns where the input file are not fixed. Also, there can be duplicate …
I have two lists, l1
and l2
. I want to perform l1 - l2
, which …
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 …
Environment: Python 3.6, Django 3.0, DRF 3.11, JWT Authorization
I have a simple class in my API where I want …
I recently installed Python 3.8 onto my computer. I now have Python 3.7 and 3.8. I would like to delete …
start = int(input("Enter a number: "))
for number in range (1, start + 1):
if (number % 2 != 0): …
How to to convert object string data from the csv column into total seconds.
In my csv sheet, data looks …
Hi again
Today i deployed my django app on heroku but now i have 1 issue
When i create a …
Hey there i cannot connect my app.. I tried to follow Corey Shaffer tutorial on how to deploy in heroku …
I am looking to find a way to make my HTTP request in a specfic/exact time for example 09:02:00:00 AM. …
So my issue is that when i try to render_to_string and send the email with that message it shows only …
Hi team,
I'm working on project, data transfer from onpremis postgres DB to cloud postgres DB through Google cloud data …
i want this to disappear (<django....>) how can i do that
After i receive the email instead of showing the …
Hi, I have a problem. When I try to log in in the Django Admin, this error occurs (image attached). …
How do i work on post, put, get , delete and patch methods on models with relationships from the django …
how to fetch images from google cloud to my django image slider web app?
I have deployed a scrapy project on an ec2. I need a splash for scrapping some websites. Splash is working …
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 …
I'm trying to clone the Instagram web page using Django(version-3.1). My Django project has an app called 'post'. One of …
I have not succesfully been able to have mit django website running via Apache. The problem is now that i …
Hi, I'm after some advice, i'm currently new(ish) to Django and want to know what would the best package/framework to …
Hi i have found an issue while developing my webapp
So i tried to render my template called marketingup.html and …
Hello,
I was just try to build django ecommerce site from just django channel .Then i got an error User matching …
I am getting this when I run my django site's form:
Forbidden (403)
CSRF verification failed. Request aborted.
Help
Reason given …
I have just uploaded my django project to a ubuntu server at Linode.com. I wanted to test out my site …
I am creating a project where there are Posts and Items, 2 different models in 2 different apps and each …
I'm trying to fix a bug in my project.
When a user goes to the product detail page, the user …
This is my nav bar dropdown in django template. I want it to be changed to become a freelancer when we …
Hello,
I have a django web app and i want to add some like button in my feeds like facebook,twitter …
I want to make something like when someone download a pdf from my site after downloading download value will be …
I need to add an event calendar to my Django app
I have tried Django-scheduler but I can't manage to …
I am posting the link of my prototype,please guide me how can i do this.
https://marvelapp.com/prototype/769if5d/screen/70192002
How to handle search using filters checkbox in Django?
I am currently having a single database for service_1 and service_2. Now a client wants to make it a separate …
Can someone help me change class base to function base, I am better of function base, class base is quite …
Hello! I am an industrial engineering student and I am developing a small project with a Gantt chart. I am …