Re: [Tutor] Multiple tabs using tkinter

2017-02-06 Thread Zachary Ware
On Mon, Feb 6, 2017 at 7:31 PM, Alan Gauld via Tutor wrote: > On 06/02/17 16:40, Pooja Bhalode wrote: > >> I was wondering if someone could help me regarding multiple tabs in >> tkinter. > > Look at the tabbed notebook in the Tix module. > It should do what you want. ttk rather

Re: [Tutor] Basic Tutorial for Python

2017-02-06 Thread Alan Gauld via Tutor
On 06/02/17 16:13, Hüseyin Ertuğrul wrote: > Hello all, > I am a system engineer and I want to learn python language. > I don't know any program language That's a common request and the python.org site has a whole page dedicated to folks like you.

Re: [Tutor] Multiple tabs using tkinter

2017-02-06 Thread Alan Gauld via Tutor
On 06/02/17 16:40, Pooja Bhalode wrote: > I was wondering if someone could help me regarding multiple tabs in > tkinter. Look at the tabbed notebook in the Tix module. It should do what you want. I give a tutorial on its use in my recent book but you can also find online tutorials, especially

Re: [Tutor] Basic Tutorial for Python

2017-02-06 Thread Alex Kleider
On 2017-02-06 08:13, Hüseyin Ertuğrul wrote: Hello all, I am a system engineer and I want to learn python language. I don't know any program language and I need tutorial for beginner or for dummies. By the way I want to see basic example codes for practice. What is your suggestion for that

Re: [Tutor] Basic Tutorial for Python

2017-02-06 Thread Steven D'Aprano
On Mon, Feb 06, 2017 at 04:13:35PM +, Hüseyin Ertuğrul wrote: > Hello all, > I am a system engineer and I want to learn python language. I don't > know any program language and I need tutorial for beginner or for > dummies. Alan's tutorial is worth working through:

Re: [Tutor] Basic Tutorial for Python

2017-02-06 Thread Larocca, John B
I like this one... https://learnpythonthehardway.org/book/ It can be done all online -John -Original Message- From: Tutor [mailto:tutor-bounces+john.b.larocca=intel@python.org] On Behalf Of Hüseyin Ertugrul Sent: Monday, February 06, 2017 8:14 AM To: tutor@python.org Subject:

[Tutor] Basic Tutorial for Python

2017-02-06 Thread Hüseyin Ertuğrul
Hello all, I am a system engineer and I want to learn python language. I don't know any program language and I need tutorial for beginner or for dummies. By the way I want to see basic example codes for practice. What is your suggestion for that case. Thank you for your interest.

[Tutor] Multiple tabs using tkinter

2017-02-06 Thread Pooja Bhalode
Hi, I was wondering if someone could help me regarding multiple tabs in tkinter. I am working on a GUI which would have tabs similar to the ones we see in excel, wherein we can navigate from one tab to the other and back. Could you please direct me towards some information regarding how I should

Re: [Tutor] sort() method and non-ASCII

2017-02-06 Thread Alan Gauld via Tutor
On 06/02/17 12:13, boB Stepp wrote: py> 'pi = \N{GREEK SMALL LETTER PI}' 'pi = π' >>> >>> >>> You have surprised me here by using single quotes to enclose the >>> entire assignment statements. I thought this would throw a syntax >>> error, but it works just like you show. What is going

Re: [Tutor] Function annotations

2017-02-06 Thread George Fischhof
2017-02-05 9:36 GMT+01:00 Steven D'Aprano : > On Sat, Feb 04, 2017 at 10:11:39PM -0600, boB Stepp wrote: > > > Are the people making linters implementing checking function > > annotations? Or is this something only gradually being adopted? > > Depends which linter :-) > >

Re: [Tutor] sort() method and non-ASCII

2017-02-06 Thread boB Stepp
On Sun, Feb 5, 2017 at 10:49 PM, Cameron Simpson wrote: > On 05Feb2017 22:27, boB Stepp wrote: >> >> On Sun, Feb 5, 2017 at 7:23 PM, Steven D'Aprano >> wrote: >>> >>> Alternatively, you can embed it right in the string. For code