On 6/17/10 10:38 AM, Tim Chase wrote:
On 06/17/2010 10:07 AM, Andreas Tawn wrote:
On 6/16/10 10:40 PM, madhuri vio wrote:
which performs the transcription of dna to rna
[snip]
Seems like a simple problem... or am I missing something?
def translate():
return "dna".replace("d", "r")
And I un
On 06/17/10 01:40, quoth madhuri vio:
> if i want to create a button
> which performs the transcription of dna to rna
> using tkinter in a gui...
> can u give me the method...
>
> --
> madhuri :)
>
Dear Madasahatter. You need to read the description below on how to properly
implement and use th
On 06/17/2010 10:07 AM, Andreas Tawn wrote:
On 6/16/10 10:40 PM, madhuri vio wrote:
which performs the transcription of dna to rna
[snip]
Seems like a simple problem... or am I missing something?
def translate():
return "dna".replace("d", "r")
And I understand people in bioinformatics g
Andreas Tawn a écrit :
On 06/17/2010 01:04 AM, Stephen Hansen wrote:
On 6/16/10 10:40 PM, madhuri vio wrote:
if i want to create a button
which performs the transcription of dna to rna
(snip the GUI part)
Seems like a simple problem... or am I missing something?
def translate():
return
> On 06/17/2010 01:04 AM, Stephen Hansen wrote:
> > On 6/16/10 10:40 PM, madhuri vio wrote:
> >> if i want to create a button
> >> which performs the transcription of dna to rna
> >> using tkinter in a gui...
> >> can u give me the method...
> >
> > You can not possibly be serious.
>
> Oh, it's no
On 06/17/2010 01:04 AM, Stephen Hansen wrote:
On 6/16/10 10:40 PM, madhuri vio wrote:
if i want to create a button
which performs the transcription of dna to rna
using tkinter in a gui...
can u give me the method...
You can not possibly be serious.
Oh, it's not that bad
[dna2rna
On 6/16/10 10:40 PM, madhuri vio wrote:
> if i want to create a button
> which performs the transcription of dna to rna
> using tkinter in a gui...
> can u give me the method...
You can not possibly be serious.
--
Stephen Hansen
... Also: Ixokai
... Mail: me+list/python (AT) ixokai (DO
if i want to create a button
which performs the transcription of dna to rna
using tkinter in a gui...
can u give me the method...
--
madhuri :)
--
http://mail.python.org/mailman/listinfo/python-list
You probably should tell us what GUI toolkit you're using.
But if your GUI toolkit has the concept of a "vertical box", then create a
vertical box, add it to your window, and put things in the vertical box.
To put your widget at the bottom of your vertical box, append to the end it
last or insert
how do i get the buttons at the bottom
of the tool i create???
what is the command for side i need to mention???
--
http://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo