Re: [Tutor] Tkinter help?

2015-05-18 Thread Alan Gauld
On 18/05/15 19:27, cartman6921 wrote: *Below is a code made by me in 5 minutes, I am new to Tkinter so am kinda noobish. We all have to start somewhere. Unfortunately there are a few issues with your code. I'll try to deal with them as we go through. from tkinter import * root=Tk() root.tit

[Tutor] Tkinter help?

2015-05-18 Thread cartman6921
*Below is a code made by me in 5 minutes, I am new to Tkinter so am kinda noobish. as you can see, lemon equals 0 at the start and when you click the button it adds 1 to the amount lemon equals. After about 15 minutes of trying and 10 minutes googling i can find nothing to help me. when the code lo

[Tutor] Apache cgi Python Sockets classic Linux permissions and SELinux under Fedora19

2015-05-18 Thread Stewart Lawton
Hi Thanks to recent help from Alan Gauld and Felix Dietrich I have studied the 'classic Linux ' permissions to allow an Apache cgi script to connect to a Python Socket. Though I became convinced that the corrected permissions were correct the Python cgi script still would not work when called

[Tutor] Implementing a Media Streaming Server in Python

2015-05-18 Thread Anubhav Yadav
I was looking to implement a media streaming server in python, which can stream movies to mobile based clients efficiently to multiple clients (over 50 clients ) Should I just use plain sockets to create connection or should I go with a framework like twisted/flask? I want to know what would be t

Re: [Tutor] Stem and leaf plots

2015-05-18 Thread Steven D'Aprano
On Sun, May 17, 2015 at 02:50:39PM -0700, Danny Yoo wrote: > I was reading the "Cartoon Guide to Statistics", and came across a > description on "Stem and plot diagrams". > (http://en.wikipedia.org/wiki/Stem-and-leaf_display.) It's sorta like > a histogram diagram, but bundles by the ten's digit,