Re: [Tutor] pyrouge

2016-07-19 Thread Steven D'Aprano
On Tue, Jul 19, 2016 at 10:14:59PM +, zuhair ali via Tutor wrote: > Hatd I sirI used pyrouge package for evaluation rouge package and  I > have one problem that i don't know how to create settings.ini file and > what i put in this file. This file found in Rouge155().py please can > you help

Re: [Tutor] pyrouge

2016-07-19 Thread Alan Gauld via Tutor
On 19/07/16 23:14, zuhair ali via Tutor wrote: > I used pyrouge package for evaluation rouge package > and I have one problem that i don't know how to > create settings.ini file and what i put in this file. This list is for the Python language and its standard library so rouge() is a bit off topi

[Tutor] pyrouge

2016-07-19 Thread zuhair ali via Tutor
Hatd I sirI used pyrouge package for evaluation rouge package and  I have one problem that i don't know how to create settings.ini file and what i put in this file. This file found in Rouge155().py please can you help me. ___ Tutor maillist - Tutor@py

Re: [Tutor] python cgi single double quotes

2016-07-19 Thread Alan Gauld via Tutor
On 19/07/16 19:43, nitin chandra wrote: > Now I have taken a VPS, using command line, I installed apache2.4, > python 2.7, but I am not able to use the same code with triple quotes > (""") to open and close the code block. > > I am forced to use > > print "Content-type:text/html\r\n\r\n" > print

[Tutor] python cgi single double quotes

2016-07-19 Thread nitin chandra
Hi I wrote python+cgi script on hostgator server and I could embed html like:- code folder :- /home/userName/public_html/*.cgi #!/usr/bin/env python print "Content-Type:text/html\n\n" print print """ ... ... """ The above style / way of coding works. Even on my laptop where the code is i

Re: [Tutor] Help me out please

2016-07-19 Thread Bob Gailer
On Jul 19, 2016 9:24 AM, "Marc Sànchez Quibus" wrote: > > Hi, > First of all I'm gonan introduce myself. My name is Marc and I'm a student > and also a python's programmer begginer. I've been studying/learning python > and now I need some help to finish my project. > I have two scripts, one of the

Re: [Tutor] Help me out please

2016-07-19 Thread Alan Gauld via Tutor
On 19/07/16 12:31, Marc Sànchez Quibus wrote: > and now I need some help to finish my project. > I have two scripts, one of them in python (the main script) and the other > one written in html. Well, is just a brief javascript (an app) that I took > by Github. I need to change a variable inside th

Re: [Tutor] Need Your help

2016-07-19 Thread Alan Gauld via Tutor
> I'm creating a mobile application [ http://e-aadhaarcard.in ] and I'm using > python for a desktop server. However, I don't have access to a static IP on > the desktop, but do have a website. Is it possible to connect from mobile > http website -> desktop server and back? That all depends on ho

[Tutor] Help me out please

2016-07-19 Thread Marc Sànchez Quibus
Hi, First of all I'm gonan introduce myself. My name is Marc and I'm a student and also a python's programmer begginer. I've been studying/learning python and now I need some help to finish my project. I have two scripts, one of them in python (the main script) and the other one written in html. We

[Tutor] Need Your help

2016-07-19 Thread Tushar Goyal
I'm creating a mobile application [ http://e-aadhaarcard.in ] and I'm using python for a desktop server. However, I don't have access to a static IP on the desktop, but do have a website. Is it possible to connect from mobile http website -> desktop server and back? If I got you right, I would ski

Re: [Tutor] The Way

2016-07-19 Thread Alan Gauld via Tutor
On 19/07/16 06:36, monik...@netzero.net wrote: > How do you get involved in open source project? Generally you just visit the project homepage and there will be information there. For example for Python itself you can go to: https://wiki.python.org/moin/Community And for Blender https://www.ble

Re: [Tutor] The Way

2016-07-19 Thread monik...@netzero.net
How do you get involved in open source project? Thank you Monika -- Original Message -- From: Alan Gauld via Tutor To: tutor@python.org Subject: Re: [Tutor] The Way Date: Tue, 19 Jul 2016 00:55:07 +0100 On 18/07/16 22:32, Skapeven Punkboard wrote: > Hello I have programmed a lot