Connecting Tech Pros Worldwide
Login or Sign up Help | Site Map
[ http://bytes.com/adLoader.php?parent=programming

Python Forum

Python programming language - Ask questions about python interpreter, control flow, data structures, modules errors, classes, standard library, gui, databases, unit testing, object oriented, structured programming and more.
Views: 5,285 Announcement: Only Q & A Threads Here
July 10th, 2008 msquared (Administrator)
New (Firefox)!!! Instructions for copying code from these threads (also IE)
[image]11 Replies | Posted by: bartonc | Last post by Formula, 11 days ago
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
What is your OS and Python Version
[image]255 Replies | Posted by: bartonc | Last post by Formula, 12 days ago
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
Capturing keystrokes during program execution
[image]1 Reply | Posted by: npcarp | Last post by Elias Alhanatis, Today
Is this hard? I am introducing Python to my students and want to make a simple, interactive program that will, while it's running, 'listen' for any... more »
Need Python sample code for open,modify and save the existing excel sheet
[image]1 Reply | Posted by: amuven | Last post by Elias Alhanatis, Today
Hi All, I'm new to python I have written very basic and small code and I request to help for the following senario.For my project i want to write a... more »
Copy a list
[image]1 Reply | Posted by: Xx r3negade | Last post by boxfish, Today
Consider the following code: listA = , , ] changeCoordinates = ((2, 3), (1, 3)) for coordinateList in changeCoordinates: listB = listA x =... more »
Web Apps in Python... Where Do I Start?
[image]3 Replies | Posted by: tharden3 | Last post by Xx r3negade, Today
Hey guys, I'd love to start writing code to go along side my HTML/CSS stuff. I'm designing neat web sites, but I need some functionality behind it. I... more »
Editing mp3 tags with python
[image]Post Reply? | Posted by: sirconnorstack | Last post by sirconnorstack, Today
Is there an easy way to edit mp3 tags with python? more »
Tkinter "argv"?
[image]1 Reply | Posted by: nicstel | Last post by boxfish, Yesterday
I don't understand the "argv" in TKinter module Can you tell me what argv means and do? Thank You more »
Crawler and connection reset by peer exception
[image]Post Reply? | Posted by: jhaski | Last post by jhaski, 3 days ago
I made a python program that crawls a major website and collects a bunch of data. I have found that I get "connection reset by peer" issues on almost... more »
How to prevent multi threaded app from write lock (Windows)
[image]5 Replies | Posted by: itamaram | Last post by itamaram, 3 days ago
So I have a web server which gets a request for some file, and if the file does not exist, it downloads it from a remote server, and then serve it... more »
python
[image]1 Reply | Posted by: nashfire | Last post by Laharl, 4 days ago
hi friends... need ur help!!!!!!! how can i insall python 2.5 on windows vista home basic??? - more »
Help with simple math problem
[image]2 Replies | Posted by: astrogirl77 | Last post by npcarp, 4 days ago
Hi, I'm new to Python and am hoping to find help with coding a Python script, applet. I code in an old version of Visual Basic 4.0, I have a simple... more »
Unbound method? What's that?
[image]10 Replies | Posted by: true911m | Last post by Draiden, 6 days ago
Can someone give me a quick rundown on the difference between bound and unbound methods? I ran into an error regarding an unbound method, and found... more »
RAM access.
[image]2 Replies | Posted by: gauravkec2005 | Last post by edwardrsmith, 6 days ago
I want to store a list in RAM and want to access it from different python modules. is there an option of storing the data in the RAM where you... more »
Python POST under IIS
[image]Post Reply? | Posted by: GeicoGecko | Last post by GeicoGecko, 7 days ago
Hey guys, There was no python section in the "Web Development" forum so I'm hoping I can pose my question in here. Our system We currently have a... more »
how to check for if a file os already open on Linux
[image]Post Reply? | Posted by: rg1008 | Last post by rg1008, 8 days ago
Hi, I need to check if a file is already in 'open ' state with any other process or not. The O_EXLOCK flag is not available on Linux. Is there some... more »
How to use Styles in PyGTK
[image]3 Replies | Posted by: kdikert | Last post by airfrog, 8 days ago
The GTK includes a class gtk.Style which affects the look of widgets in a nice and efficient way. However, I have found no clues on how to modify the... more »
Python and USB
[image]Post Reply? | Posted by: jumperbl | Last post by jumperbl, 9 days ago
Has anyone worked with PyUSB or any other module that works with USB? I did what this site asked me to... more »
Generate Random List of Integers
[image]5 Replies | Posted by: ss30 | Last post by bvdet, 9 days ago
Hi, I'm really new to python or really any programming at all. I'm trying to write a game and I'm really stuck on one small, seemingly easy... more »
Noob problem related to python image processing
[image]Post Reply? | Posted by: fatality123 | Last post by fatality123, 9 days ago
hi all I am new to both python and image processing. My task is to use python and tk to create a tool which can convert between the difft RGb color... more »
mysqldb
[image]Post Reply? | Posted by: knish | Last post by knish, 9 days ago
Hi, Is it possible to connect to Mysql thru maya 32bit on windows 64bit. I have installed 32bit python, 32 bit mysqldb, 32bit mysql... more »
Instantiating for loop
[image]2 Replies | Posted by: Cole | Last post by bvdet, 10 days ago
Is there a way to do this with some kind of a loop? thanks! if refrence == "Loshlf_16": b=Loshlf_16.execute() elif refrence == "Loshlf_20":... more »
Respond to serial port while processing other jobs
[image]2 Replies | Posted by: ulala099 | Last post by ulala099, 11 days ago
Hi, I am programming GM862 using python. In my program the device should wait for serial port command for unlimited time and respond to any command... more »
simultaneous reading of gps+gprs in Telit gps eval board
[image]Post Reply? | Posted by: frostecheg | Last post by frostecheg, 11 days ago
Hi. I want to be able to read gps data from GM862 - like board, while i am in GPRS connection (without closing it with '+++') Is it possible to do... more »
python CGI struggle...
[image]6 Replies | Posted by: JustWant2Ask | Last post by JustWant2Ask, 11 days ago
Hi All, I am using Python and CGI to create a web server that displays charts from some data provided. Below is the code from two files. The first... more »
Help with cookies/authentication
[image]1 Reply | Posted by: trihaitran | Last post by Formula, 11 days ago
Hi I am trying to pull some data from a Web site: http://schoolfinder.com The issue is that I want to use the advanced search feature which requires... more »
Class to extract tags from html code
[image]Post Reply? | Posted by: Formula | Last post by Formula, 12 days ago
Hello everybody,because I am newbie in python two weeks only but I had programming in another languages but the python take my heart there's 3 kind... more »

Top Python Forum Contributors
[ http://bytes.com/adLoader.php?parent=programming


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser