I have a blog on django. I have two models article and comment. Each comment can be added to another one. If I send an API request localhost:8000/comments/1 I r
Given a reference to a method, is there a way to check whether the method is bound to an object or not? Can you also access the instance that it's bound to?
Requirement: Note: Application the user: Remote user CCP: one of the windows machine CCP user on the skid: Local user on CCP P&ID: one of the software in CC
I need to get 3 days before and after a given date defined in a variable, and store each one of them in a new individual variable in xsl 1.0. i can't use any e
I am trying to code a binance Buy function. However the code from binance.enums import * order = client.create_order(symbol='DOGEUSDT', side = 'BUY', type = 'M
I am trying to create IAM role using an assumed role. Below is my terraform snippet. provider "aws" { region = "us-east-1" shared_credentials_file = "${path
I cythonized my project folder and removed all files except .so and .sh files. I was able to deploy it and it was up and running, but in docs schema information