Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 387 online users. » 0 Member(s) | 382 Guest(s) Bing, Google, Baidu, Yandex, Mojeek
|
Latest Threads |
PyQT5 Thread crashes afte...
Forum: GUI
Last Post: Axel_Erfurt
3 hours ago
» Replies: 2
» Views: 3,046
|
List[] in Python needs so...
Forum: Game Development
Last Post: miajones
Today, 11:14 AM
» Replies: 2
» Views: 345
|
Unable to install pygame ...
Forum: Game Development
Last Post: Thatedge
Today, 08:09 AM
» Replies: 2
» Views: 2,068
|
can't use pyrepl: bad mag...
Forum: News and Discussions
Last Post: Plyth
Today, 05:53 AM
» Replies: 2
» Views: 232
|
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Jun-24-2025, 02:10 PM
» Replies: 5
» Views: 475
|
[SOLVED] Let user search ...
Forum: GUI
Last Post: deanhystad
Jun-24-2025, 02:04 PM
» Replies: 3
» Views: 194
|
color names
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-24-2025, 08:10 AM
» Replies: 9
» Views: 199,380
|
Python Install Mager Help
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:43 AM
» Replies: 1
» Views: 138
|
tracking version during r...
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:15 AM
» Replies: 3
» Views: 632
|
Comparing two columns wit...
Forum: General Coding Help
Last Post: Pedroski55
Jun-24-2025, 03:41 AM
» Replies: 3
» Views: 1,540
|
|
|
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
|
|
|
when repr() fails |
Posted by: Skaperen - May-01-2017, 02:25 AM - Forum: General Coding Help
- Replies (8)
|
 |
what function can convert a string containing unprintable binary characters to source code compatible escape sequences that can restore that binary ch..... More
|
|
|
Single User Dungeon |
Posted by: tckay - Apr-30-2017, 06:13 PM - Forum: Homework
- Replies (1)
|
 |
Alright so i am total beginner here and I need help with what the code should look like to allow players to interact with other items in the room. I c..... More
|
|
|
|