Lançons "python -m antigravity" en python

Lançons "python -m antigravity" en python

$ python -m antigravity

Vous pouvez l'importer.

import antigravity

Que va-t-il se passer?

hai

# antigravity.py

import webbrowser
import hashlib

webbrowser.open("http://xkcd.com/353/")

def geohash(latitude, longitude, datedow):
    '''Compute geohash() using the Munroe algorithm.

    >>> geohash(37.421542, -122.085589, b'2005-05-26-10458.68')
    37.857713 -122.544543

    '''
    # http://xkcd.com/426/
    h = hashlib.md5(datedow).hexdigest()
    p, q = [('%f' % float.fromhex('0.' + x)) for x in (h[:16], h[16:32])]
    print('%d%s %d%s' % (latitude, p[1:], longitude, q[1:]))

Recommended Posts

Lançons "python -m antigravity" en python
Voyons comment utiliser def en python
Exécuter des tâches automatisées en Python
Exécuter des commandes shell en Python
Exécuter Python unittest en parallèle
Trouvons le rapport de circonférence avec Python
Exécutez la commande shell / Python dans R
Essayons Fizz Buzz avec Python
Voyons voir l'utilisation de l'entrée en python
Exécutez unittest en Python (pour les débutants)
Exécutez un algorithme simple en Python
Exécutez AzureKinect en Python la veille de Noël.
Exécuter l'interpréteur Python dans le script
Faisons un calcul de combinaison avec Python
Exécuter régulièrement des tâches de type cron en Python
Lançons le script Bash en Java
Exécutez Python en C ++ sur Visual Studio 2017
Quadtree en Python --2
Python en optimisation
CURL en Python
Métaprogrammation avec Python
Python 3.3 avec Anaconda
Géocodage en python
SendKeys en Python
Méta-analyse en Python
Unittest en Python
Époque en Python
Discord en Python
Allemand en Python
DCI en Python
tri rapide en python
nCr en python
N-Gram en Python
Programmation avec Python
Plink en Python
Constante en Python
FizzBuzz en Python
Sqlite en Python
Étape AIC en Python
LINE-Bot [0] en Python
CSV en Python
Assemblage inversé avec Python
Réflexion en Python
Constante en Python
nCr en Python.
format en python
Scons en Python 3
Puyopuyo en python
python dans virtualenv
PPAP en Python
Quad-tree en Python
Réflexion en Python
Chimie avec Python
Hashable en Python
DirectLiNGAM en Python
LiNGAM en Python
Aplatir en Python
Aplatir en python