1import urllib.request
2
3image_url = 'https://bit.ly/2XuVzB4' #the image on the web
4save_name = 'my_image.jpg' #local name to be saved
5urllib.request.urlretrieve(image_url, save_name)
1Step 1: Download Python newest version from
2
3 https://www.python.org/downloads/
4
5Step 2:Install Python
6Step 3:Download Pycharm Community free version
7Step 4:Install and open Pycharm
8Step 5:Write print("Hello New World")
9 //Hurray you are about to start python
1You cannot just pip install python3 because it is not a library.
2
3If you want to install the latest python3:
4https://www.python.org/ftp/python/3.8.2/python-3.8.2.exe
1python for 64 bit system. Version 3.9.7
2
3https://www.python.org/ftp/python/3.9.7/python-3.9.7-amd64.exe