Pinned Loading
-
-
Extract links from "beautiful soup"
Extract links from "beautiful soup" 1from bs4 import BeautifulSoup
2import csv
3import re
4import requests
5 -
Parse RSS feed and store it to file
Parse RSS feed and store it to file 1from urllib import urlopen
2from xml.etree.ElementTree import parse
34rss_url = urlopen('http://www.dropsql.com/feed')
5xml = parse(rss_url)
-
Use OpenWeatherMap API with Python
Use OpenWeatherMap API with Python 1import urllib
2import json
34# Define url you wanna fetch
5url = "http://api.openweathermap.org/data/2.5/find?q=London&units=metric"
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.