| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
 |
by admin
The GIDForums™ Team is proud to announce that GIDForums™ is now among one of the very first Webmaster / Programming forums to offer a custom-written Python Syntax Highlighter BBCode ( bb code) to it's valued members and readers.
Please use the and tag pair to enclose any python code so that it...
|
|
1 |
3,324 |
|
|
by nish
Hi!! Actually,i am doing a simulation and i want a dot (small oval) to pop up when i click(by mouse) on the canvas.
can anyone please help me or if possible give me the piece of codes to perform this.
thanks in advance...
from Tkinter import *
import Tkinter
from Tkconstants import *
import random
|
04-Feb-2008 02:00
by nish
|
0 |
293 |
|
|
by mocoski
i need to know the pc requirements for python and cant to seem to find it on the web also need to know the best text editor for python thats light in power thz i am writing this post from a psp
|
|
2 |
399 |
|
|
by noa
Hi!
I would like to read a file, which may or may not contain non-ascii characters such as umloats, and then output it in an ascii format.
I have tried using someword.encode('ascii','replace'), but it reports
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 1: ordinal not in...
|
01-Feb-2008 16:12
by noa
|
4 |
666 |
|
|
by nish
hi ..... i'm designing a simulator and initially i have to click on the Tkinter interface to place a small oval(dot).That is the initial point where i want the simulation to start.
can anyone please help me or if possible give me the piece of codes
here is my code....
i just want the piece on...
|
30-Jan-2008 04:38
by nish
|
0 |
342 |
|
|
by desperateboy
hi
Specially i am web designer and run web site design company.I am interested in hacking languages.i heard that python can use in terms of hacking language.can u help me.
thanks
webdesigningcompanydotnet
|
|
1 |
483 |
|
 |
by pyrgen
Hi,
I came out with an interesting way to build GTK+ based applications using Python programming language, Glade GUI builder and smartglade module on almost all modern platforms. Inspired by libglade, it brings a fresh way how to deal with widget identifiers in programs. It smartly fixes their...
|
|
0 |
890 |
|
 |
by nish
hi to all...
i'm working on an animation where i have to make the picture background.gif transparent.
l'm not able to do it.can you please help me or tell me what codes i should add to make the picture transparent.
thank in advance
import Tkinter
from Tkconstants import *
def window(tk):
|
|
1 |
1,516 |
|
|
by stevemcc
I am trying to make a game using pygtk. It requires that there be an image in the background and widgets that can go in front of the image. I have tried defining a background image for the Mainwindow but cant seem to do that and I have tried to pack widgets into an image but gtk.Image does not have...
|
|
4 |
529 |
|
|
by networker
I was wondering about what is involved in Python deployment.Does it need a JRE like Java on Windows?Does any body have a good link/tutorial to python deployment?
Any basic overview of deployment would help too.
Thank you
|
|
4 |
849 |
|
|
by Kimmo
Two weeks back I got Core Python Programming. I'm 400 pages in and no real complaining. One thing, however, slightly irritates me.
This thing is the "evangelizing" of Python. Of course I did some research before getting the book. Reading Python book reviews I noted that several books had reviews...
|
|
1 |
587 |
|
 |
by crystalattice
I just posted a GID Community blog entitled: Beginning Python Tutorial (Part 12).
Please let me know what you think.
This is an auto-generated message posted by GIDNetwork™ on behalf of the author.
|
|
0 |
656 |
|
|
by battu
in my project i have to nmap an ip give and in this code
cmd = "nmap -O " + myip + "> /usr/local/apache2/htdocs/test/temp/tmp.txt"
os.system(cmd)
i scan for the os on the remote system.
Iran this code in python it is working but when i run this in mod_python
through apache it is not showing any...
|
|
1 |
565 |
|
|
by skuvnar
Hi,
I am thinking of developing a video conferencing/ voice over IP using Jython. Is this a good choice? Also if its not, then what is the best language to use?
-Thanks
|
|
2 |
630 |
|
|
by aku1a
Hey- I've got PhthonWin on my computer and trying to use pyserial, I can connect to the serial port but I can't get it to send the write string. Here is what I'm using for python:
>>>import serial
>>>ser = serial.Serial(2) #my device is on COM3..
>>>ser.write("test")
I'm using the interactive...
|
18-Apr-2007 18:32
by TonyA
|
5 |
1,180 |
|
|
by TonyA
Hi,
I am completely new to programming and been looking into Java, Visual Basic 2005. I came across info about Python and read great things about it being good for beginners, being a "fun" language, etc.
I'm interested primarily in working with COM ports on a PC. I want to make my own hardware...
|
07-Apr-2007 09:17
by TonyA
|
2 |
504 |
|
 |
by crystalattice
I just posted a GID Community blog entitled: Beginning Python Tutorial (Part 11).
Please let me know what you think.
This is an auto-generated message posted by GIDNetwork™ on behalf of the author.
|
|
0 |
746 |
|
|
by shr2408
I am writing a small tkinter-app involving user keyboard-input, and want to control the range of acceptable input-characters. I'm currently using an Entry-widget, but haven't been able to access the individual characters AS THEY ARE ENTERED. What I (think I:roll: ) need is somthing like the...
|
|
2 |
775 |
|
|
by SeaDog
First of all I´m total newbie.I have never programmed before.I have read(or just flew trough) some python tutorials.
I know whats string, int and i even know whats while and if...just that u get some feeling about my poor knowledge.Just note this:If i understood from tutorial context i would not...
|
|
6 |
756 |
|
 |
by crystalattice
I just posted a GID Community blog entitled: Beginning Python Tutorial (Part 10).
Please let me know what you think.
This is an auto-generated message posted by GIDNetwork™ on behalf of the author.
|
11-Mar-2007 03:19
by admin
|
5 |
1,022 |
|
|
by fogled@mizzou
I have pyserial installed on a Mac Mini (10.4.8) with a Keyspan USB-Serial adapter. Everything is installed correctly, and I can send serial commands in python interactive mode just fine.
But... When I create a script with the same commands, the script does everything else (assigning the port,...
|
|
5 |
1,574 |