Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 37 online users. » 0 Member(s) | 30 Guest(s) Bing, Google, Mojeek, Applebot, AOL, AOL
|
Latest Threads |
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
6 hours ago
» Replies: 10
» Views: 29,200
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 4
» Views: 9,326
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 199
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 630
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 225
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 795
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,055
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,294
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,660
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,205
|
|
|
PDFplumber |
Posted by: pprod - Nov-03-2020, 04:14 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello everyone,
A beginner question: I have managed to open an unstructured pdf with pdfplumber, but I have only been able to print one page at at ..... More
|
|
|
how to combine rows to a column base on ids |
Posted by: zhujp98 - Nov-03-2020, 04:07 PM - Forum: General Coding Help
- No Replies
|
 |
I have a dataframe:
[code]
df = pd.DataFrame({'id': [1,1,1,1,2,2,2,3,3,3,3,3],
'cost': [3,4,5,6,7,8,9,11,15,10,9,7],
..... More
|
|
|
pyautogui |
Posted by: samin - Nov-03-2020, 03:47 PM - Forum: Web Scraping & Web Development
- No Replies
|
 |
I used the following two statements below to locate a word in a webpage
pyautogui.hotkey('ctrl', 'f')
pyautogui.hotkey('ctrl', 'v')
How can I re..... More
|
|
|
PDFplumber |
Posted by: pprod - Nov-03-2020, 09:24 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello everyone,
A beginner question: I have managed to open an unstructured pdf with pdfplumber, but I have only been able to print one page at at ..... More
|
|
|
Build website |
Posted by: tdwinfre - Nov-03-2020, 07:12 AM - Forum: News and Discussions
- Replies (11)
|
 |
Is it possible to build a website with only python or do I have to know Java, html or C++ to go along with it ?
|
|
|
QuykHtml ( Library ) |
Posted by: mwd1993 - Nov-02-2020, 11:41 PM - Forum: Code sharing
- Replies (3)
|
 |
A python library that allows you to quickly and easily generate HTML templates and even create full-on websites.
Check out the Github: https://gith..... More
|
|
|
|