| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,299
» Latest member: matt
» Forum threads: 38,795
» Forum posts: 175,890
Full Statistics
|
| Online Users |
There are currently 36 online users. » 1 Member(s) | 29 Guest(s) Bing, Google, Facebook Dev, matt
|
| Latest Threads |
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
5 hours ago
» Replies: 3
» Views: 116
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
6 hours ago
» Replies: 2
» Views: 80
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
10 hours ago
» Replies: 6
» Views: 3,182
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 249
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 135
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 94
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,526
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 180
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 84
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,157
|
|
|
| Mouse Click Problem |
|
Posted by: rwahdan - Jul-08-2019, 06:50 AM - Forum: Game Development
- Replies (2)
|
 |
Hi,
I took some code from GitHub and I have a problem as when I choose from menu "Settings", and just move the mouse, the menu disappear and main m..... More
|
|
|
| NLP Issue |
|
Posted by: standenman - Jul-08-2019, 12:03 AM - Forum: News and Discussions
- Replies (5)
|
 |
I had an upwork freelancer working on a Django Python App. Now over $3K in, we have failure, and I suspect he is not up to the task. The app does th..... More
|
|
|
| ttk Separator sizing |
|
Posted by: DT2000 - Jul-07-2019, 05:06 PM - Forum: GUI
- Replies (2)
|
 |
I have been asked about information on how to size a ttk Separator using the .pack or .place methods.
In the code below the separator is showing howe..... More
Attached Files
Thumbnail(s)
|
|
|
| Sum of List |
|
Posted by: nag_sathi - Jul-07-2019, 04:30 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hi,
I have wrote a python program to sum the numbers in a list.However its giving answer one.
Please advise.
[python]MyList = []
Number = i..... More
|
|
|
| error |
|
Posted by: Rahul - Jul-07-2019, 12:03 PM - Forum: General Coding Help
- Replies (1)
|
 |
[python]marks = input()
if 33 < marks < 45:
print("pass")
else:
if 45 < marks < 60:
print("second")
else:
if 60 < m..... More
|
|
|
| New thread/topic |
|
Posted by: ankita_nthu - Jul-07-2019, 08:04 AM - Forum: Board
- Replies (2)
|
 |
hi,
sorry to ask here as this question is not related to this topic.
I am very new to this forum , so i dont know how create a new thread/topic. ..... More
|
|
|
| clear button destroy can't work |
|
Posted by: jacklee26 - Jul-07-2019, 02:54 AM - Forum: GUI
- Replies (1)
|
 |
why my destroy can't work when click clear
[python]
from tkinter import *
a=Tk()
a.title('Window')
a.geometry('500x500+300+100')
b=StringVar()..... More
|
|
|
|