Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 37 online users. » 0 Member(s) | 30 Guest(s) Bing, Applebot, AOL, Google, AOL, Mojeek
|
Latest Threads |
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
5 hours ago
» Replies: 6
» Views: 724
|
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
6 hours ago
» Replies: 0
» Views: 52
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
10 hours ago
» Replies: 8
» Views: 453
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,831
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 696
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,229
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,800
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,201
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,160
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,463
|
|
|
Push Button issue |
Posted by: gvin47 - Apr-16-2020, 06:39 PM - Forum: GUI
- Replies (8)
|
 |
Please help !
I need help with making my Stopwatch run after click on Button "Start"
===
import sys
from PyQt5.QtCore import Qt, QTimer
from Py..... More
|
|
|
SKUNK Dice Game |
Posted by: ProntName - Apr-16-2020, 02:24 PM - Forum: Code sharing
- Replies (9)
|
 |
Good Morning Everyone!
Feel free to jump right down to the code, but a little bit about me:
So I decided to pick up coding at the beginning of A..... More
|
|
|
Guessing games |
Posted by: pyzyx3qwerty - Apr-16-2020, 11:59 AM - Forum: Code sharing
- No Replies
|
 |
I made two types of guessing games-
1. User guesses a random number
[python]
# Generate a random number between 1 and 9 (including 1 and 9). Ask th..... More
|
|
|
sorting list of lists |
Posted by: pframe - Apr-16-2020, 10:35 AM - Forum: General Coding Help
- Replies (5)
|
 |
I have the following:
[python]list_1=[[499, 943, 1447, 943], [356, 944, 1447, 944], [356, 1226, 1447, 1226], [357, 1228, 1446, 1228], [292, 1456, 1..... More
|
|
|
CSV File Help |
Posted by: finndude - Apr-16-2020, 10:13 AM - Forum: General Coding Help
- Replies (8)
|
 |
Hi,
I only want to display the first five rows and I also want to sort it from highest to lowest.
not sure what to do so came here.
[python]
..... More
|
|
|
help with error |
Posted by: sveto4ka - Apr-16-2020, 09:36 AM - Forum: General Coding Help
- No Replies
|
 |
Can you tell me how to solve problem:
[error]Error:
ValueError Traceback (most recent call last)
<ipython-input-8-2e..... More
|
|
|
While loop |
Posted by: GTOPR20 - Apr-16-2020, 03:06 AM - Forum: Homework
- Replies (1)
|
 |
Run a while loop until all three values are less than or equal to 0. Every time you change the value of the three variables, print out their new value..... More
|
|
|
|