Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,552
» Latest member: 2dogs
» Forum threads: 38,623
» Forum posts: 174,995
Full Statistics
|
Online Users |
There are currently 356 online users. » 0 Member(s) | 351 Guest(s) Bing, Google, Baidu, Yandex, Facebook
|
|
|
function arguments |
Posted by: Curbie - Apr-29-2025, 01:44 AM - Forum: General Coding Help
- Replies (2)
|
 |
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
|
|
|
Eight Queens Problem, error in printing list |
Posted by: snl_9527 - Apr-27-2025, 09:03 AM - Forum: General Coding Help
- Replies (10)
|
 |
[python]
import time , random
#eight_queen problem
board_sz = 15
direction = [(1,1),(-1,-1),(1,-1),(-1,1)]
data = [ [0 for _ in range(board_sz) ] for ..... 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
|
|
|
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
- Replies (3)
|
 |
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 (3)
|
 |
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
|
|
|
|