Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,931
» Latest member: Lenowell
» Forum threads: 38,720
» Forum posts: 175,500
Full Statistics
|
Online Users |
There are currently 48 online users. » 1 Member(s) | 41 Guest(s) Bing, AOL, AOL, Applebot, Google, snippsat
|
Latest Threads |
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
3 hours ago
» Replies: 1
» Views: 341
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:58 PM
» Replies: 8
» Views: 2,339
|
real community
Forum: News and Discussions
Last Post: decuser
Yesterday, 08:16 PM
» Replies: 3
» Views: 1,459
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:45 PM
» Replies: 1
» Views: 285
|
looking for help
Forum: Bar
Last Post: Azdaghost
Yesterday, 05:03 PM
» Replies: 0
» Views: 91
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Yesterday, 03:28 PM
» Replies: 7
» Views: 2,806
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,056
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 746
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-14-2025, 11:25 AM
» Replies: 7
» Views: 2,108
|
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Sep-14-2025, 11:16 AM
» Replies: 4
» Views: 15,982
|
|
|
Fun TicTacToe |
Posted by: RuthlessLlama - May-02-2017, 07:34 PM - Forum: Game Development
- Replies (1)
|
 |
Hey, I had to create a game for my comp science class
Check it out!
Give me some feedback if you'd like
I'm currently working on a 'hard' version b..... More
|
|
|
Alphabeta pruning error |
Posted by: Zeflonex - May-02-2017, 01:02 PM - Forum: Homework
- Replies (1)
|
 |
the beta yielded is not the expected one, i thinks its a problem in the modulo section , but cannot pinpoint it exactly
[python]tree = [[[5, 1, 2]..... More
|
|
|
named tuples |
Posted by: Skaperen - May-02-2017, 03:34 AM - Forum: News and Discussions
- Replies (20)
|
 |
so i got a named tuple. how can code get a list of just the names (much like getting the keys of a dict)? the built-in dir() function (gets a list o..... More
|
|
|
object class |
Posted by: ichabod801 - May-01-2017, 01:36 PM - Forum: General Coding Help
- Replies (6)
|
 |
[output]>>> x.name = 'Fred'
>>> fred = object()
>>> fred.name = 'Fred'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
A..... More
|
|
|
|