Azim Pulat
9.69K subscribers
120 photos
14 videos
1 file
149 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.
🏆1
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)
$ pip install howdoi
Ask it whatever question you have, and it’ll do its best to return an answer.
$ howdoi vertical align css
$ howdoi for loop in java
$ howdoi undo commits in git
Be aware though — it scrapes code from top answers from StackOverflow. It might not always give the most helpful information…
$ python -m http.server 8888
It opens simple http server on localhost:8888 in current folder.
It might be useful when you need a really quick development server rather than apache.