Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,934
» Latest member: XenonBlack
» Forum threads: 38,723
» Forum posts: 175,504
Full Statistics
|
Online Users |
There are currently 47 online users. » 1 Member(s) | 40 Guest(s) Applebot, Google, AOL, AOL, kshahzad1985
|
|
|
Shop Revisted |
Posted by: menator01 - Oct-29-2022, 08:03 PM - Forum: Code sharing
- No Replies
|
 |
Buy/add/delete items. May still have a bug or two.
[python]
from tabulate import tabulate
from os import system, name
from time import sleep
..... More
|
|
|
My pygame screen size |
Posted by: Yegor123 - Oct-29-2022, 07:14 PM - Forum: General Coding Help
- Replies (2)
|
 |
Im making a tile game on pygame and I can only see half my player ive tried just about everything ive changed the world data list and gone through tut..... More
Attached Files
Thumbnail(s)
|
|
|
OCR again |
Posted by: DPaul - Oct-29-2022, 06:19 AM - Forum: Bar
- Replies (22)
|
 |
Hi,
Not a coding problem, but:
I have inherited zillions of scanned documents (prayer cards & the likes),
produced by a scanner that outputs them as t..... More
|
|
|
TkInter Realtime calculation |
Posted by: marlonsmachado - Oct-28-2022, 12:35 AM - Forum: GUI
- Replies (3)
|
 |
Hello all,
I have a program where I receive a real-time data via TCP-IP using sockets, where I want to use one specific data to make a calculation ..... More
|
|
|
Wsgiref with asyncio ? |
Posted by: JohnnyCoffee - Oct-27-2022, 06:59 PM - Forum: Networking
- Replies (8)
|
 |
I'm wanting to relate the asyncio module with wsgiref to work with asynchronous requests could anyone give me an idea of a functional implementation ?..... More
|
|
|
reading in a doc |
Posted by: IOHANNES - Oct-27-2022, 10:53 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hi i come back with a problem. Again. I code the second module of my program, this one have to match two docs, one containing a novel's list and the s..... More
|
|
|
Etiquette |
Posted by: rob101 - Oct-27-2022, 08:41 AM - Forum: Bar
- Replies (2)
|
 |
As I'm relatively new to this Forum site, I'm unsure about the etiquette with regards to a reputation boost.
First of all: my sincere thanks to eve..... More
|
|
|
newbie here |
Posted by: blacknero004 - Oct-26-2022, 05:18 PM - Forum: Homework
- Replies (2)
|
 |
hi.i am struggling with my code because i dont get it why.
my code is:
[python]
def isPrime(x):
"""Returns whether or not the given number x i..... More
|
|
|
|