Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: May I ask how is this going?
Post: RE: May I ask how is this going?

(May-15-2018, 02:57 PM)Larz60+ Wrote: Cryptic title What are you looking for? I asked why the error
lvlinux Web Scraping & Web Development 3 4,444 May-16-2018, 12:36 AM
    Thread: May I ask how is this going?
Post: May I ask how is this going?

from django.db import models # Create your models here. class Topic(models.Model): """用户学习的主题""" text = models.CharField(max_length=200) date_added = models.DateTimeField(auto_now_add=Tr...
lvlinux Web Scraping & Web Development 3 4,444 May-15-2018, 01:12 PM
    Thread: Help, simply grab web content
Post: Help, simply grab web content

import requests from bs4 import BeautifulSoup res=requests.get('http://127.0.0.1:8887/4.9/ActualCombat.html') soup=BeautifulSoup(res.text,'html.parser') print(soup.prettify()) test=soup.select('')#Fi...
lvlinux Web Scraping & Web Development 0 2,161 Apr-30-2018, 03:15 AM
    Thread: Why is it wrong? Ask for help!
Post: RE: Why is it wrong? Ask for help!

solved. Thank you I didn't find it...
lvlinux General Coding Help 2 2,497 Apr-27-2018, 06:29 AM
    Thread: Why is it wrong? Ask for help!
Post: Why is it wrong? Ask for help!

import csv filename='sitka_weather_07-2014.csv'#The file is not wrong with open(filename) as file: reader=csv.reader(file) header_row=next(reader) for index,column_header in emumerate(header_row)...
lvlinux General Coding Help 2 2,497 Apr-27-2018, 03:39 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020