| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,251
» Latest member: ftk456
» Forum threads: 38,780
» Forum posts: 175,824
Full Statistics
|
| Online Users |
There are currently 41 online users. » 0 Member(s) | 38 Guest(s) Google, Bing, Internet Archive
|
| Latest Threads |
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
44 minutes ago
» Replies: 6
» Views: 321
|
New to python and coding
Forum: Homework
Last Post: lary_p
4 hours ago
» Replies: 5
» Views: 144
|
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 07:26 PM
» Replies: 2
» Views: 91
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 225
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 351
|
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 136
|
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,636
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 232
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 223
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,692
|
|
|
| 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 (4)
|
 |
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
|
|
|
|