Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,416
» Latest member: DKadelka
» Forum threads: 38,539
» Forum posts: 174,650
Full Statistics
|
Online Users |
There are currently 478 online users. » 0 Member(s) | 473 Guest(s) Bing, Google, Yandex, Apple
|
|
|
function arguments |
Posted by: Curbie - 32 minutes ago - Forum: General Coding Help
- No Replies
|
 |
Are arguments passed to functions passed as data or a reference to data or does Python make that call behind the scenes?
curbie
|
|
|
Atari Ping Pong Game |
Posted by: Azdaghost - Apr-27-2025, 04:36 PM - Forum: Code sharing
- Replies (1)
|
 |
[python]import pygame
from random import randint
from math import sin, cos
pygame.init()
window = pygame.display.set_mode((800, 600))
keys = p..... More
|
|
|
not running |
Posted by: Azdaghost - Apr-27-2025, 04:08 PM - Forum: General Coding Help
- Replies (2)
|
 |
I'm making a ping pong game but for some reason the .frame functions aren't working
[python]import pygame
from random import randint
from math im..... More
|
|
|
errors |
Posted by: Azdaghost - Apr-26-2025, 04:15 PM - Forum: General Coding Help
- Replies (3)
|
 |
whenever I press 'W' it crashed without a error
whenever I turn, the tank moves massively
[python]import pygame
import math
window = pygame.disp..... More
|
|
|
Python OOP program structure |
Posted by: TeddyT - Apr-26-2025, 10:00 AM - Forum: General Coding Help
- No Replies
|
 |
Hello @all,
I would like to program a terminal application in Python to manage and analysis financial data. I am not a professional programer and ..... More
Attached Files
Thumbnail(s)
|
|
|
not running |
Posted by: Azdaghost - Apr-23-2025, 01:25 PM - Forum: General Coding Help
- Replies (6)
|
 |
I'm trying to make my own language with the help of python,
but my code isn't running, why?!
main.py:
[python]script = open('script.jell', 'r').r..... More
|
|
|
Looking for ideas |
Posted by: Azdaghost - Apr-22-2025, 05:57 PM - Forum: Bar
- No Replies
|
 |
I'm making a kart-racing game with pygame, any ideas?
|
|
|
Best fit for SVG files |
Posted by: chihuahua998 - Apr-22-2025, 12:39 PM - Forum: Data Science
- Replies (2)
|
 |
I have a single SVG file, called "container.svg" that contains a closed curve on a transparent background, something like this:
[code]
<?xml versi..... More
|
|
|
a file inside a script |
Posted by: Skaperen - Apr-21-2025, 10:15 PM - Forum: News and Discussions
- No Replies
|
 |
i would like for a script i am designing to be able to output some file contents to an actual file even where that file does not yet exist, so there i..... More
|
|
|
Pyqt5 - Close a modal window |
Posted by: Ninja2112 - Apr-19-2025, 01:42 AM - Forum: GUI
- Replies (9)
|
 |
Hi, guys...
I'm struggling with a quite simple question: How can I close my modal windows ?
I've created them using Pyqt5 and my code looks like:..... More
|
|
|
|