@repo_science · Post #3711 · 13/11/2023, 13:28
#python#book 📚 Pythonic AI (2023) ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
TGINSIGHT SIMILAR POSTS
Canal fuente @python_academy · Post #2135 · 20 ago
Получение геолокации по IP с использованием ip2geotools Недавно я обнаружил увлекательный пакет ip2geotools, который обеспечивает возможность получения геолокации по IP из различных баз данных. Пример кода для получения информации по IP с использованием класса DbIpCity, представляющего некоммерческую базу данных, выглядит следующим образом: from ip2geotools.databases.noncommercial import DbIpCity def get_ip_geolocation(ip_address): try: response = DbIpCity.get(ip_address, api_key='free') city = response.city region = response.region country = response.country latitude = response.latitude longitude = response.longitude print(f"Информация о местоположении для IP {ip_address}:") print(f"Город: {city}") print(f"Регион: {region}") print(f"Страна: {country}") print(f"Широта: {latitude}") print(f"Долгота: {longitude}") except Exception as e: print(f"Ошибка при получении информации по IP {ip_address}: {e}") ip_address_to_check = '8.8.8.8' get_ip_geolocation(ip_address_to_check) Этот код использует метод get из класса DbIpCity для получения информации о местоположении по заданному IP-адресу. Помните о том, что для использования некоторых баз данных может потребоваться API-ключ. #python#ip2geotools
Hashtags
Búsqueda global general
@repo_science · Post #3711 · 13/11/2023, 13:28
#python#book 📚 Pythonic AI (2023) ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3696 · 07/11/2023, 16:04
#python#book 📚 Python Coding&Programmind. The Complete Manua Seriesl ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3684 · 01/11/2023, 17:56
#python#book 📓 Effective Python Second Edition ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3672 · 24/10/2023, 22:57
#python#book 📚 MicroPython (2023) ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3649 · 15/10/2023, 13:01
#Python#Book 🐍 Mastering Python Networking ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3617 · 28/09/2023, 07:16
#python#book 📚 Codebreaking (2023 - new edit) ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3614 · 24/09/2023, 02:02
#python#book 📓 Foundational Python for Data Science 🔗Link ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3589 · 15/09/2023, 01:30
#Python#book 📓 Python Testing with pytest 🔗Link ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3583 · 13/09/2023, 02:49
#python#book 📚 Handbook of Computer Programming with Python (2022) 🔗Link ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3582 · 13/09/2023, 02:47
#python#book 📚 Python: 3 books in 1 (2023) 🔗Link ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3569 · 07/09/2023, 12:20
#python#book 📓 The Python Book 🔗 book ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3568 · 07/09/2023, 12:00
#python#book 📚 Python Mastery (2023) 🔗Link ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----