Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
38 views

I have a problem where I set a value to a StringVar, and the entry that is associated with the StringVar doesn't display any value (it's just empty). If I debug, then the var variable (that is a ...
Xero7512's user avatar
Best practices
0 votes
4 replies
86 views

I'm building a web application that has ~34 independent dropdown lists (e.g. currency codes, country names, user types, exemple statuses, etc.). Each list has no relation to the others — they're ...
dark night's user avatar
-9 votes
0 answers
72 views

I'm having trouble getting a Python module to work, it apparently has some useful shortcuts to access a database using its API, I start with a call to import it which fails with a ModuleNotFoundError ...
AndrewB's user avatar
  • 305
-3 votes
0 answers
69 views

I am trying to pass an argument to a Python script as a single literal string, but Python simply cannot parse it properly. No matter what I do, the argument is mangled. I have tried escaping the ...
skeetastax's user avatar
  • 1,820
0 votes
0 answers
53 views

I have installed pandas using pip3 install pandas In my terminal it works fine with no error import pandas as pd But I can't do so in Jupyter Notebook, this is the error: ----------------------------...
Altaf's user avatar
  • 91
0 votes
1 answer
41 views

In here <!DOCTYPE html> <html> <body> <h3>Enter Your Name</h3> <form method="post"> <input type="text" name="username&...
Ronaka Samaraweera's user avatar
Advice
1 vote
6 replies
86 views

I am a student trying to get started with intro in scripting this next term. Any advice or practice places on how to learn coding and anything you are willing to share to help me out. I have never ...
Jesyka Brockmeier's user avatar
Advice
0 votes
1 replies
57 views

I've built a Self-Evaluating RAG System using LangChain, ChromaDB, BM25 hybrid retrieval, query rewriting, and cross-encoder reranking, with LLaMA 3.3 70B via Groq as the LLM. I'm trying to evaluate ...
Ricky Raj Sahani's user avatar
0 votes
1 answer
42 views

According to the official Airflow documentation we can use labels arg to mark certain batch predictions which we can use in GCP Billing > Report to filter by the labels. I tried it like this ... ...
sparkhee93's user avatar
  • 1,373
1 vote
2 answers
120 views

Hi whom ever is reading this, I am currently debugging my code and I am stuck on a weird bug. I am using two main files for the project, one called logic.py and one called card.py. The entire game ...
Nebula434's user avatar
0 votes
0 answers
48 views

the window pops for not even half a second, doesn't really show anything, i don't get whats wrong with the code, as i mentioned before i am relatively new to coding and i want my code to show a ...
theguy inurcloset's user avatar
1 vote
1 answer
78 views

I have a simple SVG file that draws a polygon over a rectangle. The size of the rectangle is given as 100%. This looks good in emacs' viewer, inkscape, firefox. <svg xmlns="http://www.w3.org/...
Spacedman's user avatar
  • 94.7k
1 vote
0 answers
51 views

I have used the following commands to load in a python .pkl file in MATLAB: fid = py.open("data.pkl"); data = py.pickle.load(fid); T = table(data); This loads a python DataFrame object and ...
David K's user avatar
  • 1,360
Tooling
0 votes
2 replies
92 views

I’m working on a system similar to Scan2Info, where users can scan a product barcode using their mobile phone camera and instantly retrieve product information such as price, name, and details from a ...
AHMAD ALMAJALI's user avatar
Advice
0 votes
2 replies
33 views

I am creating an mdf file from a pandas dataframe in python. Data is sampled at .015s rate. Issue I'm having is that the created mdf file shows the time index as being around 11 hrs total file time ...
jB777's user avatar
  • 127

15 30 50 per page
1
2 3 4 5
147121