Open Webpage via Python

Goal:

  1. Open a website through python

  2. Search addresses via Googlemap through python script

Difficulty

  1. Executable program: following the "Automate boring stuff with python" Chapter 11, mapIt project

    • mapit 870 Valencia St, San Francisco, CA 94110 just doesn't work on my computer

    • But with win + R, and type in 'mapIt.py + address' works

    • the problem may be the shebang line(executable script), which can be studied at "Learning Python"

Last updated