[Tutor] bracket issue

2017-04-15 Thread Palm Tree
hi all. i'm trying to write a simple program. i'm using python 3.4 let us say i have s="2*3+3(8-4(5+6+9))+2+3+3(4/4)" i want to find expression enclosed in brackets. i want outputs to be like: (8-4(5+6+9)) (5+6+9) (4/4) i've tried where denotes an indentation level : #first part sbracket

Re: [Tutor] How do we create a GUI to run a simple calculation program in Python?

2017-04-16 Thread Palm Tree
On 16 Apr 2017 10:01, "Palm Tree" wrote: Sorry for late reply. We usually organise python challenges. Once we organise a gui calculator challenge. You can view the submissions on my blog here: https://abdurrahmaanjanhangeer.wordpress.com/gui-py- calculator-challenge-19-1-17/ On 1

Re: [Tutor] bracket issue

2017-04-16 Thread Palm Tree
-- Forwarded message -- From: "Palm Tree" Date: 16 Apr 2017 10:07 Subject: Re: [Tutor] bracket issue To: "Peter Otten" <__pete...@web.de> Cc: Ok thanks for the answers. Perfect. Just to clarify why i wanted recursion was that well coming to compiler

Re: [Tutor] Tkinter layout question

2017-04-20 Thread Palm Tree
for entering digits on the canva i think better create a sort of sudoku generator and display it on the canva in a create_text object. On 20 Apr 2017 05:24, "Phil" wrote: > I'm looking for ideas here. > > A working solution for my sudoku solver is a 9 x 9 grid of entry boxes but > it looks a bit

[Tutor] selenium, automated testing and python

2017-05-04 Thread Palm Tree
Sorry i'm a bit new to automated testing. I have explored python wide and deep but can someone just tell me why as a coder i need automated testing? i have tried some googling but the explanations are a bit crazy. thanks. ___ Tutor maillist - Tutor@p

Re: [Tutor] General question rgrd. usage of libraries

2017-05-06 Thread Palm Tree
Hum i also suggest you get more experience with python think of a project and learn while doing it. thus you'll get motivation while at the same time doing something useful which you could reuse in the future. else, me for bs4 i googled what i needed. I also put an increasing variable to ease we