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

How can i store the gemini model chat history of each chat

Brief description:what I want is for the user to create multiple chats, and also be able to continue the previous conversation.In the below code to continue with chat1 in chat3 I need a history how I...

View Article


Image may be NSFW.
Clik here to view.

Oracle DB connection error with Python - cx_Oracle: cx_Oracle.DatabaseError:...

I am trying to use cx_Oracle (64bit python) to access my Oracle database. I followed the instruction here. I installed cx_Oracle 7.2.3 and downloaded instantclient-basic-windows.x64-19.3.0.0.0dbru.zip...

View Article


REGEX to match to identifier

I'm currently trying to write tests for a client of an API. Specifically, I want to write a test which looks if identifier has the format I want it to have.The format is the following:...

View Article

Mutliple assignments order difference

I am trying to solve a LeetCode question- Reorder List.In the process of solving it, Iv'e only managed to fix a bug in reversing the list with the help of chatGPT, but don't really understand how it is...

View Article

Convert String List to Integer List with user input in python [closed]

How can I convert String List to Integer List with user input in Python. I have try "map", "list comprehension" and more. These are working with without user input.Please Solve this problem and why it...

View Article


How can I store an ObjectIndex in my file system so I don't need to recreate...

Starting off by saying that I'm totally new to this, so super thankful for any help I can get!I have the following code (from one of the SQL examples from LlamaIndex's website)engine =...

View Article

How to block rotation on Flet python (Flutter)

I have a problem that when I turn the device over, the contents get mixed up, are there any ways to prevent the phone screen from turning over?I tried to cheat, check if the screen width exceeds the...

View Article

Query on Ludwig dataset sources and availability [closed]

I'm currently using Ludwig for a project, specifically following the fine-tuning example for LLaMA 2-7B detailed here. The command in use is:ludwig train --config model.yaml --dataset...

View Article


Convert Files Async by using ProcessPoolExecutor

I have this code that I am using to convert doc files to pdf, but I feel like it is not doing the correct job. I want this code to be able to handle as many files as possible at the same time when I...

View Article


Pyomo and GAMS Compatibility issues

I'm new to Pyomo and have a bit of experience with GAMS. I want to use Pyomo with GAMS. I'm using a M1 chip Mac and using anaconda to run python with Spyder. I have installed GAMS by checking 'add to...

View Article

How to type-hint a link between a class attribute and an instance attribute?

I have the following code:class ParentClass():"""ParentClass code goes here"""class ParentCategoryClass():"""Subclasses of this class are supposed to regroup instances of one or several ParentClass...

View Article

What is the most pythonic way to have inverse enumerate of a list?

The first thing that comes to mind is:>>> l = list('abcdef')>>> for i in range(len(l)-1, -1, -1):... item = l[i]... print(i, item)...5 f4 e3 d2 c1 b0 aI tried using the...

View Article

I need to figure out converting user input to make a simple case-sensitivity...

What I need is, am I doing correct? If not where to look at this to solve this problem.CS50 Python Math Interpreter problem by converting user input to make a simple case-sensitive calculator.It is...

View Article


When I remote R&S network analyzer,I can't store a file by 'Print to file'?

I try store the analyzer's diagram to specified path us follow python code,but failed,who can tell me why?inst =...

View Article

(pyodbc.Error) Can't open lib '/usr/local/lib/libmsodbcsql.18.dylib' : file...

I have both the Intel and Apple silicon versions of PyCharm installed on my Mac, and I'm attempting to run a project locally that utilizes PyODBC to connect to a SQL Server database. I've already...

View Article


Create & Insert data with schema of Dataframe

I have a csv that has 3300 attributes/columns. I cannot afford to create the columns manually in AZ SQL DB. I am looking out ways to automatically do it using Python. Came across to_sql and SQL Alchemy...

View Article

Running joblib over multiple nodes in a HPC cluster

Hello I am tryning to solve a simple optimization for a million times with different inputs. For that I have the following structure:input = list of N arraysmyfun() = Takes one array solves and returns...

View Article


Paramiko RSAKey "private key file is encrypted"

I'm trying to use Paramiko to connect to an SFTP site."paramiko": {"hashes":...

View Article

Does the Python rich module provide scroll bars?

I'm creating a live table that gets updated every 60 seconds. The number of rows returned is variable and the size of the terminal is, of course, variable as well since it depends on what the user...

View Article

Error in loading JSON data -JSONDecodeError

I am trying to get json data in a container using following code:import requestsimport pandas as pdimport jsonfrom bs4 import BeautifulSoupurl =...

View Article
Browsing all 13832 articles
Browse latest View live


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