in my django project structure, i want all my django apps in a separate Apps Folder, but when i include it in settings.py it raises an error, raise ImproperlyCo
I am trying to create a graph with two y axes (below code), but the title of the right-side y-axis does not appear. Can anyone please help me with that? sysuse
I have created a chrome extension. I would like to know if it is possible to add a right-click option to a Chrome extension's icon. When I click right on-page
XLwings works locally on my Windows machine, but if I try to run it remotely on a SageMaker instance (which I believe uses Linux under the hood) it doesn't work
I've been trying to write a code that connects to a websocket from the Discord gateway but sometime in the middle I get the following error caught through a log
I'm looking for a JSON object of all the options available for the entire echart library, shown in the documentation here: https://echarts.apache.org/en/option.
I have this code: string str = "valta is the best place in the World"; I need to replace the first symbol. When I try this: str[0] = 'M'; I received an e
please help me to solve this, How to make new column in df with duration result? also result for all row. Thanks. import pandas as pd from datetime import time,
I'm getting a 'module object has no attribute ..." error when trying to use a package heirarchy I created. The error is reminiscant of the error you get when t
I am using mean stack to make a chat application, the API REST is working fine with app.listen() and I needed a way to detect when a message was created and sen