Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 746 online users. » 0 Member(s) | 742 Guest(s) Bing, Yandex, Google, Baidu
|
Latest Threads |
class Blockage not projec...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:32 PM
» Replies: 1
» Views: 181
|
Import vs from x import
Forum: General Coding Help
Last Post: snippsat
Yesterday, 04:09 PM
» Replies: 1
» Views: 132
|
Trouble with Average Calc...
Forum: General Coding Help
Last Post: Pate
Yesterday, 07:38 AM
» Replies: 4
» Views: 1,315
|
tracking version during r...
Forum: News and Discussions
Last Post: Skaperen
Yesterday, 12:25 AM
» Replies: 0
» Views: 101
|
Return a string or byte o...
Forum: General Coding Help
Last Post: snippsat
May-14-2025, 05:21 PM
» Replies: 5
» Views: 364
|
problems with netcdf if I...
Forum: General Coding Help
Last Post: Blaubart
May-14-2025, 04:02 PM
» Replies: 16
» Views: 1,175
|
Retired and Learning Pyth...
Forum: Code sharing
Last Post: BarbaraGonzalez
May-14-2025, 09:04 AM
» Replies: 1
» Views: 363
|
Pip help
Forum: General Coding Help
Last Post: Larz60+
May-14-2025, 05:57 AM
» Replies: 4
» Views: 422
|
Paste text with caret alr...
Forum: General Coding Help
Last Post: armorerratic
May-14-2025, 01:12 AM
» Replies: 2
» Views: 987
|
Library Management System
Forum: Homework
Last Post: deanhystad
May-13-2025, 01:56 AM
» Replies: 1
» Views: 224
|
|
|
Data structure question |
Posted by: standenman - Jun-02-2023, 09:54 PM - Forum: Data Science
- Replies (1)
|
 |
I am creating an app that will take a pdf that represents a set of medical treatment records for a given patient. I want to submit the text to proces..... More
|
|
|
SQL question |
Posted by: DPaul - Jun-01-2023, 03:28 PM - Forum: Bar
- Replies (4)
|
 |
Hi,
I have data in an FTS5 sql table, but you can sql update it like any other table. (but no field types)
Say the table is called "abc", and has 3 fi..... More
|
|
|
how it works??? "__name__" |
Posted by: Vensworld - May-31-2023, 07:34 AM - Forum: Homework
- Replies (3)
|
 |
Hi I am a new to Python. Can somebody explain me how this program works and particularly the flow of program. Why the output shows as "inner". Regar..... More
Attached Files
inner.py (Size: 173 bytes / Downloads: 189)
|
|
|
Pytest mocks |
Posted by: anthonyrmoss78 - May-30-2023, 08:28 PM - Forum: General Coding Help
- No Replies
|
 |
Hi everyone, i hiope someone can help me .
I have recently started working on a huge pytest framework with about 15000 tests .
However, there seems..... More
|
|
|
test error |
Posted by: MCL169 - May-29-2023, 08:43 PM - Forum: Homework
- No Replies
|
 |
def get_input_as_int(arg):
try:
result = int(arg)
return result
except ValueError:
raise ValueError("Argument is ..... More
|
|
|
i need help pls |
Posted by: augusto_A - May-28-2023, 01:44 PM - Forum: Game Development
- Replies (2)
|
 |
hi, im trying to implement a item colection sistem on my game but i cant understand why is not workin, the items are suposed to disapear wen you touch..... More
|
|
|
Click on googletranslator |
Posted by: CH3RNO - May-27-2023, 01:28 PM - Forum: General Coding Help
- No Replies
|
 |
Please I need help.
I need it to run in the background while I'm in full screen playing, for example.
I get the code to call chrome, look for the tran..... More
|
|
|
Match statement |
Posted by: Fabrizio_fg - May-27-2023, 09:20 AM - Forum: Game Development
- Replies (5)
|
 |
I' m tryng to use the match statement to manage different event.type but givi me this error:
[output] File "Main.py", line 34
match event.key..... More
|
|
|
|