Navigation

  • index
  • next |
  • previous |
  • PyHowTo: 1798 tasks and 2296 solutions »

Table of Contents

Python v3.7 HowTos:

  • ------ Algorithms ------
  • Recursion
  • Backtracking
  • Dynamic Programming
  • Greedy
  • Sort
  • Binary Search
  • Depth First Search [DFS]
  • Breadth First Search [BFS]
  • Binary Search Tree [BST]
  • ------ Structures ------
  • Array
  • String
  • Heap
  • Stack
  • Queue
  • Tree
  • Linked List
  • Hash Table
  • Bit Manipulation
  • Two Pointers
  • Math
  • Decorator
  • -------- Tutors --------
  • Basic
  • Intermediate
  • Advanced
  • Interview
  • ----- Applications -----
  • Spark
  • Tkinter
  • Turtle
  • Games
  • Web
  • -------- About ---------
  • About
  • History

Previous topic

Letter Guess [full]

Next topic

Test if a given page is found or not on the server

Quick search

Web¶

How To: Web

  • Test if a given page is found or not on the server
  • Display the content of robot.txt for wiki
  • Get the number of datasets currently listed on data.gov
  • Convert an address into geographic coordinates
  • Display the name of the most recently added dataset on data.gov
  • Extract h1 tag from example.com
  • Extract all the header tags from wiki main_page
  • Extract all image links from wiki
  • Get broken down visits by browser on data.gov
  • Creates a list of links to “python” on wikipedia
  • Check whether a page contains a title or not
  • List all language names and articles on wikipedia.org
  • Get number of current US government website visitors
  • Get the number of security alerts
  • Get the number of pinterest accounts
  • Get the number of followers of a given twitter account
  • Get the number of following on twitter
  • Get the number of post on twitter liked by a given account
  • Count number of tweets by a given twitter account
  • Get stats of a given twitter account
  • Find the live weather report of a given city
  • Display stat of next 25 hackevents
  • Download imdb’s top 250 data
  • Get info about top 10 random movies
  • Get the number earthquakes
  • Simple HTTP server (Python3)
  • Insert records from URL (JSON format) to PostgreSQL database
  • Emmet Abbreviations

Navigation

  • index
  • next |
  • previous |
  • PyHowTo: 1798 tasks and 2296 solutions »
© Copyright 2020, Sergiy Zaytsev, szaytsev@hotmail.com. Created using Sphinx 2.3.0.