TGTGInsighttelegram intelligenceLIVE / telegram public index
← djangoproject
djangoproject avatar

TGINSIGHT POST

Post #390

@djangoproject

djangoproject

Views190Post view count
PostedJul 2407/24/2017, 06:18 PM
Post content

Post content

Python 3 has a std lib module for working with #IP addresses: »> import ipaddress »> ipaddress.ip_address('192.168.1.2') IPv4Address('192.168.1.2') »> ipaddress.ip_address('2001:af3::') IPv6Address('2001:af3::') Learn more here: https://docs.python.org/3/library/ipaddress.html