Quantcast
Channel: Active questions tagged python - Stack Overflow
Browsing all 13832 articles
Browse latest View live
↧

How to monitor in real time all the Python files that are running on the...

I have 4 Python files that are executed in cmd separately and uninterruptedly on my computer during all day. Within the codes there are subprocess that execute other Python files in the background.To...

View Article


Get the credentials an instance of `Channel` used to authenticate in Paramiko

I've been working with this multi-threaded SSH server that I made and I've encountered an issue. I need a way to get the credentials each channel used for authentication. For example, in handle after I...

View Article


mad mode "wb" error when trying to download an icon from a url [closed]

ane example url of an icon i want to downloadexample_url = ["https://raw.githubusercontent.com/ivoxprojects/eztools/main/icons/home-dark.png"]Loop through all the urls and if one image is missing...

View Article

Run Pylint for all Python files in a directory and all subdirectories

I have find . -iname "*.py" -exec pylint -E {} ;\andFILES=$(find . -iname "*.py")pylint -E $FILESIf I understand correctly, the first command will run pylint for each of the Python files, the second...

View Article

Is it possible to use Mongodb with Firebase codes

Is it possible to use Mongodb with Firebase codes via external libraries?The free usage of firestore db is so limited that I want to migrate mongodb but it will take too much time to replace 15000...

View Article


How can I change the sort of corelation, it is setting auto for me

How can I change the arrange of correlation, it is setting ordinal alpha for meHow can I change the arrange of correlation, it is setting ordinal alpha for meHow can I change the arrange of...

View Article

How to use a for loop to plot Kaplan Meier with lifelines in python?

I would like to make a Kaplan Meier plot with multiple groups. The code below can show lines for two groups in one plot but the amount of groups is binary. I would like to use a for loop that runs over...

View Article

Struggling to append a relative path to my sys.path [duplicate]

So there are a lot of pretty similar questions but none of the answers seems to satisfy what I'm looking for. Essentially I am running a python script using an absolute directory in the command...

View Article


How to wait for all tasks from ProcessPoolExecutor to be completed before...

def main(): start_time = time() cpu_cores = os.cpu_count() - LIMIT part_size = len(CHARACTERS)//cpu_cores for length in range(MAX_LENGTH): with Manager() as manager: event = manager.Event() with...

View Article


Could not build wheels for xformers, which is required to install...

I am trying to install the audiocrafts library in my pyenv virtual environment (MacOS) but I keep getting this error. clang: error: unsupported option '-fopenmp' error: command '/usr/bin/clang' failed...

View Article

Finding the index of values of one dataframe in another

I know this way for finding an index of a value in a dataframe like 1 in column a and 2 in column b:index = df.index[(df['a'] == 1) & (df['b'] == 2)]But if I want to find the index of the values of...

View Article

Time Complexity of "in" keyword in python when using a list? Leetcode

I read a little bit everywhere that the "in" operator have a time complexity of O(n), yet I used it in a code and idk why but it's acting as if it have the time complexity O(1)So I was solving a...

View Article

Pycharm type error: Expected type literal got list["Model"]

I write fastapi sqlmodel sqlalchemy project. I got type error in PyCharm:expected type 'Literal["*"] | QueryableAttribute', got 'list[Account] | None' insteaderror was caused by this code:from...

View Article


Counting consecutive values without interruption in pandas/Python

I am working on my pandas skills and have been stuck on an exercise for a while:I have created a DF with bike test data. Tests are ordered by time (ascending test_id). I would like to get the most...

View Article

matplotlib plot not updating after the plot is first shown with .show

I'm new to matplotlib and can't find out how to update my plot once I enter new values for the lines displayed in the plot. Showing the plots with the values that I entered first works without an...

View Article


Image may be NSFW.
Clik here to view.

Radio buttons can't be clicked on tkinter/python app

I have the following code which sets up some button and radio buttons. The radio buttons (Full Tcl version info: 8.6.11) can not be clicked on my side (Python 3.9.2 on Debian Linux 11):import tkinter...

View Article

How to solve Syntax error when importing tensorflow 1.8.0?

I imported tensorflow as:import tensorflow as tf and got this error:Traceback (most recent call last): File "C:\Users\USER\Downloads\import_tensorflow.py", line 1, in <module> import tensorflow...

View Article


Output line of code while executing it in Python

I am developing a small program which I want to give to my younger friends to introduce them to the bare minimum basics of programming using Python.In it, I want to add functionality to output the line...

View Article

object of type 'int' has no len() error needed assistance [duplicate]

I was just trying to recreate the trending game buckshot roulettebut a error just coming up and I don't know how to fix itI tried o recreate it but the error just on comingThis is the...

View Article

Optimal way of counting the number of non-overlapping pairs given a list of...

I'm trying to count the number of non-overlapping pairs given a list of intervals.For example:[(1, 8), (7, 9), (3, 10), (7, 12), (11, 13), (13, 14), (9, 15)]There are 8 pairs:((1, 8), (11, 13))((1, 8),...

View Article
Browsing all 13832 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>