Quantcast
Browsing all 14097 articles
Browse latest View live

Accessing CPU temperature in python

I need an example code for accessing CPU temperature in python. I'm running windows 7, BTW.

View Article


Deploying a python websocket client in GCP

I need to consume a websocket server using a python client. I need to deploy this client in GCP. As I need to hold the connection, and maintain it open, it seem taht the only way is to have a VM. Is...

View Article


ImportError: libGL.so.1: cannot open shared object file: No such file or...

I am trying to run cv2, but when I try to import it, I get the following error:ImportError: libGL.so.1: cannot open shared object file: No such file or directoryThe suggested solution online is...

View Article

How to debug a 3rd-party Python package in VS Code

How to enter into imported package while debugging in VS codeAs an example:import osimport mdfreaderk123 = mdfreader.mdf("Test.mf4")How to enter into the mdf function in the imported package

View Article

How to turn a doubly recursive function into an iterative function?

So I’m tutoring someone in computer algorithms and they came across a question that I helped them with, but I figured out a recursive algorithm, however they need to work with large sets of data and...

View Article


Convert amount to word in Python In Indian Format

How to convert amount to word in Indian?I was using num2words library but its is presenting wrong set of words while presenting 'lakhs' and 'crores'.For example:num2words(903614.55, lang='en-IN')Its...

View Article

Could not find a version that satisfies the requirement torch>=1.0.0?

Could not find a version that satisfies the requirement torch>=1.0.0 No matching distribution found for torch>=1.0.0 (from stanfordnlp)

View Article

Errors with Python program to translate word doc from English to French

I am very new to programming and am trying to use python 3.12.3 on Windows 11 to take a word doc file and translate it from English to French for a student of mine. It is a very large file (84,332kb)...

View Article


Image may be NSFW.
Clik here to view.

Streamlit controlling sidebar title

I have a streamlit app with multiple pages which I run from minimal_example.pyThis is the file content -import streamlit as stdef main(): page_config = st.set_page_config( page_title="my demo", )if...

View Article


Python Debug not working on SSH FS (remote host)

Issue:I am using VSCode version 1.69.1 on Mac (Version details at the bottom). From Mac, I connect to a remote repo using SSH FSWhen I click on 'run'> 'Start Debugging' or 'Run Without Debugging' on...

View Article

Outputting text to multiple terminals in Python

(I am using Python and ArchLinux)I am writing a simple AI in Python as a school project. Because it is a school project, and I would like to visibly demonstrate what it is doing, my intention is to...

View Article

Python Warning - Expected type 'Union[Integral, slice]', got 'str' instead

My code below in python is giving me a warning on the line: some_new_object['someVar'] = cd['someVar']The warning isExpected type 'Union[Integral, slice]', got 'str' insteadCode:def some_object():...

View Article

Python converting string to array

I'm recently tring to make a python code to convert a string to array.For example:'[[M,,[10,20]],[F,,[7,9]]]' to [['M','',['10','20']],['F','',['7','9']]]The reason I need it is that I am importing...

View Article


Python already installed still getting error "Unable to process..." while...

Error imageTried to change the python version to 3.8 but still facing the same issue.Thanks in advance!!Tried to create a new environment to test open ai api key but showing error(shared screenshot...

View Article

Python Requests Package

I am using requests.get() to get data back from an API, however, I must include cookies or else the request will not return data. The idea is to include it as a part of the headers parameters however I...

View Article


Image may be NSFW.
Clik here to view.

Crop image to its new four corners after rotation around arbitrary point...

There is plenty of answers how to rotate around center of image but how to rotate around an arbitrary point in original image and cropping the new rotated image to its new four corners after rotation...

View Article

Nextcloud Deck and Python

I try to extend the python Library nextcloud-deck. There is one thing missing in this library I really want to access. And that's the assigned users on the card. I already extended the modle in hope to...

View Article


Image may be NSFW.
Clik here to view.

Create a Histogram based on the date range

I am new to Data Science and Python.I have a Data Set with date range Starting: "2020-03-15" and Ending: "2022-02-23". On each date there are multiple activities.I am looking forward to create a...

View Article

object color detection function

enter image description hereI was plan to object color detection function through camera module v2so I use opencv.

View Article

Avoid reloading entire streamlit app on user input change

I have been trying to build multiple plots in a streamlit app which intakes multiple user inputs for each plot (like: set threshold for graph X, choose variables for graph Y etc ) using either...

View Article
Browsing all 14097 articles
Browse latest View live


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