| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,304
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,905
Full Statistics
|
| Online Users |
There are currently 57 online users. » 1 Member(s) | 51 Guest(s) Applebot, Bing, Google, AOL
|
|
|
| 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
|
|
|
| Reverse word |
|
Posted by: xSphere - Jan-28-2019, 08:17 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hi!
I need to reverse words like this:
cake
python
Output: keca
onthpy I used [::-1] but this isn't a correct answer because it gives..... More
|
|
|
| Help!! Please |
|
Posted by: leokraz - Jan-28-2019, 05:15 AM - Forum: General Coding Help
- Replies (4)
|
 |
I've tried everything to write this program and I keep getting stuck and getting a syntax error. Can someone please tell me how they would tackle this..... More
|
|
|
|