Python Forum

Full Version: How to get image from WolframAlpha by using Python language
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As I mentioned, I need an image from WolframAlpha. I knows how to get plain text but don't know how to get image. Could you show me how to do this? For example, ask:"Show me the image of a dog", the WolframAlpha Web will return an image of a dog. I need this image. Please code it in Python(Thanks! Smile Heart )
Suggest Snippsat's web scraping tutorial, at least one part is about downloading images (not difficult to do).
See:
Web Scraping Part-1
and
Web Scraping Part-2