METRO Mutt · @metromutt
5 followers · 30 posts · Server meow.social

@cooner Learning Python 3

#Py3

Last updated 2 years ago

Thomas Lavergne · @lavergnetho
417 followers · 293 posts · Server fediscience.org

Today, I stumbled upon a / tutorial I had made for @oceanographer 's back in 2013 😄 . These were my early and days...

It seems quite valid today, except for the py2.7 syntax and the use of Basemap.

Should I post an update with and ?

earthpy.org/interpolation_betw

#Py3 #cartopy #notebook #earthpy #pyresample #python

Last updated 2 years ago

· @octalish
177 followers · 2237 posts · Server mamot.fr

Pour nettoyer un dossier de code .py des en-têtes « coding: utf-8 » issus de l'époque Python 2

# Headers « coding: utf-8 »
find -name '*.py' -exec sed -i '1{/#*coding: utf-8/d;}' {} \;
# Lignes vides en tête de fichier
find -name '*.py' -exec sed -i '1{/^\#\?$/d;}' {} \;

#cli #sed #oneliner #Py3

Last updated 4 years ago