Re: Website

2021-04-15 Thread o1bigtenor
On Thu, Apr 15, 2021 at 8:59 AM Calvin Spealman wrote: > > The PSF guidelines on trademark usage are generous and well documented > here: https://www.python.org/psf/trademarks/ > > Good luck with your website! > > On Wed, Apr 14, 2021 at 11:43 AM Rainyis wrote: > > > Hello, > > I am Sergio Lloren

Re: Website

2021-04-15 Thread o1bigtenor
On Thu, Apr 15, 2021 at 8:54 AM Dan Ciprus (dciprus) wrote: > > Well I did not get the point of his question, obviously so apologies for > being sarcastic at the beginning. This triggered my reaction because of the > history of "funny" questions which you can find in this mailing list. > Agreed

Re: Website

2021-04-15 Thread Calvin Spealman
The PSF guidelines on trademark usage are generous and well documented here: https://www.python.org/psf/trademarks/ Good luck with your website! On Wed, Apr 14, 2021 at 11:43 AM Rainyis wrote: > Hello, > I am Sergio Llorente, and I want to create a web about python. I > will publish apps, scrip

Re: Website

2021-04-15 Thread Dan Ciprus (dciprus) via Python-list
aka.ms/ghei36> ! From: o1bigtenor Sent: Thursday, April 15, 2021 9:49:45 AM To: Dan Ciprus (dciprus) Cc: Rainyis ; python-list@python.org Subject: Re: Website On Thu, Apr 15, 2021 at 7:40 AM Dan Ciprus (dciprus) via Python-list wrote: > > https:/

Re: Website

2021-04-15 Thread o1bigtenor
On Thu, Apr 15, 2021 at 7:40 AM Dan Ciprus (dciprus) via Python-list wrote: > > https://en.wikipedia.org/wiki/Sergio_Llorente > > wow .. you made it that far ? > > Jokes aside .. why are you asking for a permission to get a domain ? I would > love to read a deeper explanation what made you send an

Re: Website

2021-04-15 Thread Dan Ciprus (dciprus) via Python-list
https://en.wikipedia.org/wiki/Sergio_Llorente wow .. you made it that far ? Jokes aside .. why are you asking for a permission to get a domain ? I would love to read a deeper explanation what made you send an email to this mailing list. On Wed, Apr 14, 2021 at 03:41:37PM +0200, Rainyis wro

Re: Website

2021-04-14 Thread Mladen Gogala via Python-list
On Wed, 14 Apr 2021 15:41:37 +0200, Rainyis wrote: > Hello, > I am Sergio Llorente, and I want to create a web about python. I will > publish apps, scripts.. made by python. I will like to put python in the > domain. The domain will be like all-about-python.com but in Spanish( > todosobrepython.co

Re: Website

2021-04-14 Thread Paul Bryan
Yes. On Wed, 2021-04-14 at 15:41 +0200, Rainyis wrote: > Hello, > I am Sergio Llorente, and I want to create a web about python. I > will publish apps, scripts.. made by python. I will like to put > python in > the domain. The domain will be like all-about-python.com but in > Spanish( > todosobrep

Re: website feedback to where?

2009-09-02 Thread Gabriel Genellina
En Wed, 02 Sep 2009 17:47:04 -0300, rogerdpack escribió: On Sep 2, 12:30 pm, Terry Reedy wrote: rogerdpack wrote: >http://docs.python.org/3.1/tutorial/introduction.html > some of the "text" examples are [incorrectly] color formatted. I did not see any problems with my browser (FF3.5), so

Re: website feedback to where?

2009-09-02 Thread Diez B. Roggisch
MRAB schrieb: Diez B. Roggisch wrote: rogerdpack schrieb: On Sep 2, 12:30 pm, Terry Reedy wrote: rogerdpack wrote: on this page http://docs.python.org/3.1/tutorial/introduction.html some of the "text" examples are [incorrectly] color formatted. I did not see any problems with my browser (FF

Re: website feedback to where?

2009-09-02 Thread MRAB
Diez B. Roggisch wrote: rogerdpack schrieb: On Sep 2, 12:30 pm, Terry Reedy wrote: rogerdpack wrote: on this page http://docs.python.org/3.1/tutorial/introduction.html some of the "text" examples are [incorrectly] color formatted. I did not see any problems with my browser (FF3.5), so please

Re: website feedback to where?

2009-09-02 Thread Diez B. Roggisch
rogerdpack schrieb: On Sep 2, 12:30 pm, Terry Reedy wrote: rogerdpack wrote: on this page http://docs.python.org/3.1/tutorial/introduction.html some of the "text" examples are [incorrectly] color formatted. I did not see any problems with my browser (FF3.5), so please be more specific. sear

Re: website feedback to where?

2009-09-02 Thread rogerdpack
On Sep 2, 12:30 pm, Terry Reedy wrote: > rogerdpack wrote: > > on this page > > >http://docs.python.org/3.1/tutorial/introduction.html > > > some of the "text" examples are [incorrectly] color formatted. > > I did not see any problems with my browser (FF3.5), so please be more > specific. search

Re: website feedback to where?

2009-09-02 Thread Aahz
In article , rogerdpack wrote: > >on this page > >http://docs.python.org/3.1/tutorial/introduction.html > >some of the "text" examples are [incorrectly] color formatted. > >I assume this a bug reportable to bugs.python.org? Actually, for doc bugs you should follow the instructions in the docs, s

Re: website feedback to where?

2009-09-02 Thread Terry Reedy
rogerdpack wrote: on this page http://docs.python.org/3.1/tutorial/introduction.html some of the "text" examples are [incorrectly] color formatted. I did not see any problems with my browser (FF3.5), so please be more specific. I assume this a bug reportable to bugs.python.org? Yes, thi

Re: Website Creation using Python

2008-07-21 Thread alex23
On Jul 22, 12:44 am, Amie <[EMAIL PROTECTED]> wrote: > I would like some help on how to create a website using the python > programming language. > I've tried using enamel, but had some problems because I could not > create html tables and intergrating it with python, like you use it > when coding

Re: Website Creation using Python

2008-07-21 Thread Larry Bates
Amie wrote: Afternoon, I would like some help on how to create a website using the python programming language. I've tried using enamel, but had some problems because I could not create html tables and intergrating it with python, like you use it when coding in php. Any help would be appreciate

Re: Website data-mining.

2007-08-04 Thread Miki
Hello, > >> I'm using Python for the first time to make a plug-in for Firefox. > >> The goal of this plug-in is to take the source code from a website > >> and use the metadata and body text for different kinds of analysis. > >> My question is: How can I retrieve data from a website? I'm not even

Re: Website data-mining.

2007-08-04 Thread Paul Boddie
Jay Loden wrote: > Miki wrote: > > Have a look at > > http://www.myinterestingfiles.com/2007/03/playboy-germany-ads.html > > Well, it's certainly interesting, but I'm not sure how it might help the OP > get data from a website... A case of the Freudian clipboard, perhaps? ;-) Paul -- http://m

Re: Website data-mining.

2007-08-03 Thread Jay Loden
Miki wrote: > Hello, > >> I'm using Python for the first time to make a plug-in for Firefox. >> The goal of this plug-in is to take the source code from a website >> and use the metadata and body text for different kinds of analysis. >> My question is: How can I retrieve data from a website? I'm n

Re: Website data-mining.

2007-08-03 Thread Miki
Hello, > I'm using Python for the first time to make a plug-in for Firefox. > The goal of this plug-in is to take the source code from a website > and use the metadata and body text for different kinds of analysis. > My question is: How can I retrieve data from a website? I'm not even > sure if th

Re: Website data-mining.

2007-08-03 Thread SMERSH009
On Aug 3, 7:50 pm, Coogan <[EMAIL PROTECTED]> wrote: > Hi-- > > I'm using Python for the first time to make a plug-in for Firefox. > The goal of this plug-in is to take the source code from a website > and use the metadata and body text for different kinds of analysis. > My question is: How can I r

Re: Website Capture

2006-12-25 Thread derekl00
Not sure what OS you are on, but a2ps is one way you could probably do this: http://www.infres.enst.fr/~demaille/a2ps/delegations.html That will get you as far as PostScript and I imagine it is pretty straightforward from there to get things into a gif. Jonathan Curran wrote: > On Monday 25 Decem

Re: Website Capture

2006-12-24 Thread Jonathan Curran
On Monday 25 December 2006 00:57, [EMAIL PROTECTED] wrote: > Hi, > > I want to capture a web site into gif image using Python. > I installed the PIL if it can help. It can't be done with just Python & PIL, that much is for sure. First of all you need some sort of module/program/(whatever you want

Re: website catcher

2005-07-06 Thread Michael Ströder
jwaixs wrote: > I need some kind > of database that won't exit if the cgi-bin script has finished. This > database need to be open all the time and communicate very easily with > the cgi-bin framwork main class. Maybe long-running multi-threaded processes for FastCGI, SCGI or similar is what you'r

Re: website catcher

2005-07-03 Thread Mike Meyer
"jwaixs" <[EMAIL PROTECTED]> writes: > If I should put the parsedwebsites in, for example, a tablehash it will > be at least 5 times faster than just putting it in a file that needs to > be stored on a slow harddrive. Memory is a lot faster than harddisk > space. And if there would be a lot of peo

Re: website catcher

2005-07-03 Thread gene tani
maybe look at Harvestman http://cheeseshop.python.org/HarvestMan/1.4%20final -- http://mail.python.org/mailman/listinfo/python-list

Re: website catcher

2005-07-03 Thread jwaixs
Well, thank you for your advice. So I have a couple of solutions, but it can't become a server at its own so this means I will deal with files. Thank you for your advice, I'll first make it work... than the server. Noud Aldenhoven -- http://mail.python.org/mailman/listinfo/python-list

Re: website catcher

2005-07-03 Thread Diez B. Roggisch
jwaixs wrote: > If I should put the parsedwebsites in, for example, a tablehash it will > be at least 5 times faster than just putting it in a file that needs to > be stored on a slow harddrive. Memory is a lot faster than harddisk > space. And if there would be a lot of people asking for a page al

Re: website catcher

2005-07-03 Thread jwaixs
If I should put the parsedwebsites in, for example, a tablehash it will be at least 5 times faster than just putting it in a file that needs to be stored on a slow harddrive. Memory is a lot faster than harddisk space. And if there would be a lot of people asking for a page all of them have to open

Re: website catcher

2005-07-03 Thread Diez B. Roggisch
jwaixs wrote: > Thank you, but it's not what I mean. I don't want some kind of client > parser thing. But I mean the page is already been parsed and ready to > be read. But I want to store this page for more use. I need some kind > of database that won't exit if the cgi-bin script has finished. Thi

Re: website catcher

2005-07-03 Thread jwaixs
Thank you, but it's not what I mean. I don't want some kind of client parser thing. But I mean the page is already been parsed and ready to be read. But I want to store this page for more use. I need some kind of database that won't exit if the cgi-bin script has finished. This database need to be

Re: website catcher

2005-07-03 Thread [EMAIL PROTECTED]
You can catch the content of an url like this: http://www.python.org/doc/current/lib/node478.html, from here you can parse it, and the store the result e.g. in dictionary, you will have a very well performing solution like this. -- http://mail.python.org/mailman/listinfo/python-list

Re: website hosting

2005-01-03 Thread Irmen de Jong
[EMAIL PROTECTED] wrote: [some spam] Those people don't even provide python hosting, how lame. (Yes, I know, I shouldn't have clicked the link). -- http://mail.python.org/mailman/listinfo/python-list