Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 40 online users. » 1 Member(s) | 33 Guest(s) Google, Bing, Apple, AOL, AOL, snippsat
|
Latest Threads |
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
4 hours ago
» Replies: 2
» Views: 733
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
11 hours ago
» Replies: 6
» Views: 767
|
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
Yesterday, 04:45 PM
» Replies: 0
» Views: 85
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 483
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,863
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,261
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,826
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,246
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,187
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,493
|
|
|
Email List |
Posted by: jackthechampion - Apr-06-2020, 11:26 PM - Forum: General Coding Help
- Replies (1)
|
 |
can someone fix this for me so it can only input emails having trouble
[python] scores = []
choice = None
while choice != "0":
..... More
|
|
|
Car Brands |
Posted by: RbaPhoenix - Apr-06-2020, 04:37 PM - Forum: Homework
- Replies (1)
|
 |
[python]class Cars:
def __init__(self,brand,model,year,amount,daily_price):
self.brand=brand
self.model=model
self.yea..... More
|
|
|
populating dropdown from Method |
Posted by: mikisDW - Apr-06-2020, 03:53 PM - Forum: GUI
- Replies (2)
|
 |
Hello,
(about Tkinter in python 3.7.3)
I am trying to create a GUI where my user can select an excel file via a browse button.
He should then get..... More
|
|
|
Test GPU app: |
Posted by: lmh1 - Apr-06-2020, 10:29 AM - Forum: GUI
- Replies (4)
|
 |
[python]
'''
Created on 24. apr. 2019
@author: lars_
'''
import platform
import os
from tkinter import messagebox
import ctypes
import sys
import sit..... More
|
|
|
error on the 3rd function |
Posted by: nadim313 - Apr-06-2020, 10:19 AM - Forum: GUI
- Replies (3)
|
 |
Dear Programmers
I have learned some programming in Python and wanted to apply and make a small app to save contacts.
I used three functions, funct..... More
|
|
|
Notebook + modules |
Posted by: ifigazsi - Apr-06-2020, 08:48 AM - Forum: GUI
- Replies (6)
|
 |
Hi!
Is it possible to create your own module for every notebook(tab)? Then to import them. I want to make my code a bit better readable\manageable...... More
|
|
|
tkinter search box |
Posted by: DT2000 - Apr-06-2020, 07:32 AM - Forum: GUI
- Replies (3)
|
 |
I am attempting to find the correct way to put a search entry in a piece of code I have written. The entry widget would hold the input as a StringVar..... More
|
|
|
|