<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with dailypythontip]]></title><description><![CDATA[A list of topics that have been tagged with dailypythontip]]></description><link>https://board.circlewithadot.net/tags/dailypythontip</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 02:20:12 GMT</lastBuildDate><atom:link href="https://board.circlewithadot.net/tags/dailypythontip.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Python Tip #120 (of 365):]]></title><description><![CDATA[Also consider adding a description to describe your script and help to each argument:parser = argparse.ArgumentParser(    description="Compute emoji-hash for input text/file",)parser.add_argument(    "path",    type=Path,    metavar="FILENAME",    help="Input file to emoji-hash",)Developer experience DOES matter but don't forget the users.You're welcome to leave these customizations to the finishing touches of your Python CLI, but don't forget them!🧵 (2/2)]]></description><link>https://board.circlewithadot.net/topic/06fdcf98-caaf-456b-a8c2-a2b3e6c83243/python-tip-120-of-365</link><guid isPermaLink="true">https://board.circlewithadot.net/topic/06fdcf98-caaf-456b-a8c2-a2b3e6c83243/python-tip-120-of-365</guid><dc:creator><![CDATA[treyhunner@mastodon.social]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>