Python to parse html data and store into the database
问题 a This is trouble me for two days, I am new one to python, I want to Parse the html data as the following link:http://movie.walkerplus.com/list/2015/12/ and then store the data into the postgresql database named movie_db, and there is table named films which is created by the following command: CREATE TABLE films ( title varchar(128) NOT NULL, description varchar(256) NOT NULL, directors varchar(128)[], roles varchar(128)[] ); I have parsed data, there are three list data for title,