Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 40 online users. » 0 Member(s) | 35 Guest(s) Google, Bing, AOL, Google Image, AOL
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 7
» Views: 373
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,801
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 663
|
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,763
|
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,152
|
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,423
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,973
|
|
|
Newbie prob |
Posted by: Snakecharmer - Jan-29-2019, 08:24 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi,
I just installed PyQt4 on a Raspi and I'm totally new to both Python and Qt. I'm trying to do a Hello World - just an empty window should pop up...... More
|
|
|
TKinter Slider widget |
Posted by: Jemeronimo - Jan-29-2019, 01:28 PM - Forum: GUI
- Replies (1)
|
 |
Hey guys! For school I'm making a program in Tkinter with some Sliders. My code is far from nice but I'm doing this all by myself so don't be too hard..... More
|
|
|
between.py |
Posted by: Skaperen - Jan-29-2019, 01:24 AM - Forum: Code sharing
- No Replies
|
 |
i even had some uses for this script today. it merges each line of input between each argument from the command then outputs as many lines as it inpu..... More
|
|
|
I don't understand where is the error |
Posted by: ghiso983 - Jan-28-2019, 09:49 PM - Forum: General Coding Help
- Replies (3)
|
 |
[python]import math
import random
def simili(a,b):
r=True
if(len(a.l)!=len(b.l)):
r=False
else:
g=[0,0,0,0,0,0,0,0,..... More
|
|
|
Thonny datetime |
Posted by: DeveloperM - Jan-28-2019, 09:47 PM - Forum: Homework
- Replies (6)
|
 |
Although I am an experienced programmer, I'm new to Python.I'm working in the free Thonny 3.* IDE and I tried the following:
[python]
from datetim..... More
|
|
|
Embedding a Video in Video Player |
Posted by: WhatsupSmiley - Jan-28-2019, 06:24 PM - Forum: GUI
- No Replies
|
 |
Hi,
I am trying to code a video player where it plays a video file. Originally I tried to use PyQt5 however I don't have the video widget / MediaP..... More
|
|
|
Script execution |
Posted by: ioprst - Jan-28-2019, 12:14 PM - Forum: GUI
- Replies (2)
|
 |
Why can't the script run completely (the script works in a normal browser)? Marked the comment "no".
And the SVG is not displayed on the page.
I nee..... More
|
|
|
Login System |
Posted by: Carbonix - Jan-28-2019, 10:29 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hello,
I have made myself a little log in code but i have an issue,
When the account exists i get the error that the username or password is incorre..... More
|
|
|
|