Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 585 online users. » 0 Member(s) | 581 Guest(s) Bing, Google, Yandex, Baidu
|
Latest Threads |
(Series) Advanced Game De...
Forum: Game Development
Last Post: FrankSmoot
3 hours ago
» Replies: 1
» Views: 659
|
How can I write formatted...
Forum: General Coding Help
Last Post: hanmen9527
Yesterday, 12:26 PM
» Replies: 13
» Views: 28,754
|
problems with netcdf if I...
Forum: General Coding Help
Last Post: vytlacfoto
Yesterday, 05:31 AM
» Replies: 17
» Views: 1,435
|
How to attach images to a...
Forum: Board
Last Post: sethmike9
May-19-2025, 04:08 AM
» Replies: 6
» Views: 8,899
|
How To Attach data Files
Forum: Board
Last Post: sethmike9
May-19-2025, 04:05 AM
» Replies: 3
» Views: 4,160
|
Text frame
Forum: Homework
Last Post: Pedroski55
May-18-2025, 07:39 PM
» Replies: 2
» Views: 409
|
Python automation: Sendin...
Forum: General Coding Help
Last Post: olips784
May-18-2025, 06:28 PM
» Replies: 0
» Views: 202
|
class Blockage not projec...
Forum: General Coding Help
Last Post: deanhystad
May-15-2025, 04:32 PM
» Replies: 1
» Views: 317
|
Import vs from x import
Forum: General Coding Help
Last Post: snippsat
May-15-2025, 04:09 PM
» Replies: 1
» Views: 253
|
Trouble with Average Calc...
Forum: General Coding Help
Last Post: Pate
May-15-2025, 07:38 AM
» Replies: 4
» Views: 1,429
|
|
|
Python classes |
Posted by: PythonNewbee - Nov-08-2022, 02:00 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hi People
I have some difficulty with classes in Python.
I want to call a method, belonging to class A, from class B. I looked at online examples ..... More
Attached Files
agent5.py (Size: 3.36 KB / Downloads: 204)
|
|
|
Print phenomenon |
Posted by: DPaul - Nov-08-2022, 10:11 AM - Forum: Bar
- Replies (8)
|
 |
Hi,
I came across a "bug" that was hard to find.
Found it, but found no good explanation of the why.
[python]
try:
do_stuff_1
Print(resul..... More
|
|
|
How to update score value? |
Posted by: Mavoz - Nov-07-2022, 01:04 AM - Forum: Homework
- Replies (5)
|
 |
Hi, We're in a beginner Python class and creating text adventure games.
We want to be able to update the score during the game.
We've tried someth..... More
|
|
|
Pygame player spawn |
Posted by: Yegor123 - Nov-05-2022, 10:07 PM - Forum: General Coding Help
- No Replies
|
 |
Im making a game and player spawn is off Ive tried tutorials other forums stack overflow and I havent found anything here is a photo and my code
[pyt..... More
Attached Files
Thumbnail(s)
|
|
|
question about loops |
Posted by: rpang - Nov-05-2022, 07:19 AM - Forum: Homework
- Replies (7)
|
 |
Hi,
Sorry I am quite new in python, I have a question and i was wondering if anyone can help me?
question below:
[b][color=#F1C40F]Create a fun..... More
|
|
|
prime numbers |
Posted by: astral_travel - Nov-03-2022, 08:50 PM - Forum: General Coding Help
- Replies (28)
|
 |
i wrote this code:
[python]
user_input = int(input("choose a number: "))
a = range(2, user_input-1)
for x in a:
if user_input % x == 0:..... More
|
|
|
Separating Names & Counting |
Posted by: Steven5055 - Nov-03-2022, 05:43 AM - Forum: Homework
- Replies (7)
|
 |
Hi,
I'm doing a Uni course & I'm a bit stuck & would appreciate some help please.
I have a column in a data frame that contains data as per below ..... More
|
|
|
|