What is your OS and Python Version
For the benefit of those of us who answer questions, PLEASE REPLY in this thread with your operating system, version of python that you are using,... more »
sticky
|
|
New (Firefox)!!! Instructions for copying code from these threads (also IE)
If you are using Firefox as you browser, you'll probably have discovered that the new-style tags don't allow you to copy posted code without an... more »
sticky
|
|
Sockets
Let me get flamed now. Seriously I've know this has been asked at least one other time. Does anyone know any good tutorials online about sockets.... more »
|
|
User input and classes
Hi,
I'm learning python and i'm in the process of trying to write an adress book program. I'm using a class to do it all and i'm hopeless at oop.... more »
|
|
count number of rows returned
hi
i am using the select query with group by, so that i am getting records with more than one column so that i need to calculate the number of rows... more »
|
|
Capturing a system call REQUEST and then REPLYING
I'm a newbie and I'm in way over my head with a pressing real world problem I need to solve with python.....one that isn't waiting for me to learn... more »
|
|
I don't even know what it's called...
I'm completely new to python, I just started about 3 days ago. I've requested some books from my library on python, so I hope I'm headed in the right... more »
|
|
Accessing variables
Is there any possibility that i could access a the variables that i have defined in a function
for example
def foo():
i = 10
i = i + 10
I... more »
|
|
Speech!
Hi there!
I'm working on a simple script, and I was wondering if there is some way to use the Microsoft built-in speech SDKs (to voice, and text... more »
|
|
Simple UnZip Script, help
Hi All,
I am looking for help on this simple script to unzip/extract the contents of a zip file. This is what I have so far:
import zipfile, os,... more »
|
|
problem with pygame
hi guy,when i run my program which contains the following portion of code in the mainloop
clock=pygame.time.Clock()
while True:
sound1.play()
... more »
|
|
While Loop problem
Hi everyone. I am using a while loop in a game and during the game loop i want the user to be able to give input without the program stopping at a... more »
|
|
While Loop problem
Hi everyone. I am using a while loop in a game and during the game loop i want the user to be able to give input without the program stopping at a... more »
|
|
Pickleing
Hi
I'm a total beginner in python.
Want i want to know is how to pickle a dictionary after a user has updated it then read back from the pickled... more »
|
|
File to Dictionary?
Hi there, everyone! I was wondering... How would I go about writing a script that creates a dictionary from a file?
EXAMPLE FILE:
google
start... more »
|
|
Error - "Bad file descriptor... command ID 36864..."
Hello All,
I have a fairly simple script that runs fine, does what it is supposed to do, but generally on the second run (after running fine again)... more »
|
|
need to write a simple web crawler
hai
i am a student and need to write a simple web crawler using python and need some guidance of how to start.. i need to crawl web pages using BFS... more »
|
|
How to plot wind vector field?
Actually, I already "compute out my wind vectors" in my case study by using Python.
I couldn't find any information for plotting my... more »
|
|
SOAPPy helloworld-ish problem
Hello
I'm trying to make a web service client in python, and so to start out, I found this simple example that are supposed to parse an wsdl file... more »
|
|
py2app chokes on MySQLdb
I am currently trying to convert a program I just wrote to application form, on the Mac. I'm using py2app to accomplish this, and everything works... more »
|
|
Distance between 2 points user chosen.
Hi everyone. XP Service pack 2, english, python, I am just wondering how i could go about doing this. I am using pygame to draw 25 objects on the... more »
|
|
EOF in multi line statement!!??
Hi
I keep on getting an errror saying 'EOF in multi-line statement' when i run my code. I'm just learning python and it keeps getting in the way.... more »
|
|
pdf printing
Hi,
I have a question on how to print a pdf file with comment summary (CTRL T using adobe acrobat professional). I can print a pdf using win32api... more »
|
|
Graceful exit in Jython
Greetings fellow developers.
I have a 'super loop' in jython (ie, while True: ) that does not take input from the user at any point. It simply runs... more »
|
|
Twill - using 'find' command from python code
Hi,
I am trying to use the 'find' command of twill from within a python code but it seems to return no result. I tried to run that command on the... more »
|
|
How to enable Load option in tkinter -python
Hi
I need to design a tkinter widget where i should have a browse option button as you see in all windows application to select a file from my... more »
|
|
PyQt4 signal slot method
Hi ,
I am a newbie to python and I am trying to send a signal to my application using a thread.
Here's my code:
import sys
from PyQt4 import QtGui,... more »
|
|