Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,936
» Latest member: MihaiPope
» Forum threads: 38,723
» Forum posts: 175,511
Full Statistics
|
Online Users |
There are currently 57 online users. » 1 Member(s) | 45 Guest(s) Apple, Google, Bing, DuckDuckGo, AOL, Internet Archive, Twitter, kshahzad1985
|
Latest Threads |
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
2 hours ago
» Replies: 2
» Views: 183
|
FAST,SECURE AND RELIABLE ...
Forum: Game Development
Last Post: MihaiPope
3 hours ago
» Replies: 0
» Views: 66
|
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
3 hours ago
» Replies: 10
» Views: 3,638
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
9 hours ago
» Replies: 1
» Views: 3,308
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
11 hours ago
» Replies: 4
» Views: 592
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,034
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 943
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,172
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,198
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,289
|
|
|
& vs % |
Posted by: Skaperen - Nov-29-2017, 03:40 AM - Forum: General Coding Help
- Replies (7)
|
 |
which is better: foo = bar % 256 or: foo = bar & 255 ???
i just benchmarked them for speed. the 2nd is sligh..... More
|
|
|
transform list to tuple with |
Posted by: takaa - Nov-28-2017, 10:30 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
summary:
I have this output: [(1,), (2,), (3,), (4,), (5,)]
Question, how can I transform this to: ('1', '2','3','4',5')
Below is my trial..... More
|
|
|
another dice roll! |
Posted by: mzmingle - Nov-28-2017, 02:14 PM - Forum: Game Development
- Replies (3)
|
 |
My friend wrote a program that displays an amount of dots (like a dice would), and pauses when you click. I tried to edit this code to use images - bu..... More
|
|
|
what i am doing tonight |
Posted by: Skaperen - Nov-28-2017, 03:05 AM - Forum: Bar
- No Replies
|
 |
tonight i am doing a lot of rewriting of sessionin.py that inputs to a session, revising the code that interprets the control character escape ..... More
|
|
|
Problem with tkinter widget list |
Posted by: Larz60+ - Nov-27-2017, 12:54 PM - Forum: GUI
- Replies (2)
|
 |
This is part of the Enigma project that I am working on.
I'm adding a new post here, because this is a question having to do specifically with a GUI ..... More
|
|
|
dice roll? |
Posted by: mzmingle - Nov-27-2017, 11:38 AM - Forum: Game Development
- Replies (1)
|
 |
For homework I've been told to write a pygame program where you can click to roll a dice. I've tried making it so you just click a button and it displ..... More
|
|
|
|