Web Application Project
Goal:
Open a website through python
Search addresses via Googlemap through python script
Difficulty
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 computerBut with
win + R
, and type in 'mapIt.py + address' worksthe problem may be the shebang line(executable script), which can be studied at "Learning Python"
Last updated