Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,644
» Latest member: sammycraig
» Forum threads: 38,642
» Forum posts: 175,096
Full Statistics
|
Online Users |
There are currently 534 online users. » 0 Member(s) | 528 Guest(s) Bing, Baidu, Google, Yandex
|
Latest Threads |
New Users Introduce Yours...
Forum: Bar
Last Post: nilsfreya300
6 hours ago
» Replies: 452
» Views: 343,659
|
textbox compare command n...
Forum: GUI
Last Post: deanhystad
7 hours ago
» Replies: 1
» Views: 76
|
How to retain Annotation ...
Forum: Code Review
Last Post: holeioonline
Yesterday, 08:43 AM
» Replies: 2
» Views: 898
|
Trading Bot written in Py...
Forum: News and Discussions
Last Post: LoriBrown
Yesterday, 07:08 AM
» Replies: 4
» Views: 95,163
|
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
Jun-29-2025, 06:53 PM
» Replies: 13
» Views: 504
|
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
Jun-29-2025, 06:47 PM
» Replies: 2
» Views: 127
|
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
Jun-29-2025, 03:41 PM
» Replies: 4
» Views: 157
|
While loop is terminating...
Forum: Homework
Last Post: Gribouillis
Jun-29-2025, 06:19 AM
» Replies: 1
» Views: 129
|
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:36 AM
» Replies: 10
» Views: 3,144
|
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:35 AM
» Replies: 2
» Views: 1,907
|
|
|
Fast Quote button doesn't work |
Posted by: syogun - Sep-04-2017, 11:47 AM - Forum: Board
- Replies (2)
|
 |
Hi, I read the Help Documents and try three different Quote Buttons. The only problem is the Fast Quote button doesn't work while other two Quote Butt..... More
|
|
|
RegEx Help |
Posted by: mp3909 - Sep-03-2017, 11:11 AM - Forum: General Coding Help
- Replies (1)
|
 |
import re
dummy = re.compile('XXX\WYYY')
mo = dummy.search('the letters XXX\YYY')
mo.group() Can someone please explain why [py..... More
|
|
|
maze pattern |
Posted by: angelbest4 - Sep-03-2017, 05:46 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hello I am a newbie to python and using python 3.
I wish to learn patterns and printing e.g stars etc. I want to make maze pattern but i confused to ..... More
|
|
|
Username and password |
Posted by: Steve2017 - Sep-02-2017, 09:40 PM - Forum: Homework
- Replies (13)
|
 |
HI guys
I need help with my code, I want to create a username and password login python program but I am not getting the right results. so far I go..... More
|
|
|
|