Re: [Tutor] Web framework module for Python.

2019-07-18 Thread Ben Finney
writes: > The web page is not going to have any fancy structure or visual effects at > all. I am more than happy to hand-code the HTML/JavaScript. I have had a > quick search and found a range of modules. Most of them indicate they are > for CMS web sites and look far to complex for my needs. >

Re: [Tutor] Web framework module for Python.

2019-07-15 Thread Alan Gauld via Tutor
On 15/07/2019 07:56, mhysnm1...@gmail.com wrote: > like apache. If there is a simple python module that can run a web server, > this would be great. If there is a python module that can assist in building > the HTMl, this would be great as well. I am not sure how to link python and > the web HTML

[Tutor] Web framework module for Python.

2019-07-15 Thread mhysnm1964
All, I am currently not sure where to start with my query. I have a SQLite3 database which currently is being accessed by python code. I am seeking a simple python module which would support a local web app in order to update and insert rows, and run reports . This web app I am creating

Re: [Tutor] Web scraping using selenium and navigating nested dictionaries / lists.

2019-01-27 Thread mhysnm1964
- From: Tutor On Behalf Of Peter Otten Sent: Sunday, 27 January 2019 10:13 PM To: tutor@python.org Subject: Re: [Tutor] Web scraping using selenium and navigating nested dictionaries / lists. mhysnm1...@gmail.com wrote: > All, > > > > Goal of new project. > > I want to scr

Re: [Tutor] Web scraping using selenium and navigating nested dictionaries / lists.

2019-01-27 Thread mhysnm1964
: Sunday, 27 January 2019 9:46 PM To: mhysnm1...@gmail.com Cc: tutor@python.org Subject: Re: [Tutor] Web scraping using selenium and navigating nested dictionaries / lists. Hi my 2 cents. Have a look at scrapy for scraping.selenium is v good tool to learn but is mainly to automate uat of guis

Re: [Tutor] Web scraping using selenium and navigating nested dictionaries / lists.

2019-01-27 Thread Peter Otten
mhysnm1...@gmail.com wrote: > All, > > > > Goal of new project. > > I want to scrape all my books from Audible.com that I have purchased. > Eventually I want to export this as a CSV file or maybe Json. I have not > got > that far yet. The reasoning behind this is to learn selenium for my wo

Re: [Tutor] Web scraping using selenium and navigating nested dictionaries / lists.

2019-01-27 Thread Marco Mistroni
Hi my 2 cents. Have a look at scrapy for scraping.selenium is v good tool to learn but is mainly to automate uat of guis Scrapy will scrape for you and u can automate it via cron. It's same stuff I am doing ATM Hth On Sun, Jan 27, 2019, 8:34 AM All, > > > > Goal of new project. > > I want to scr

[Tutor] Web scraping using selenium and navigating nested dictionaries / lists.

2019-01-27 Thread mhysnm1964
All, Goal of new project. I want to scrape all my books from Audible.com that I have purchased. Eventually I want to export this as a CSV file or maybe Json. I have not got that far yet. The reasoning behind this is to learn selenium for my work and get the list of books I have purchased. Ki

Re: [Tutor] Web Page Scraping

2016-05-24 Thread Crusier
Hi Walter, Thank you for taking your time to do all the explanation. Have a great day. Cheers, Hank On Tue, May 24, 2016 at 10:45 PM, Walter Prins wrote: > On 24 May 2016 at 15:37, Walter Prins wrote: >> print(name1.encode(sys.stdout.encoding, "backslashreplace")) >> # > > I

Re: [Tutor] Web Page Scraping

2016-05-24 Thread Walter Prins
On 24 May 2016 at 15:37, Walter Prins wrote: > print(name1.encode(sys.stdout.encoding, "backslashreplace")) # I forgot to mention, you might want to read the following documentation page: https://docs.python.org/3/howto/unicode.html (good luck.) W __

Re: [Tutor] Web Page Scraping

2016-05-24 Thread Walter Prins
Hi, On 24 May 2016 at 04:17, Crusier wrote: > > Dear All, > > I am trying to scrape a web site using Beautiful Soup. However, BS > doesn't show any of the data. I am just wondering if it is Javascript > or some other feature which hides all the data. > > I have the following questions: > > 1) Pl

[Tutor] Web Page Scraping

2016-05-23 Thread Crusier
Dear All, I am trying to scrape a web site using Beautiful Soup. However, BS doesn't show any of the data. I am just wondering if it is Javascript or some other feature which hides all the data. I have the following questions: 1) Please advise how to scrape the following data from the website:

Re: [Tutor] web development question

2015-06-21 Thread Alan Gauld
On 21/06/15 20:50, Laura Creighton wrote: > Its still just Python on the server? Very similar to Flask > but with a nice web based IDE. > But the UI (View) is still HTML/Javascript Maybe I am wrong, but I thought you could write in nothing but Python and HTML. I am going to start playing with w

Re: [Tutor] web development question

2015-06-21 Thread Laura Creighton
In a message of Sun, 21 Jun 2015 20:09:54 +0100, Alan Gauld writes: >On 21/06/15 18:32, Laura Creighton wrote: >> If you don't know javascript, and want to code your website in >> python, you might consider using web2py >> >> http://www.web2py.com/ > > >New one on me, looks interesting having viewe

Re: [Tutor] web development question

2015-06-21 Thread Alan Gauld
On 21/06/15 18:32, Laura Creighton wrote: If you don't know javascript, and want to code your website in python, you might consider using web2py http://www.web2py.com/ New one on me, looks interesting having viewed the first 4 videos. But not sure how it helps with the UI or Javascript? Its

[Tutor] web development question

2015-06-21 Thread Laura Creighton
If you don't know javascript, and want to code your website in python, you might consider using web2py http://www.web2py.com/ With web2py a whole lot of things happen automatically for you more or less 'by magic'. Whether you consider this a really great thing because you didn't want to have to

Re: [Tutor] Web scrapping

2013-12-12 Thread Amal Thomas
On Fri, Dec 13, 2013 at 12:29 AM, Joel Goldstick wrote: > > > So, read the Requests tutorial, and study the POST examples as POST is the > http method that is used when filling in a form. First you will need to > examine the form to learn the names of the fields you need to provide data > for. >

Re: [Tutor] Web scrapping

2013-12-12 Thread Joel Goldstick
On Thu, Dec 12, 2013 at 1:55 PM, Amal Thomas wrote: > Hi, > > Ya its kind of user filling out a form and sending request. > Steps are like this. > 1. I need to submit my sequence in webserver ( like filling out a form in > web) > 2. Then I have to give a request for format sequence(available

Re: [Tutor] Web scrapping

2013-12-12 Thread Alan Gauld
On 12/12/13 18:49, Joel Goldstick wrote: Your subject 'screen scraping' is puzzling. It seems what you are asking is how to make your program act like a user filling out a form. Or i completely misunderstood. That's right. Screen scraping is a fairly standard corporate term for an application

Re: [Tutor] Web scrapping

2013-12-12 Thread Amal Thomas
Hi, Ya its kind of user filling out a form and sending request. Steps are like this. 1. I need to submit my sequence in webserver ( like filling out a form in web) 2. Then I have to give a request for format sequence(available in the link: http://mfold.rna.albany.edu/?q=mfold/RNA-Folding-Form

Re: [Tutor] Web scrapping

2013-12-12 Thread Joel Goldstick
On Thu, Dec 12, 2013 at 1:41 PM, Amal Thomas wrote: > Hi, > > I am new to python3. I am working in computational biology. I need to > submit many sequence (one by one) to a http web server ( > http://mfold.rna.albany.edu/?q=mfold/RNA-Folding-Form) . After the > processing I need to download the

[Tutor] Web scrapping

2013-12-12 Thread Amal Thomas
Hi, I am new to python3. I am working in computational biology. I need to submit many sequence (one by one) to a http web server ( http://mfold.rna.albany.edu/?q=mfold/RNA-Folding-Form) . After the processing I need to download the output file. There is an offline package for this server but cer

[Tutor] Web services was: Re: Tutor Digest, Vol 115, Issue 35

2013-09-19 Thread Alan Gauld
On 19/09/13 12:43, Ismar Sehic wrote: I'm especially interested in SOAP and XMLRPC, for now. Please do not forward the entire digest. Some people have to pay by the byte and it also clutters up inboxes. Also please use a sensible subject line rather than: Re: Tutor Digest, Vol 115, Issue 35

Re: [Tutor] Web Services with python

2013-09-18 Thread Alan Gauld
On 18/09/13 10:05, Ismar Sehic wrote: Hello, can someone point me to some good guality resources to learn Web Services with Python?with some exaples, tutorials, exercises and such. Python can do web services just fine both as server or client. But what kind of web service? REST? SOAP? XMLRPC?

Re: [Tutor] Web Services with python

2013-09-18 Thread Natal Ngétal
On 09/18/13 11:05, Ismar Sehic wrote: > Hello, can someone point me to some good guality resources to learn Web > Services with Python?with some exaples, tutorials, exercises and such. If you want to implement a server, you can look on the side of bottle or flask. __

Re: [Tutor] Web Services with python

2013-09-18 Thread Amit Saha
On Wed, Sep 18, 2013 at 7:05 PM, Ismar Sehic wrote: > Hello, can someone point me to some good guality resources to learn Web > Services with Python?with some exaples, tutorials, exercises and such. What do you want to do? Do you want to connect to a remote server or do you want to implement a se

[Tutor] Web Services with python

2013-09-18 Thread Ismar Sehic
Hello, can someone point me to some good guality resources to learn Web Services with Python?with some exaples, tutorials, exercises and such. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/m

[Tutor] Web forms was: Re: (no subject)

2013-05-16 Thread Alan Gauld
Please use a meaningful subject when posting it makes it easier to find things in the archives and identify related posts. On 10/05/13 21:44, Krish Nagpal wrote: I have a quick question based on python 2.7. Do you know how to write a web server with a form. I have no idea what you mean. A web

Re: [Tutor] Web programming question: Re: Tutor Digest, Vol 108, Issue 58

2013-02-16 Thread Danny Yoo
>> Hi, I signed up a while ago, but I didn't really understand anything. I >> have a basic question that maybe someone can help with. I'll like to >> integrate yelp data -- http://www.programmableweb.com/api/yelp -- onto >> google maps -- http://www.programmableweb.com/api/google-maps -- like >> ho

[Tutor] Web programming question: Re: Tutor Digest, Vol 108, Issue 58

2013-02-16 Thread Alan Gauld
Please start new topics with a new post (ie a fresh mail to tutor@python.org) Please do not reply to digests without trimming out all irrelevant content - some people pay by the byte. Please choose a sensible subject line not "Tutor Digest..." On 16/02/13 03:09, Claira wrote: Hi, I signed up

Re: [Tutor] web scraping using Python and urlopen in Python 3.3

2012-11-07 Thread Dave Angel
On 11/07/2012 11:25 AM, Walter Prins wrote: > Seema, > > On 7 November 2012 15:44, Seema V Srivastava wrote: > >> Hi, >> I am new to Python, trying to learn it by carrying out specific tasks. I >> want to start with trying to scrap the contents of a web page. I have >> downloaded Python 3.3 and

Re: [Tutor] web scraping using Python and urlopen in Python 3.3

2012-11-07 Thread Dave Angel
On 11/07/2012 10:44 AM, Seema V Srivastava wrote: > Hi, > I am new to Python, trying to learn it by carrying out specific tasks. I > want to start with trying to scrap the contents of a web page. I have > downloaded Python 3.3 and BeautifulSoup 4. > > If I call upon urlopen in any form, such as b

Re: [Tutor] web scraping using Python and urlopen in Python 3.3

2012-11-07 Thread Walter Prins
Seema, On 7 November 2012 15:44, Seema V Srivastava wrote: > Hi, > I am new to Python, trying to learn it by carrying out specific tasks. I > want to start with trying to scrap the contents of a web page. I have > downloaded Python 3.3 and BeautifulSoup 4. > > If I call upon urlopen in any for

[Tutor] web scraping using Python and urlopen in Python 3.3

2012-11-07 Thread Seema V Srivastava
Hi, I am new to Python, trying to learn it by carrying out specific tasks. I want to start with trying to scrap the contents of a web page. I have downloaded Python 3.3 and BeautifulSoup 4. If I call upon urlopen in any form, such as below, I get the error as shown below the syntax: Does urlope

Re: [Tutor] web frameworks

2012-09-09 Thread Matthew Ngaha
thanks for all the help guys. Cherrypy it is. i will take a look at some cgi tutorials first, as Alan suggested, to get a good understanding of how things work. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://

Re: [Tutor] web frameworks

2012-09-09 Thread Steven D'Aprano
On Sun, Sep 09, 2012 at 10:07:30PM +0100, Matthew Ngaha wrote: > sorry steven i keep replying to sender and not tutor:( That's fine, but there's no point apologising publically if you don't resend your question to the tutor list. You asked: [quote] oh? is cherrypy compaitable with Python 3? >

Re: [Tutor] web frameworks

2012-09-09 Thread Alan Gauld
On 09/09/12 20:41, Matthew Ngaha wrote: a very very very simple web framework would not be too much work for me to study once in while. I decided on Flask because i read it's the simpliest framework They nearly all claim that :-) supported on Python 3. i thought cherrypy, but was told it's

Re: [Tutor] web frameworks

2012-09-09 Thread Matthew Ngaha
sorry steven i keep replying to sender and not tutor:( ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] web frameworks

2012-09-09 Thread Steven D'Aprano
On 10/09/12 05:41, Matthew Ngaha wrote: [...] i thought cherrypy, but was told it's not nearly as simple as Flask, and since my main focus is learning GUIs, a simple web framework will be ideal only to understand how they work. Understanding *how they work* is not going to be simple. Web frame

[Tutor] web frameworks

2012-09-09 Thread Matthew Ngaha
Hi all, i had a recent post about learning about guis and web applications. i decided to try guis 1st, but i also decided that maybe a very very very simple web framework would not be too much work for me to study once in while. I decided on Flask because i read it's the simpliest framework out of

Re: [Tutor] web design and python

2012-06-21 Thread James Reynolds
On Thu, Jun 21, 2012 at 6:53 PM, Tamar Osher wrote: > I have many questions, and eagerly ask you to please respond to me. I > value your expertise, and greatly appreciate you taking the time to share. > I want to find out, in elaborate detail, about the Python/Django > relationship to web desig

[Tutor] web design and python

2012-06-21 Thread Tamar Osher
I have many questions, and eagerly ask you to please respond to me. I value your expertise, and greatly appreciate you taking the time to share. I want to find out, in elaborate detail, about the Python/Django relationship to web design. Why does a person or a company seek out and choose a P

Re: [Tutor] Web Questionnaire

2012-06-04 Thread Akeria Timothy
Thanks Joel the email box suggestion is a good one. I guess I'm lookingfor an easier way to get the information from faculty members on my campus. My boss currently just sends an email out to them. The error with this is that they reply with answers not related to what the email asks. On Jun 4, 20

Re: [Tutor] Web Questionnaire

2012-06-04 Thread James Reynolds
I would say start using django. The best way to learn is by doing. This will let you learn about databases, servers, webapps, and you can get some functionality out of it. Just start going through the django tutorial. On Jun 4, 2012 11:57 AM, "Joel Goldstick" wrote: > On Mon, Jun 4, 2012 at 11:

Re: [Tutor] Web Questionnaire

2012-06-04 Thread Joel Goldstick
On Mon, Jun 4, 2012 at 11:12 AM, Akeria Timothy wrote: > Hello All, > > I am still new to learning Python and I wanted to know if anyone knew of a > script out there that would allow users to answer three basic questions, hit > submit and send that information to an excel spreadsheet? > > So, I wo

[Tutor] Web Questionnaire

2012-06-04 Thread Akeria Timothy
Hello All, I am still new to learning Python and I wanted to know if anyone knew of a script out there that would allow users to answer three basic questions, hit submit and send that information to an excel spreadsheet? So, I would want them to submit the following information: Name: Dept: Soft

Re: [Tutor] Web Praser

2011-10-21 Thread Alan Gauld
On 21/10/11 17:37, Crusier wrote: want to learn more about Web Praser. I know there is something called Beautiful Soup but I think it is kind of difficult for me at this stage. One of the objectives of Beautiful Soup is to make parsing fairly easy. Its certainly easier than most of the other

Re: [Tutor] Web Praser

2011-10-21 Thread Steven D'Aprano
Crusier wrote: Hi, I am new to programming. I want to know what I should look at if I want to learn more about Web Praser. I know there is something called Beautiful Soup but I think it is kind of difficult for me at this stage. What do you mean by "web parser"? The web (world wide web) is a n

[Tutor] Web Praser

2011-10-21 Thread Crusier
Hi, I am new to programming. I want to know what I should look at if I want to learn more about Web Praser. I know there is something called Beautiful Soup but I think it is kind of difficult for me at this stage. Thank you Regards, Crusier ___ Tutor m

Re: [Tutor] Web Programming

2011-07-20 Thread James Reynolds
If it doesn't interest you, skip it and move on. You can always come back and learn it later, which will be easier anyway, with a more robust background. On Wed, Jul 20, 2011 at 11:22 AM, Dharmit Shah wrote: > Hi all, > > I have been reading Head First > Python

[Tutor] Web Programming

2011-07-20 Thread Dharmit Shah
Hi all, I have been reading Head First Python since some time now. I am stuck in a chapter on Web Development. Web Development has never been an area of my interest and hence I feel stuck in there. If anyone here has read the book, I wish to know if it

Re: [Tutor] Web Harvesting & AJAX/Javascript

2010-11-30 Thread Walter Prins
Hello Roy On 29 November 2010 19:42, Roy Hinkelman wrote: > Researching this has led me to PAMIE and Selenium. PAMIE is giving me > problems with permissions, and the discussion group appears to be fading > away. I have not tried Selenium yet. Both open a browser instance, and PAMIE > is quite s

Re: [Tutor] Web Harvesting & AJAX/Javascript

2010-11-29 Thread Emile van Sebille
On 11/29/2010 11:42 AM Roy Hinkelman said... All, I am working on a project to automate the harvesting of a site that uses Javascript throughout it's navigation. So, I want to follow onclick and mouseover events that use JS functions, and capture/display the resulting info. My script is activate

[Tutor] Web Harvesting & AJAX/Javascript

2010-11-29 Thread Roy Hinkelman
All, I am working on a project to automate the harvesting of a site that uses Javascript throughout it's navigation. So, I want to follow onclick and mouseover events that use JS functions, and capture/display the resulting info. My script is activated by an onload event. I just want to make sure

Re: [Tutor] web-based python?

2010-08-02 Thread Carlos Guerrero
IMHO, i believe that yes you can run django inside that server, but in a different way, this is how i believe this could be possible: do your django app but do it inside the django source folder you can download from the official site, and make it so, that all functions and models you need from dj

Re: [Tutor] web-based python?

2010-08-02 Thread Che M
Thanks, Alan, for this set of helpful pointers. Just a few responses. > Actually web apps are all pretty similar. They consist of three basic > parts > (maybe 4): > 1) A mechanism for mapping a URL to a Python function or method. > 2) A mechanism for generating HTML with embedded data values

Re: [Tutor] web-based python?

2010-08-01 Thread Alan Gauld
"Che M" wrote For a long time I have hoped for a "Python web apps for absolute beginners" I just checked Alan Gauld's Learning to Program and was disappointed to see the section on writing web apps hasn't been done yet, I started on the client side topic but then Python 3 came out and

Re: [Tutor] web-based python?

2010-08-01 Thread David Hutto
On Sun, Aug 1, 2010 at 7:38 PM, Eric Hamiter wrote: > On Sun, Aug 1, 2010 at 1:56 PM, Che M wrote: >> >> For a long time I have hoped for a "Python web apps for absolute >> beginners" >> tutorial that doesn't assume any knowledge.  For a beginner, it is not >> even >> clear what a "web frameworks

Re: [Tutor] web-based python?

2010-08-01 Thread Eric Hamiter
On Sun, Aug 1, 2010 at 1:56 PM, Che M wrote: > For a long time I have hoped for a "Python web apps for absolute beginners" > tutorial that doesn't assume any knowledge. For a beginner, it is not even > clear what a "web frameworks" is let alone which one he/she should start > with or if it is ev

Re: [Tutor] web-based python?

2010-08-01 Thread Che M
> > There is a myriad of python web development frameworks. Here's a link > > with a ton of info: > > > > http://wiki.python.org/moin/WebFrameworks > I had looked into Django before. What is confusing me is that it > sounds like it is meant to be run on the server directly. I do not > have direc

Re: [Tutor] web-based python?

2010-08-01 Thread Hugo Arts
On Sun, Aug 1, 2010 at 8:28 PM, Alex Hall wrote: > > Sure, but django would be quite helpful. I want to do more than just > print, the point is to be able to handle form input, resize/position > images, all that. Still, it is good to not have to go through the > hastle of getting a straight answer

Re: [Tutor] web-based python?

2010-08-01 Thread Alex Hall
On 8/1/10, bob gailer wrote: > On 8/1/2010 1:07 PM, Alex Hall wrote: >> Hi all, >> I have an IPowerWeb.com server, which claims to support Python. How >> would I use this? For example, to start, how would I print html code >> to the screen, or manage input from a form? Thanks. > Another participan

Re: [Tutor] web-based python?

2010-08-01 Thread bob gailer
On 8/1/2010 1:07 PM, Alex Hall wrote: Hi all, I have an IPowerWeb.com server, which claims to support Python. How would I use this? For example, to start, how would I print html code to the screen, or manage input from a form? Thanks. Another participant just raised a similar question! Unf

Re: [Tutor] web-based python?

2010-08-01 Thread Hugo Arts
On Sun, Aug 1, 2010 at 7:46 PM, Alex Hall wrote: > > I had looked into Django before. What is confusing me is that it > sounds like it is meant to be run on the server directly. I do not > have direct access to my server, I just rent space on it and can > login. Maybe I am missing something, but h

Re: [Tutor] web-based python?

2010-08-01 Thread Alex Hall
On 8/1/10, Hugo Arts wrote: > On Sun, Aug 1, 2010 at 7:07 PM, Alex Hall wrote: >> Hi all, >> I have an IPowerWeb.com server, which claims to support Python. How >> would I use this? For example, to start, how would I print html code >> to the screen, or manage input from a form? Thanks. >> > > Th

Re: [Tutor] web-based python?

2010-08-01 Thread python
Alex, > I have an IPowerWeb.com server, which claims to support Python Many hosting providers claim to support Python. The best hosting service I've found for Python is webfaction.com. Originally this hosting provider specialized in just Python hosting and this enthusiasm for Python and hands-on

Re: [Tutor] web-based python?

2010-08-01 Thread Hugo Arts
On Sun, Aug 1, 2010 at 7:07 PM, Alex Hall wrote: > Hi all, > I have an IPowerWeb.com server, which claims to support Python. How > would I use this? For example, to start, how would I print html code > to the screen, or manage input from a form? Thanks. > There is a myriad of python web developme

[Tutor] web-based python?

2010-08-01 Thread Alex Hall
Hi all, I have an IPowerWeb.com server, which claims to support Python. How would I use this? For example, to start, how would I print html code to the screen, or manage input from a form? Thanks. -- Have a great day, Alex (msg sent from GMail website) mehg...@gmail.com; http://www.facebook.com/m

[Tutor] Web Site for Temporarily Posting Pictures for Images of Dialogs?

2009-09-09 Thread Wayne Watson
Some months ago when I was active in modifying a Python program I needed to show members of the group pix of dialogs, and someone or two offered choices for web sites that allow temporary posts. Could someone send me links to some of these? -- Wayne Watson (Watson Adventures, Prop.,

Re: [Tutor] Web framework: looking for python-tutor's angle.

2009-08-17 Thread Mal Wanstall
On Fri, Aug 14, 2009 at 4:09 AM, Mac Ryan wrote: > A couple of months ago I took the time to read a few articles on python > web application frameworks and I got the impression that the two most > mature and active projects are Zope and Django. > > Zope vs. Django hits 879.000 pages on google but m

Re: [Tutor] Web framework: looking for python-tutor's angle.

2009-08-13 Thread Alan Gauld
"Mac Ryan" wrote A couple of months ago I took the time to read a few articles on python web application frameworks and I got the impression that the two most mature and active projects are Zope and Django. They are both mature and widely used, but for quite different markets. TurboGears is a

Re: [Tutor] Web framework: looking for python-tutor's angle.

2009-08-13 Thread Serdar Tumgoren
I've never used Zope so I can't speak to its strengths or weaknesses. But I can say that Django is quite natural if you already know Python. It certainly is modular, with a ton of apps that you can plug in to gain added functionality. And there's also a project called Pinax that provides layers of

Re: [Tutor] Web framework: looking for python-tutor's angle.

2009-08-13 Thread Tino Dai
On Thu, Aug 13, 2009 at 2:09 PM, Mac Ryan wrote: > A couple of months ago I took the time to read a few articles on python > web application frameworks and I got the impression that the two most > mature and active projects are Zope and Django. > > Zope vs. Django hits 879.000 pages on google but

[Tutor] Web framework: looking for python-tutor's angle.

2009-08-13 Thread Mac Ryan
A couple of months ago I took the time to read a few articles on python web application frameworks and I got the impression that the two most mature and active projects are Zope and Django. Zope vs. Django hits 879.000 pages on google but much of the debate - or at least this is my impression - fa

Re: [Tutor] Web crawling!

2009-07-29 Thread vince spicer
On Wed, Jul 29, 2009 at 9:59 AM, Raj Medhekar wrote: > Does anyone know a good webcrawler that could be used in tandem with the > Beautiful soup parser to parse out specific elements from news sites like > BBC and CNN? Thanks! > -Raj > > > ___ > Tutor ma

Re: [Tutor] Web crawling!

2009-07-29 Thread Arun Tomar
Hi! Raj. On Wed, Jul 29, 2009 at 9:29 PM, Raj Medhekar wrote: > Does anyone know a good webcrawler that could be used in tandem with the > Beautiful soup parser to parse out specific elements from news sites like > BBC and CNN? Thanks! > -Raj > As i didn't find any good webcrawler as per my clie

[Tutor] Web crawling!

2009-07-29 Thread Raj Medhekar
Does anyone know a good webcrawler that could be used in tandem with the Beautiful soup parser to parse out specific elements from news sites like BBC and CNN? Thanks! -Raj ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/

Re: [Tutor] web cam

2009-05-20 Thread David
Ricardo Aráoz wrote: Hi, a friend of mine has asked me how difficult would it be to send web cam images through python program as a hobby project. Honestly, at this point I have no idea where does he want to put python in the equation nor what does the project entail. So I'm asking for pointers t

Re: [Tutor] web cam

2009-05-20 Thread Kent Johnson
2009/5/20 Ricardo Aráoz : > Hi, a friend of mine has asked me how difficult would it be to send web > cam images through python program as a hobby project. > Honestly, at this point I have no idea where does he want to put python > in the equation nor what does the project entail. So I'm asking for

Re: [Tutor] web cam

2009-05-20 Thread vince spicer
I've seen this win32 library: http://videocapture.sourceforge.net via http://technobabbler.com?p=22 for linux http://www.antonym.org/libfg Vince 2009/5/20 Ricardo Aráoz > Hi, a friend of mine has asked me how difficult would it be to send web > cam images through python program as a hobby pr

[Tutor] web cam

2009-05-20 Thread Ricardo Aráoz
Hi, a friend of mine has asked me how difficult would it be to send web cam images through python program as a hobby project. Honestly, at this point I have no idea where does he want to put python in the equation nor what does the project entail. So I'm asking for pointers to : a) Any already done

Re: [Tutor] [Web] Using pyCrypto - pyscard

2009-01-24 Thread Alan Gauld
"Olivier Roger" wrote I have a question concerning the use of python to make web application. I don't know if it is possible. I would like to create an applet capable of using the client smardcard (with pyscard/pyCrypto module) reader to read and display the contained data on the page. I a

Re: [Tutor] [Web] Using pyCrypto - pyscard

2009-01-24 Thread Kent Johnson
On Sat, Jan 24, 2009 at 10:10 AM, Olivier Roger wrote: > Hello, > > I have a question concerning the use of python to make web application. > I don't know if it is possible. I would like to create an applet capable of > using the client smardcard (with pyscard/pyCrypto module) reader to read and >

[Tutor] [Web] Using pyCrypto - pyscard

2009-01-24 Thread Olivier Roger
Hello, I have a question concerning the use of python to make web application. I don't know if it is possible. I would like to create an applet capable of using the client smardcard (with pyscard/pyCrypto module) reader to read and display the contained data on the page. I already have a simple p

Re: [Tutor] Web programming advice

2008-09-20 Thread Chris Calloway
On Sep 20, 2008, at 7:51 AM, Jan Ulrich Hasecke wrote: Am 20.09.2008 um 00:01 schrieb Alan Gauld: "Patrick" <[EMAIL PROTECTED]> wrote is of paramount importance. It appears to me that Django is an all- in-one monolithic application. Years ago Zope was the number 1 and now it's basically gon

Re: [Tutor] Web programming advice

2008-09-20 Thread Jan Ulrich Hasecke
Am 20.09.2008 um 00:01 schrieb Alan Gauld: "Patrick" <[EMAIL PROTECTED]> wrote is of paramount importance. It appears to me that Django is an all- in-one monolithic application. Years ago Zope was the number 1 and now it's basically gone. Zope is still around but it has retreated into so

Re: [Tutor] Web programming advice

2008-09-19 Thread Alan Gauld
"Patrick" <[EMAIL PROTECTED]> wrote is of paramount importance. It appears to me that Django is an all-in-one monolithic application. Years ago Zope was the number 1 and now it's basically gone. Zope is still around but it has retreated into something of a niche where it offers its own uniqu

Re: [Tutor] Web programming advice

2008-09-19 Thread Patrick
Sorry to create another post and fill up everyones mailboxes but I forgot something important... In terms of searching for documentation I believe you should look to the framework of your choice. There is not that much non-cgi related programming documentation out there-patrick Alan Gauld wr

Re: [Tutor] Web programming advice

2008-09-19 Thread Patrick
Hi Dorje and Alan First off, everything that Alan has said is true and I would like to re-iterate my lack of qualifications. I depend on people like Alan to guide me. Just a couple of days ago I posted an extremely silly question about shell programming. So having said that I think there are

Re: [Tutor] Web programming advice

2008-09-19 Thread Alan Gauld
"Patrick" <[EMAIL PROTECTED]> wrote I am in the small minority of people who are don't like frameworks. There used to be a small minority of people who didn't like compiled or other high level languages. But they gradually died out... There was even a very small community who didn't like assem

Re: [Tutor] Web programming advice

2008-09-19 Thread Kent Johnson
On Fri, Sep 19, 2008 at 12:19 PM, Patrick <[EMAIL PROTECTED]> wrote: > According to this article there have been changes to 350K lines of code in > Django: > http://www.djangoproject.com/weblog/2008/sep/03/1/ Note there are also 40,000 lines of new documentation. > I am sure this is an awesomely

Re: [Tutor] Web programming advice

2008-09-19 Thread Chad Crabtree
Things you need to know. In order * HTML * Javascript * CGI Webscripting, this teaches you the difference between GET and POST, with this you can make simple things, like a page view counter for example, or a simple game of hangman. * Web framework or Templating language, python is not we

Re: [Tutor] Web programming advice

2008-09-19 Thread Patrick
Hi Dorje I am a beginner like you, I can't provide perfect advice but I have been working through this same problem for months. If you use Python CGI you can get started right away with virtually any hosting company but the performance is terrible and the Python interpreter installed will be

Re: [Tutor] Web programming advice

2008-09-19 Thread Hansen, Mike
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of dorje tarap > Sent: Friday, September 19, 2008 9:38 AM > To: Tutor@python.org > Subject: [Tutor] Web programming advice > > Hi All, > > I would really like to learn about using python for creati

[Tutor] Web programming advice

2008-09-19 Thread dorje tarap
Hi All, I would really like to learn about using python for creating a website from scratch to allow me to learn about web programming and python. I have zero experience of web programming, and some limited exposure to python. Can someone recommend a book or resource that will introduce me to web

Re: [Tutor] Web Stats

2008-06-15 Thread Noufal Ibrahim
Kent Johnson wrote: On Wed, Jun 11, 2008 at 3:58 PM, Stephen Nelson-Smith <[EMAIL PROTECTED]> wrote: Hello, This has to include resources which have not been visited, as the point is to clean out old stuff. wouldn't a 'find' for files with a an ancient access time be a better way of findin

Re: [Tutor] Web Stats

2008-06-11 Thread Jeff Younker
On Jun 11, 2008, at 12:58 PM, Stephen Nelson-Smith wrote: Take a look at AWStats (not Python). Doesn't this 'only' parse weblogs? I'd still need some kind of spider to tell me all the possible resources available wouldn't I? It's a big website, with 1000s of pages. If you have pages which a

Re: [Tutor] Web Stats

2008-06-11 Thread Kent Johnson
On Wed, Jun 11, 2008 at 3:58 PM, Stephen Nelson-Smith <[EMAIL PROTECTED]> wrote: > Hello, > >>> This has to include resources which have not been visited, as the >>> point is to clean out old stuff. Ah, I missed that part. >> Take a look at AWStats (not Python). > > Doesn't this 'only' parse web

Re: [Tutor] Web Stats

2008-06-11 Thread Stephen Nelson-Smith
Hello, >> This has to include resources which have not been visited, as the >> point is to clean out old stuff. > > Take a look at AWStats (not Python). Doesn't this 'only' parse weblogs? I'd still need some kind of spider to tell me all the possible resources available wouldn't I? It's a big

Re: [Tutor] Web Stats

2008-06-11 Thread Kent Johnson
On Wed, Jun 11, 2008 at 1:10 PM, Stephen Nelson-Smith <[EMAIL PROTECTED]> wrote: > Hi, > > I've been asked to produce a report showing all possible resources in > a website, together with statistics on how frequently they've been > visited. Nothing fancy - just number and perhaps date of last visi

  1   2   >