| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,791
Full Statistics
|
| Online Users |
There are currently 57 online users. » 2 Member(s) | 45 Guest(s) Applebot, Bing, AOL, AOL, Google, Twitter, snippsat
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
6 hours ago
» Replies: 4
» Views: 113
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 99
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 73
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 111
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,085
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,366
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,557
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 189
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,197
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,443
|
|
|
| silly piping |
|
Posted by: Skaperen - Nov-05-2016, 05:30 AM - Forum: General Coding Help
- Replies (1)
|
 |
i've been researching (reading docs, googling) about piping output from child processes. it seems everything is oriented around the way the communicat..... More
|
|
|
| valid numbers |
|
Posted by: Skaperen - Nov-05-2016, 04:16 AM - Forum: General Coding Help
- Replies (1)
|
 |
is there anything (any string) that would be valid decimal.Decimal() but not valid float() and/or not valid int([color=#9999ff],10[/colo..... More
|
|
|
| Tutorial request? |
|
Posted by: wavic - Nov-04-2016, 07:48 PM - Forum: Board
- Replies (4)
|
 |
We are welcome to asking for a tutorial in "Tutorial request" topic but I can't post there. How would happen?
|
|
|
| Please help! |
|
Posted by: pxkumar - Nov-04-2016, 07:44 PM - Forum: Homework
- Replies (6)
|
 |
Hi, I'm working on a game for a school project, and I've been trying to solve this problem for over a week now
(I'm working in Python 2.7, and I'm ki..... More
|
|
|
| A newbie section |
|
Posted by: Kai. - Nov-04-2016, 05:27 PM - Forum: Board
- Replies (6)
|
 |
I am VERY new to python and i am quite scared to be eaten alive for interrupting the main board with stupid questions. I believe the other newbies wou..... More
|
|
|
| Data types |
|
Posted by: tahmid909 - Nov-03-2016, 08:21 PM - Forum: Homework
- Replies (2)
|
 |
Just a quick question, i've wrote a piece of code that analyses a sentence that contains several words without punctuation. When a word in that senten..... More
|
|
|
| msvcrt.getkey for linux |
|
Posted by: metulburr - Nov-03-2016, 08:18 PM - Forum: Code sharing
- No Replies
|
 |
[python]import time, sys
import sys
if sys.platform[:3] == 'win':
import msvcrt
def getkey():
key = msvcrt.getch()
ret..... More
|
|
|
| console progressbars |
|
Posted by: metulburr - Nov-03-2016, 08:15 PM - Forum: Code sharing
- Replies (10)
|
 |
Just an example of a few different types of progress bars
[python]import time, sys
if sys.version[0] == '2':
range = xrange
def flus..... More
|
|
|
| tkinter calendar widget |
|
Posted by: metulburr - Nov-03-2016, 08:10 PM - Forum: Code sharing
- Replies (2)
|
 |
Tkinter does not have its own calendar widget. At least not by default. Here is a calendar selector widget. The Control class is just for laying a bas..... More
Attached Files
Thumbnail(s)
|
|
|
| Help pls (beginner) |
|
Posted by: zakobenayoun - Nov-03-2016, 06:51 PM - Forum: Homework
- Replies (4)
|
 |
Hello, I would like to create a game board, with is something like that :
x x x x
x x x x
. . . .
. . . .
o o o o
o o o o
I would lik..... More
|
|
|
| image uploading |
|
Posted by: Larz60+ - Nov-03-2016, 12:33 PM - Forum: Board
- Replies (4)
|
 |
I am in the process of building a tutorial on creating resizable tkinter gui's
I have some images that I'd like to intermingle with the text.
I ..... More
|
|
|
| idea for code boxes |
|
Posted by: Skaperen - Nov-03-2016, 04:38 AM - Forum: Board
- Replies (4)
|
 |
for code boxes, especially big ones, how about "_X" in the upper right corner to minimize the box or make it go away entirely?
|
|
|
|