Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 67 online users. » 0 Member(s) | 63 Guest(s) Bing, AOL, Google, AOL
|
Latest Threads |
A Beacon of Hope on succe...
Forum: General Coding Help
Last Post: Wendycutler05
43 minutes ago
» Replies: 0
» Views: 15
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
2 hours ago
» Replies: 2
» Views: 365
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
3 hours ago
» Replies: 0
» Views: 30
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
8 hours ago
» Replies: 9
» Views: 510
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,717
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,055
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,409
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,961
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,722
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,795
|
|
|
School project |
Posted by: janivar91 - Jan-21-2021, 03:29 PM - Forum: Homework
- Replies (3)
|
 |
Hello. I'm struggling with a school project. I'm fairly new to Python, and I'm hoping for some great suggestions to solve my problem.
What I am try..... More
|
|
|
Sorting data |
Posted by: pprod - Jan-21-2021, 10:20 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hello,
Suppose a regular expression that extracts, say, the characters below and outputs them in the following order:
A
B
C
D
My goal is to ..... More
|
|
|
Need help with code |
Posted by: Devaraja - Jan-21-2021, 10:04 AM - Forum: Homework
- Replies (3)
|
 |
I have an assignement to make app that list songs lenght in seconds and then in minutes, but i don't know how to do it.
Here is what i have but obvio..... More
|
|
|
Locate QR code on a page |
Posted by: Pedroski55 - Jan-21-2021, 06:46 AM - Forum: General Coding Help
- No Replies
|
 |
I put a QR code on a page (actually top right corner, but with say about 1cm from the edges of the page)
This code (found on stackoverflow) successfu..... More
|
|
|
where is user cp button??? |
Posted by: rocket777 - Jan-21-2021, 12:15 AM - Forum: Board
- Replies (2)
|
 |
can't find the "user cp" that is the control panel. Nothing in the upper left corner, as the help says, looks like that. I want to verify that my emai..... More
|
|
|
Button States |
Posted by: Oshadha - Jan-20-2021, 03:13 PM - Forum: GUI
- Replies (4)
|
 |
Script
[python]
from tkinter import *
root = Tk()
def my_fun():
#make the my_btn state disabled
#do some thing else
my_btn = Button(r..... More
|
|
|
Making a colour field |
Posted by: Leo_Red - Jan-20-2021, 01:48 PM - Forum: GUI
- Replies (11)
|
 |
Hi, I was making a pixel editor in python using pygame. So, I was checking sites to how to do specific things before starting and I did not find a way..... More
|
|
|
Opening new window |
Posted by: ifigazsi - Jan-20-2021, 12:36 PM - Forum: GUI
- Replies (2)
|
 |
Hi!
I have a window, but i want to open another one, upon pushing a button. (so both of them should be open simultaneously)
[python]
import sys..... More
|
|
|
losing memory |
Posted by: antioch - Jan-19-2021, 10:06 PM - Forum: General Coding Help
- Replies (1)
|
 |
heres a script to detect and record sound that ive been hacking on for a while. it works great, except that its memory usage grows after every success..... More
|
|
|
|