Re: [Tutor] Borrowing restricted code

2018-12-06 Thread Alan Gauld via Tutor
On 06/12/2018 00:45, Steven D'Aprano wrote: > So you can see why many organisations are so paranoid about having > licences for every line of code they use. Failure to be fully licenced > could be *incredibly* time-consuming and expensive if they get into a > legal dispute. The only way to win

Re: [Tutor] Borrowing restricted code

2018-12-06 Thread Steven D'Aprano
On Thu, Dec 06, 2018 at 10:41:37AM +, Alan Gauld via Tutor wrote: > On 06/12/2018 00:45, Steven D'Aprano wrote: > > > As for what is "not worth prosecuting", there are no copyright police > > who troll the internet looking for copied lines of code. Nobody is going > > to be scanning your Gith

Re: [Tutor] Borrowing restricted code

2018-12-06 Thread Alex Kleider
On 2018-12-05 16:45, Steven D'Aprano wrote: On Wed, Dec 05, 2018 at 11:22:35AM -0500, Avi Gross wrote: Those following this thread might like to google "code V2"- the book by Laurence Lessig is relevant to many if not all of the disagreements. It's also a very interesting read (and free.)

[Tutor] Any 'graphical' ways of learning Python

2018-12-06 Thread Mike Barnett
I stumbled onto this mailing list when Google found a mention of PySimpleGUI in a thread titled: Any 'graphical' ways of learning Python. I wanted to respond with information on PySimpleGUI and why it's ideal for students. If you're teaching kids and they want to learn how to do GUIs so that th

Re: [Tutor] Regarding Python api script

2018-12-06 Thread Ravi Kumar
Ya i do know SQL thanks I will look into it but before proceeding I had couple of concerns about my code to geneeate the client log events my concerns 1)The for loops that have written I am able to access all the networks,able to loop through all access points(Devices) in the network,able to lo

Re: [Tutor] Any 'graphical' ways of learning Python

2018-12-06 Thread Mike Barnett
Oh, one more thing on this topic... there are tutorial videos available for PySimpleGUI, both basic and advanced. Basic 5 video series: https://www.youtube.com/playlist?list=PLl8dD0doyrvHMoJGTdMtgLuHymaqJVjzt Additional 9 in-depth videos: https://www.youtube.com/playlist?list=PLl8dD0doyrvHMoJGTd

Re: [Tutor] Regarding Python api script

2018-12-06 Thread Alan Gauld via Tutor
On 06/12/2018 14:17, Ravi Kumar wrote: > 1)The for loops that have written I am able to access all the networks,able > to loop through all access points(Devices) in the network,able to loop > through and get all clients in each access points but when it comea to > client log events I am able to l

Re: [Tutor] Regarding Python api script

2018-12-06 Thread Steven D'Aprano
On Thu, Dec 06, 2018 at 08:17:23AM -0600, Ravi Kumar wrote: > I know I am asking a lot Yes you are. Please read this: http://sscce.org/ It is written for Java programmers, but it applies equally to all languages, including Python. Think about how difficult a job you are giving us: we don't