Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,977
» Latest member: hoki1881
» Forum threads: 38,732
» Forum posts: 175,563
Full Statistics
|
Online Users |
There are currently 52 online users. » 0 Member(s) | 41 Guest(s) Google, Bing, Facebook Dev, Applebot, AOL, AOL, Mojeek
|
Latest Threads |
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
11 hours ago
» Replies: 2
» Views: 231
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 862
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 909
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 602
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,950
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,365
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,944
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,371
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,283
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,612
|
|
|
Help with Scrollbar |
Posted by: JJota - Mar-09-2020, 09:19 PM - Forum: GUI
- Replies (6)
|
 |
Hi Folks, could someone help me with this code below please?
I just need to add a scrollbar to my result frame. I tried many ways but unfortunately ..... More
|
|
|
nidmm error |
Posted by: stemacDublin - Mar-09-2020, 09:03 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi All,
I'm having a problem if anyone has come across it before or can shed some light on it, it would be greatly appreciated.
I'm trying to se..... More
|
|
|
AttributeError ? |
Posted by: JohnnyCoffee - Mar-09-2020, 06:57 PM - Forum: General Coding Help
- Replies (4)
|
 |
Good.
Can someone give me a hint how do I treat this o 'NoneType' object has no attribute 'string' ? Because I need to print an error message on th..... More
|
|
|
POPUP on widget Entry |
Posted by: taratata2020 - Mar-09-2020, 06:06 PM - Forum: GUI
- Replies (4)
|
 |
Hi everyone,
I made a script in python version 3.7, to test the context menu on the Entry widget via the right mouse button. The command is "Paste"..... More
|
|
|
JBrowseEntry |
Posted by: kenwatts275 - Mar-09-2020, 03:32 PM - Forum: GUI
- Replies (2)
|
 |
Hello,
I am converting all my PERL scripts to Python.
There is an entry widget in PERL Tk called JBrowseEntry which is an extension of the Entry wid..... More
|
|
|
XGboost Regressor output |
Posted by: Scott - Mar-09-2020, 01:43 AM - Forum: Data Science
- No Replies
|
 |
Hi everyone,
I am running an XGBoost regressor model with a lot of independent variables. I want to get the model out put for each of the independe..... More
|
|
|
Game pad controlled helicopter |
Posted by: michael1789 - Mar-08-2020, 10:49 PM - Forum: Code sharing
- No Replies
|
 |
I made this little program if anyone wants to make a game with it. It's a helicopter that you fly around, with scrolling.
It's the first time I us..... More
|
|
|
Tkinter focus |
Posted by: catlessness - Mar-08-2020, 05:24 PM - Forum: GUI
- Replies (5)
|
 |
[python]
import tkinter as tk
window=tk.Tk()
window.title('Impedance simulation')
window.geometry('900x700')
entry1=tk.Entry(window,show=None,t..... More
|
|
|
Syntax error |
Posted by: gray1306 - Mar-08-2020, 03:33 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hi,
I have a syntax error on line 67 and can't seem to figure out why? can someone please help and explain why please?
[python]# games_database...... More
|
|
|
String formatting issues? |
Posted by: lolatyou - Mar-08-2020, 05:27 AM - Forum: Homework
- Replies (2)
|
 |
#I created a program with two functions and a variable as follows:
[python]def isHarshad(num):
if num % sum([int(x) for x in list(str(num))]) ..... More
|
|
|
|