It seems that I found most perfect website – without ads and any pictures at all. Great "open source" of knowledge for Python beginners.

Untitled-2.png


Here is fastest and accurate weather website I found when I was looking for docs on Python. Only text, no pics. Looks like this:

Untitled-1.png

Written on Python. Open source (GitHub) – an excellent source of knowledge for Python beginners who want to understand the programming sites.


Linux users just type in console "$ curl wttr.in" :

$ curl wttr.in
Weather report: Toronto, Canada

               Overcast
      .--.     -65  -47 °C
   .-(    ).    23 km/h
  (___.__)__)  15 km
               0.0 mm

1.png


The location of the weather forecast is determined by your IP. If you need to change it, just type in URL:

https://wttr.in/Moscow     # Weather for Moscow
https://wttr.in/LA         # Weather for Los Angeles

#You can use airport codes to get the weather from airports:

https://wttr.in/muc      # Munich  Airport, Germany
https://wttr.in/ham      # Hamburg Airport, Germany

Additionally, the service can generate custom forecast images. I'm starting with images processing on Python, so I'll start now to study how it works. :)

e21f8f3b-f78e-40e7-8286-224.jpg

I hope this was helpful to you too.

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center