| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,792
Full Statistics
|
| Online Users |
There are currently 43 online users. » 0 Member(s) | 41 Guest(s) Bing, Google
|
| Latest Threads |
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
4 hours ago
» Replies: 1
» Views: 90
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 141
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 124
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 124
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,247
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,377
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,577
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 201
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,208
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,458
|
|
|
| Typeerror |
|
Posted by: Leo - Mar-28-2022, 12:21 AM - Forum: Homework
- Replies (2)
|
 |
For this assignment we are to make a program that prompts the user for two temperature values between -20 and 50. The second one must be bigger than t..... More
|
|
|
| accessing value in dict_values class |
|
Posted by: CompleteNewb - Mar-27-2022, 09:40 PM - Forum: General Coding Help
- Replies (14)
|
 |
i have this program snippet:
[python]
samelist = []
list1 = []
lst = [1,1]
alllist = {
4:[1,1,1,1],
5:[1,1,1],
6:[1,1]
}
for i in lst:
..... More
|
|
|
| Return a value to __main__ |
|
Posted by: menator01 - Mar-27-2022, 03:58 AM - Forum: GUI
- Replies (7)
|
 |
Using this example, is there a way to return the updated value or how to use the after method in the main?
[python]import tkinter as tk
class Wi..... More
|
|
|
| Making Code Cleaner |
|
Posted by: sklord - Mar-26-2022, 01:07 PM - Forum: Homework
- Replies (1)
|
 |
Is there any good website to hire a teacher per message on a simple question?
How do I make this code cleaner?
[python]
text_test = ('Hello'..... More
|
|
|
| How to ignore "Retrying (Retry(total=2, connect=2, read=5, redirect=5, status=None))" |
|
Posted by: const - Mar-26-2022, 05:18 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hi
While running my code, I encounter this kind of warnings:
[python][WARNING] - Retrying (Retry(total=2, connect=2, read=5, redirect=5, status=..... More
|
|
|
| MS access db |
|
Posted by: DPaul - Mar-25-2022, 07:42 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hi,
This question has been asked a 1000 times over the years in various forums.
I had hoped that with python 3.10 things would be smoother. I still ..... More
|
|
|
| Zero Division Error |
|
Posted by: Leo - Mar-24-2022, 11:48 PM - Forum: Homework
- Replies (2)
|
 |
Hello everyone
This goal of this assignment is to use a separate text file and then use the numbers within it and compute the variance. My professor ..... More
|
|
|
| how to make a rectangle |
|
Posted by: shanesgameYT - Mar-24-2022, 10:35 PM - Forum: News and Discussions
- No Replies
|
 |
[b]im trying to make a rectangle on my screen and the rectangle shows up but for a split second after i click the close button this is my code in the ..... More
Attached Files
main.py (Size: 570 bytes / Downloads: 278)
tiles.py (Size: 236 bytes / Downloads: 288)
|
|
|
| Unpacking zip object |
|
Posted by: Mark17 - Mar-24-2022, 06:52 PM - Forum: General Coding Help
- Replies (12)
|
 |
Here's some code:
[Python]
exceptions = 0
a = ['1-6-2017', '1-13-2017', '1-20-2017', '1-27-2017']
b = [265, -10, 130, 330]
c = ['d', '', 'd',..... More
|
|
|
|