python 2.7 - Beautifulsoup django integration -
still newbie have bunch of questions might seem silly. however, here go:
as project learn python, decided start simple. idea had go craigslist , find prices of motorcycles, go through first 10 pages of each city , give mean, median , price trends. result of work can found here (http://craigslistcompanion.co.nf/) codes.
now in order make things better decided should let user input want (motorcycle/ car/ bikes) , (sfbay/ austin etc) , same results shown in page. started looking told learning django place start , have been trying last couple of days. however, have learn far setting databases , handling them.
i wondering if there tutorial somewhere show me how take input user , manipulate it. want using python/ django.
for example lets want user input first , last name , try play string , output something. how go doing that?
thanks
first clarification. want develop web interface users? if so, django great start. the django book introduction django , teaches examples. task of getting user information, validating it, manipulating , saving in database basic of task , explained in book.
the next thing web scraping craigslist. how structured question, seams have solved part of problem. right?
Comments
Post a Comment