<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PyMOTW on Doug Hellmann</title><link>https://doughellmann.com/tags/pymotw/</link><description>Recent content in PyMOTW on Doug Hellmann</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 14 Apr 2021 17:45:19 -0400</lastBuildDate><atom:link href="https://doughellmann.com/tags/pymotw/index.xml" rel="self" type="application/rss+xml"/><item><title>Feedburner Dropping Email Support</title><link>https://doughellmann.com/posts/feedburner-dropping-email/</link><pubDate>Wed, 14 Apr 2021 17:45:19 -0400</pubDate><guid>https://doughellmann.com/posts/feedburner-dropping-email/</guid><description>&lt;p>Today I received a notice from the Google team that runs the
Feedburner service that I use to proxy my RSS feed announcing that
they are updating the implementation, and as part of the changes they
are dropping support for email subscriptions.&lt;/p></description></item><item><title>New PyMOTW site logo</title><link>https://doughellmann.com/posts/new-pymotw-site-logo/</link><pubDate>Sat, 27 Jul 2019 21:15:29 +0000</pubDate><guid>https://doughellmann.com/posts/new-pymotw-site-logo/</guid><description>Last week Nils-Hero Lindemann contacted me with some icons to spruce up the PyMOTW site. I love the look and the thought that went into the design.
The four squares symbolize the modules and the white square is the current module, the ‘module of the week’.
Thanks, Nils-Hero! I am touched that you took the time not only to create the image files, but also to work out (and tell me) exactly what I need to do to add them to the HTML properly.</description></item><item><title>ipaddress — Internet Addresses — PyMOTW 3</title><link>https://doughellmann.com/posts/pymotw-3-ipaddress-internet-addresses/</link><pubDate>Mon, 09 Apr 2018 13:00:31 +0000</pubDate><guid>https://doughellmann.com/posts/pymotw-3-ipaddress-internet-addresses/</guid><description>The ipaddress module includes classes for working with IPv4 and IPv6 network addresses. The classes support validation, finding addresses and hosts on a network, and other common operations.
Read more…
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.</description></item><item><title>http.cookies — HTTP Cookies — PyMOTW 3</title><link>https://doughellmann.com/posts/pymotw-3-http-cookies-http-cookies/</link><pubDate>Mon, 02 Apr 2018 13:00:04 +0000</pubDate><guid>https://doughellmann.com/posts/pymotw-3-http-cookies-http-cookies/</guid><description>The http.cookies module implements a parser for cookies that is mostly RFC 2109 compliant. The implementation is a little less strict than the standard because MSIE 3.0x does not support the entire standard.
Read more…
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.</description></item><item><title>urllib.request — Network Resource Access — PyMOTW 3</title><link>https://doughellmann.com/posts/pymotw-3-urllib-request-network-resource-access/</link><pubDate>Mon, 26 Mar 2018 13:00:00 +0000</pubDate><guid>https://doughellmann.com/posts/pymotw-3-urllib-request-network-resource-access/</guid><description>The urllib.request module provides an API for using Internet resources identified by URLs. It is designed to be extended by individual applications to support new protocols or add variations to existing protocols (such as handling HTTP basic authentication).
Read more…
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.</description></item></channel></rss>