new to the list and...

D

Daniel Farmer

Hi... I'm just getting started with P, but am very eager to explore it's possiblities.

Where would I begin to find out about creating windows like GUI with Python?

I've downloaded tcl/tk... I'm not exactly sure what to do with them at this point. ( they're sitting in folders on my desktop ).
 
R

Ryan Paul

Where would I begin to find out about creating windows like GUI with Python?

I've downloaded tcl/tk... I'm not exactly sure what to do with
them at this point. ( they're sitting in folders on my desktop ).

Welcome to python! I hope you find your python programming experience as
enlightening and insightful as I have!

If you are looking for some resources to help you get started with python
GUI programming using Tk, you may find these links helpful:

http://www.pythonware.com/library/tkinter/introduction/

http://www-106.ibm.com/developerworks/library/l-tkprg/index.html

Good Luck!

--SegPhault
 
F

Fuzzyman

Daniel Farmer said:
Hi... I'm just getting started with P, but am very eager to explore it's
possiblities.

Where would I begin to find out about creating windows like GUI with
Python?

I've downloaded tcl/tk... I'm not exactly sure what to do with them at
this point. ( they're sitting in folders on my desktop ).

--

If you are using Python with Windows then Tk/Tcl and the Python
Tkinter libraries all come with the Python distributions. You
shouldn't need to download tcl seperately.

'Programming Python' has a really straightforward introduction to
building GUIs using Tk. Alternatively there's a couple of simple apps
with Tk interfaces on my website at
http://www.voidspace.org.uk/atlantibots/pythonutils.html

Regards,

Fuzzy
 
D

David Fraser

Daniel said:
Hi... I'm just getting started with P, but am very eager to explore it's
possiblities.

Where would I begin to find out about creating windows like GUI with Python?

I've downloaded tcl/tk... I'm not exactly sure what to do with them at
this point. ( they're sitting in folders on my desktop ).
As many other people might suggest, if/when you don't find tcl/tk to you
liking, move on over to http://www.wxpython.org and give it a go

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,201
Messages
2,571,049
Members
47,655
Latest member
eizareri

Latest Threads

Top