| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,234
» Latest member: clayote
» Forum threads: 38,775
» Forum posts: 175,785
Full Statistics
|
| Online Users |
There are currently 53 online users. » 0 Member(s) | 48 Guest(s) Bing, Google, AOL, Apple
|
| Latest Threads |
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
34 minutes ago
» Replies: 2
» Views: 63
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 07:29 PM
» Replies: 0
» Views: 52
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:59 AM
» Replies: 3
» Views: 85
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Yesterday, 09:09 AM
» Replies: 452
» Views: 374,934
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:07 AM
» Replies: 2
» Views: 3,356
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,539
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 168
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,185
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,430
|
[SOLVED] Linefeed when wr...
Forum: General Coding Help
Last Post: buran
Nov-04-2025, 11:51 AM
» Replies: 5
» Views: 229
|
|
|
| xml simple reader |
|
Posted by: kucingkembar - Aug-18-2022, 08:20 PM - Forum: General Coding Help
- Replies (2)
|
 |
sorry for my bad English,
I have scrapped a robots.txt from a website,
this is the trimmed/edited version of that txt
[quote]
<img>gamepic1.jpg</img><..... More
|
|
|
| tkinter and multiprocessing |
|
Posted by: menator01 - Aug-18-2022, 06:36 PM - Forum: Code sharing
- No Replies
|
 |
Just a simple tkinter window using multiprocessing and labels
[python]import multiprocessing as mp
import random as rnd
import tkinter as tk
'..... More
|
|
|
| proportional fonts |
|
Posted by: DPaul - Aug-17-2022, 05:19 PM - Forum: GUI
- Replies (3)
|
 |
Hi,
I have developed a tkinter app that is suposed to work on 1920x1080 and 1920x1200 PCs (windows).
Using :
[python]width= root.winfo_screenwidth(..... More
|
|
|
| KeyError: 2 |
|
Posted by: stsxbel - Aug-16-2022, 04:15 PM - Forum: General Coding Help
- Replies (8)
|
 |
Good evening, the second day I struggle with the code, then there is no entry in the database, then the error is KeyError: 2
[python]import struct..... More
|
|
|
| Python Desktop GUI (part 2) |
|
Posted by: panofish - Aug-15-2022, 11:15 PM - Forum: GUI
- Replies (1)
|
 |
This is the second video in my series on building a Windows Desktop application using python. In this video, I focus on building the static layout in ..... More
|
|
|
| Failing regex |
|
Posted by: tester_V - Aug-15-2022, 09:50 PM - Forum: General Coding Help
- Replies (3)
|
 |
Greetings!
I'm trying to find strings with a particular word(s).
Here are the words:
BG13TPPVxxxx -- where xxxx are the 4 digits
BG13TPPVxxxx(B or..... More
|
|
|
|