| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,247
» Latest member: Kacper
» Forum threads: 38,779
» Forum posts: 175,813
Full Statistics
|
| Online Users |
There are currently 51 online users. » 1 Member(s) | 45 Guest(s) Bing, Google, Apple, AOL, tsgiannis
|
| Latest Threads |
New to python and coding
Forum: Homework
Last Post: Larz60+
8 hours ago
» Replies: 1
» Views: 49
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
9 hours ago
» Replies: 11
» Views: 256
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
9 hours ago
» Replies: 3
» Views: 94
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Today, 05:07 AM
» Replies: 5
» Views: 230
|
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 88
|
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,600
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 186
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 170
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,853
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,408
|
|
|
| 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
|
|
|
| GTIN-8 Code |
|
Posted by: harry183713718312378 - Apr-30-2017, 06:11 PM - Forum: Homework
- Replies (1)
|
 |
I'm struggling with some coding. The question is "Create a suitable text file to use with a high-level programming language containing a list of produ..... More
|
|
|
| Simplyfy |
|
Posted by: podge - Apr-30-2017, 04:38 PM - Forum: General Coding Help
- Replies (7)
|
 |
The last time I did any coding was about 30 years ago and that was basic. Python seems to have a similar syntax so I thought I would dip my toe in the..... More
|
|
|
|