Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 42 online users. » 1 Member(s) | 35 Guest(s) Apple, Google, Bing, AOL, Mojeek, snippsat
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
5 minutes ago
» Replies: 8
» Views: 396
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,802
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 665
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,200
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,765
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 656
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,153
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,132
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,424
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,976
|
|
|
stopwatch |
Posted by: amschueller - May-03-2020, 03:44 AM - Forum: GUI
- Replies (5)
|
 |
This is my stopwatch from using Tkinter. I was wondering if there was a way to save the times after you stop the stopwatch to some sort of list that w..... More
|
|
|
zigzag example |
Posted by: shabux - May-03-2020, 02:09 AM - Forum: General Coding Help
- Replies (10)
|
 |
windows 10, python 3.8
Trying to do zigzag example but not getting right result. I type following code, which I think is identical to the lesson's..... More
|
|
|
inspiration |
Posted by: astral_travel - May-02-2020, 05:55 PM - Forum: News and Discussions
- Replies (6)
|
 |
i was wondering...
what inspires you in programming ? or specifically being in the profession... ?
|
|
|
Appending to a text string |
Posted by: syno7878 - May-02-2020, 03:34 PM - Forum: Homework
- Replies (10)
|
 |
Hi All
I have the following code which reads the contents of a file, appends 1,2,3, etc to the contents and then writes the results to a new file:..... More
|
|
|
If Statement |
Posted by: Bobcat - May-02-2020, 03:28 PM - Forum: General Coding Help
- Replies (12)
|
 |
Hi. I'm struggling with my else statement to print 'Sorry you are not entitled to vote due to being outside the uk'
[python]#Ask user for details
..... More
|
|
|
else problem |
Posted by: MJB - May-02-2020, 01:41 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hello sorry for my English because I am french. I have a problem
when I run the program and I enter the right code that is "10"
it doesn't change t..... More
|
|
|
project error code |
Posted by: pkmnmewtwo - May-02-2020, 12:22 PM - Forum: Homework
- Replies (2)
|
 |
when i run my program i get an error code ValueError: invalid literal for int() with base 10: ''
in line 114, in <module>
response = input("Add"..... More
|
|
|
User Profiling |
Posted by: akis - May-02-2020, 10:26 AM - Forum: Data Science
- Replies (5)
|
 |
Hello to all of you,
I 've created a (fake, for educational reasons only on user profiling), online store. My store tracks the "movements-cl..... More
|
|
|
How to get RGB colors in tkinter |
Posted by: menator01 - May-02-2020, 09:35 AM - Forum: GUI
- Replies (3)
|
 |
Posted some examples in another thread about colors in tkinter.
Just wanted to post a couple ways to get RGB colors in tkinter.
For python2.7
[py..... More
|
|
|
Coding improvements |
Posted by: chris_drak - May-02-2020, 08:59 AM - Forum: Code Review
- Replies (2)
|
 |
Hello,
I have the following code and I would like it to give results in about 20 seconds. Thanks...
[python]import string
import random
import t..... More
|
|
|
time.sleep |
Posted by: mtnwinds - May-02-2020, 02:29 AM - Forum: General Coding Help
- Replies (4)
|
 |
Brand new to Python. If I want to pause the execution of my program for an hour, is sleep() the appropriate function to call? Do I have to express t..... More
|
|
|
|