| |
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 |
2,312 |
|
|
by mocoski
i a noob in python my olny experience is in turing which is a intro to java and cant figure out how to write a program that would figure out a numbers of letters or keys etc i have no idea how to make the program write into the other program and hit enter etc.. i know there are programs that do...
|
|
1 |
135 |
|
 |
by sarabhjeet
I have created one application as well as I have created help or documentation file in a .chm format for my application. Whenever I click on help menu this documentation file should open but at a time only one instance of help file should open, how to do this... I think it can be done by creating...
|
|
0 |
74 |
|
 |
by sarabhjeet
Hello all,
Actually i need to close a dialog automatically after 5-6 seconds.
For it what should i do,please help me.I am using wxTimer
self.MB = wx.Dialog(self,-1,"hello",pos=(-1,-1),size=(200,100),style=wx.NO_3D)
self.MB.Show(True)
self.timer = wx.Timer(5,self.Step(self))
self.timer.Start()
|
|
2 |
120 |
|
|
by sigkill9
Hi, I'm trying to build a simple python program that will total how many hours a worker has worked based on a start time and end time entry but the problem is this "simple" problem is becoming very complicated and i'm affraid i'm way off base and digging deeper and deeper into a coding nightmare......
|
|
5 |
293 |
|
|
by fonz87
Just wondering anyone here can help me getting started or show me where i can read how to write this program
i have to write a program where if i put 5 it should output 55
for example, when u put 5 it will compute 1^2+2^2+3^2+4^2+5^2 and the output is 55
i got a code where its adding up all...
|
|
4 |
101 |
|
|
by rbp
hello,
does anyone know of a geometry library I can use with python (though not necessarily written in python) that can calculate intersections between things.
For instance the intersection of 2 planes would return a line.
I need to find intersections between both finite and infinite lines,...
|
|
4 |
121 |
|
|
by agiduser
Hi,
I need review of Python Tutorial Book for newbie, Thanks for any adivce.
|
29-Feb-2008 15:41
by rbp
|
4 |
694 |
|
|
by john_aa
Hey guys, I am interested in knowing, what new Web Development projects you are doing, curious to know, what data base you use, and if you are using Linux or Windows platform. Also, will like to know, if there are any alternatives to Adobe products, that you may be using
|
|
1 |
93 |
|
|
by php.mca
Hie All,
I am newbie to python.I am creating one application which generates pdf docs.
I want to open the docs to be password protected. I need such properties for that.
Can anyone help me out.
Thanx in advance
Dushyant Joshi
|
|
1 |
99 |
|
 |
by fonz87
8O
I'm trying to write a program that deletes the duplicate numbers. For example if I enter 1 1 2 4 5 7 2
I should print 1 2 4 5 7
This is what I have so far, I don't know how to get rid of the duplicates
import string
import math
def main():
x = raw_input("Enter a number")
mylist =
|
|
1 |
110 |
|
|
by john_aa
Hey guys wondering, if you are using Adobe CS3 and do you think, if there are other alternatives to CS3. Would you recommend CS3 or wait for something else.
|
|
1 |
90 |
|
|
by madpotential
I need help with a program that determines the number of words and characters, so far all I have is
input string
def wcount(f):
"""Print three numbers showing the count of lines, words and
characters in the file f .
input = words
input = characters
|
|
3 |
191 |
|
|
by fonz87
ok so i need help with some codes.
I need to write a program that takes as input a positive integer n and generates the following shape.
so for example if i put in n=5
it would come out like this
1
1 3
1 3 5
1 3 5 7
1 3 5 7 9
i have this so far but it's coming like this. where it producing doubles
|
|
6 |
131 |
|
|
by fonz87
Hello people, I was just browsing around looking for help online for similar problems to help me complete some problems for class.
I m new to python and some of this stuff is so confusing to understand.
i have 4 problems i need help with and wondering if anyone can help me out with it ??
here are...
|
|
4 |
178 |
|
 |
by sarabhjeet
Actually I have made one application and now I need to integrate the help file which is in CHM format with it, I have made one sub menu in the tool bar like this:
Help->Documentation
Whenever I click on documentation then that chm file should open. How to do this task, please help me.
|
|
3 |
205 |
|
|
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 01:00
by nish
|
0 |
80 |
|
|
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 |
114 |
|
|
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 15:12
by noa
|
4 |
165 |
|
|
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 03:38
by nish
|
0 |
108 |
|
|
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 |
262 |