| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,791
Full Statistics
|
| Online Users |
There are currently 41 online users. » 0 Member(s) | 37 Guest(s) Bing, Google, Apple
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:56 AM
» Replies: 4
» Views: 136
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 110
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 84
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 122
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,213
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,374
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,575
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 199
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,205
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,456
|
|
|
| Langchain |
|
Posted by: standenman - Jun-07-2023, 06:02 PM - Forum: Data Science
- Replies (2)
|
 |
I am trying to use langchain to query a pdf document with chatgpt. [python]import os
import openai
from langchain.document_loaders import PyPDFLoad..... More
|
|
|
| Automate Word snippets |
|
Posted by: PHbench - Jun-06-2023, 06:59 PM - Forum: General Coding Help
- No Replies
|
 |
I want to use MS Word to write paragraphs/snippets/parts and store them with all the word formatting. I later would want to merge them into one Word d..... More
|
|
|
| entry widget |
|
Posted by: DPaul - Jun-04-2023, 05:48 AM - Forum: GUI
- Replies (5)
|
 |
Hi, a cosmetic question.
I have an app with some entry boxes, nothing special.
[python]entryKl = Entry(frame1, font=myFont,bg='lightblue')
entryKl.pac..... More
|
|
|
| Data structure question |
|
Posted by: standenman - Jun-02-2023, 09:54 PM - Forum: Data Science
- Replies (1)
|
 |
I am creating an app that will take a pdf that represents a set of medical treatment records for a given patient. I want to submit the text to proces..... More
|
|
|
|