Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,947
» Latest member: Markbel386
» Forum threads: 38,726
» Forum posts: 175,524
Full Statistics
|
Online Users |
There are currently 59 online users. » 0 Member(s) | 50 Guest(s) Apple, Google, Facebook, AOL
|
Latest Threads |
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 5
» Views: 9,139
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
8 hours ago
» Replies: 0
» Views: 58
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Today, 03:29 AM
» Replies: 2
» Views: 455
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 02:36 AM
» Replies: 0
» Views: 91
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 593
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,821
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,131
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,489
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,058
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,799
|
|
|
Era Of Brutality - MMORPG |
Posted by: Heretic06 - May-27-2018, 11:37 AM - Forum: Jobs
- Replies (3)
|
 |
Hello, I'm here asking for some advice and help...
I'm currently part of a team building a new MMORPG, but we are in need of a python programmer........ More
|
|
|
Release kbhit |
Posted by: Epilepsy - May-26-2018, 03:49 AM - Forum: General Coding Help
- Replies (2)
|
 |
I there, is possible to release the msvcrt.kbhit()
I have this,
[python]import msvcrt
while True:
command = msvcrt.kbhit()
if command == 1:..... More
|
|
|
the return statement |
Posted by: Skaperen - May-26-2018, 03:30 AM - Forum: Bar
- Replies (6)
|
 |
SyntaxError: 'return' outside function
IMHO, they should have made return outside of a function be allowed and do the same as exit..... More
|
|
|
Loops |
Posted by: alwillia - May-26-2018, 01:55 AM - Forum: Homework
- Replies (1)
|
 |
[python]
for i in range(3):
category = input("Enter a Category: ")
for j in range(3):
enter_for_category = input("Enter Something ..... More
|
|
|
while loops and breaks |
Posted by: alwillia - May-26-2018, 12:30 AM - Forum: Homework
- Replies (10)
|
 |
[python]
secret_num = round(3.3312, 2)
while True:
user_guess = float(input("Guess the secret number: "))
if user_guess > secret_num:
..... More
|
|
|
File Merging |
Posted by: vino - May-25-2018, 05:08 PM - Forum: General Coding Help
- No Replies
|
 |
Hi All,
I am a newbie for python and need some help in the below program code.
Explanation:
We have a script which perform few checks the se..... More
|
|
|
output "os" in frame |
Posted by: m_clayton - May-25-2018, 03:52 PM - Forum: GUI
- Replies (6)
|
 |
Hello to all.
I created a frame and two buttons, I assigned two functions to the buttons, one closes the window, the other displays the / etc / fstab..... More
|
|
|
SetValue to get event fired |
Posted by: ian - May-25-2018, 02:51 PM - Forum: GUI
- Replies (1)
|
 |
self.myRadioButton has an event function setup: On_Click_myRadioButton(self, event).
When click on it, the function is run. Is it possible to get th..... More
|
|
|
|