Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,581
» Latest member: Zauf
» Forum threads: 38,634
» Forum posts: 175,033
Full Statistics
|
Online Users |
There are currently 394 online users. » 1 Member(s) | 384 Guest(s) Bing, Yandex, Google, Baidu, Mojeek, Twitter, Yoriz
|
|
|
Importing a module |
Posted by: SrirachaSauceLover - Nov-05-2016, 03:20 PM - Forum: General Coding Help
- Replies (21)
|
 |
I'm learning computer programming with John Zelle's Python Programming: An Introduction to Computer Science. In the first chapter, he explains ..... More
|
|
|
Multi-tab form |
Posted by: birdieman - Nov-05-2016, 11:49 AM - Forum: GUI
- Replies (1)
|
 |
I am brand new to this forum , python and Qt4. As I was playing around with trying to make a multipage form, I opened the Qt designer, clicked main w..... More
|
|
|
how to delete |
Posted by: Skaperen - Nov-05-2016, 09:05 AM - Forum: Board
- Replies (1)
|
 |
i tried to reply to my own post but it created a new thread. how can i delete it? i've been having major network issues all night and the browsers h..... More
|
|
|
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?
|
|
|
|