Azim Pulat
9.21K subscribers
119 photos
14 videos
1 file
147 links
Mentor @qirikki | 42.uz
Download Telegram
Channel created
You want to plot graphs in the console?
$ pip install bashplotlib
You can have graphs in the console.
from emoji import emojize
print(emojize(":thumbs_up:"))
👍
from geopy import GoogleV3
place = "221b Baker Street, London"
location = GoogleV3().geocode(place)
print(location.address)
print(location.location)