Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 68 online users. » 0 Member(s) | 64 Guest(s) Bing, Google, AOL, AOL
|
Latest Threads |
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 9
» Views: 463
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
Today, 08:55 AM
» Replies: 1
» Views: 320
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,665
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,020
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,373
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,923
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,695
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,785
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,929
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,485
|
|
|
Slow down a loop |
Posted by: CharlieGallie - Apr-22-2018, 11:38 PM - Forum: Homework
- Replies (3)
|
 |
Hello, is there a way to slow down an entire loop. I don't want:
while True:
code
code
code
time.sleep(1) ..... More
|
|
|
a small project |
Posted by: Skaperen - Apr-22-2018, 04:27 AM - Forum: Bar
- No Replies
|
 |
i implemented this small project in C a few years ago.
given any 2 of these 4 values (amps, volts, watts, ohms) it calculates the other 2 and displ..... More
|
|
|
a future project for some day |
Posted by: Skaperen - Apr-22-2018, 03:40 AM - Forum: Bar
- Replies (7)
|
 |
i did implement this in C but want to add features i didn't have time for, so i set it aside. soon, i want to re-do the whole thing in Python.
this..... More
|
|
|
my nsleep command |
Posted by: Skaperen - Apr-22-2018, 03:16 AM - Forum: Bar
- Replies (1)
|
 |
i've already implemented this in C. now, i want to make a Python version.
nsleep is similar to the sleep command but it takes up to 3 arguments to..... More
|
|
|
PyQt5 |
Posted by: xgrzeniu - Apr-22-2018, 02:29 AM - Forum: GUI
- No Replies
|
 |
Hi
Can You help me?? I have such a code
[python]
from PyQt5 import QtCore, QtGui, QtWidgets
import pymysql
class Ui_MainWindow(object):..... More
|
|
|
Kakuro |
Posted by: ab_our - Apr-21-2018, 08:22 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello everyone,
does anyone knows how to solve a Kakuro 9*9 using Python?
thank you
|
|
|
Tic Tac Toe |
Posted by: gellerb - Apr-21-2018, 03:51 PM - Forum: GUI
- Replies (2)
|
 |
I would need help regarding why Button callbacks don't work.
Here it is:
[python] def __init__(self, master):
super().__init__(maste..... More
|
|
|
From python to qml |
Posted by: Akhou - Apr-21-2018, 10:26 AM - Forum: General Coding Help
- No Replies
|
 |
Good morning;
I'm creating a project, in which I've to send data from python to qml, in fact, i've a template written in qml, something like that :..... More
|
|
|
pygame |
Posted by: Dobrasz - Apr-21-2018, 10:13 AM - Forum: Game Development
- Replies (13)
|
 |
Hello,
Totally new to Python, learning with my son.
Can not get pygame to run. Here's the error that I'm getting:
Command "/usr/local/opt/python@..... More
|
|
|
I need help |
Posted by: ApplegateJ - Apr-20-2018, 10:00 PM - Forum: Homework
- Replies (1)
|
 |
Hello. I am new to using python!
I am using python version 3!
The question I need help with is;
Write a program that accepts the lengths of three ..... More
|
|
|
If statement |
Posted by: Akhou - Apr-20-2018, 10:00 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hey,
I've been trying to create a code that is able to detect the shape of objects and determine their corinations.
and depending on the shape of ea..... More
|
|
|
|