<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on Bas-Man's Musings</title><link>https://bas-man.dev/cheatsheets/python/</link><description>Recent content in Python on Bas-Man's Musings</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 10 Jul 2020 22:22:41 +0900</lastBuildDate><atom:link href="https://bas-man.dev/cheatsheets/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Python | Sites</title><link>https://bas-man.dev/cheatsheets/python/sites/</link><pubDate>Tue, 07 Jul 2020 23:55:00 +0900</pubDate><guid>https://bas-man.dev/cheatsheets/python/sites/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="https://realpython.com"&gt;Real Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.miguelgrinberg.com"&gt;Miguel Grinberg&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Seems to have lots of good flask content.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.miguelgrinberg.com/post/the-ultimate-guide-to-python-decorators-part-i-function-registration"&gt;Decorators Part I&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Python | Articles</title><link>https://bas-man.dev/cheatsheets/python/articles/</link><pubDate>Tue, 07 Jul 2020 23:55:00 +0900</pubDate><guid>https://bas-man.dev/cheatsheets/python/articles/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.marsja.se/your-guide-to-reading-excel-xlsx-files-in-python/?amp"&gt;Excel Spreadsheet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://alxmjo.com/2017/05/30/how-to-schedule-posts-with-jekyll/"&gt;Schedule Posts in Jekyll&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.dampfkraft.com/code/how-to-deprecate-a-pypi-package.html"&gt;Deprecating a Package&lt;/a&gt; Reference: &lt;a href="https://pycoders.com/issues/421"&gt;Pycoder&amp;rsquo;s Weekly&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://rednafi.github.io/digressions/python/2020/05/13/python-decorators.html"&gt;Untangling Decorators&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://medium.com/@jsarafajr/google-apps-script-without-pain-or-success-story-of-atlassian-cloud-for-gmail-6cd99ba40de0"&gt;Google Script&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://book.pythontips.com/en/latest/"&gt;Python Tips&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://martinheinz.dev"&gt;Martin Heinz&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://martinheinz.dev/blog/14"&gt;Ultimate Python Setup&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://ttl255.com/working-with-ip-addresses-in-python-ipaddress-library-part-1/"&gt;Working with IP Addresses in Python Part 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://ttl255.com/working-with-ip-addresses-in-python-ipaddress-library-part-2/"&gt;Working with IP Addresses in Python Part 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Martin Thoma
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://medium.com/python-in-plain-english/unit-testing-in-python-tox-and-nox-833e4bbce729"&gt;Unit Testing / Tox&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://towardsdatascience.com/ci-pipelines-for-python-projects-9ac2830d2e38"&gt;CI Pipeline&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://python-3-for-scientists.readthedocs.io/en/latest/python3_advanced.html"&gt;Useful Python 3 features - Advanced&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://python-dependency-injector.ets-labs.org/tutorials/asyncio-daemon.html"&gt;asyncio Daemon Monitor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jwodder.github.io/kbits/posts/pypkg-mistakes/"&gt;Common Python Packaging Mistakes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Python | Modules</title><link>https://bas-man.dev/cheatsheets/python/modules/</link><pubDate>Fri, 10 Jul 2020 22:22:41 +0900</pubDate><guid>https://bas-man.dev/cheatsheets/python/modules/</guid><description>&lt;p&gt;This is a list of modules that I am interested in using.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://pendulum.eustace.io"&gt;Pendulm&lt;/a&gt;
An alternative to the datetime module&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pypi.org/project/pyfakefs/"&gt;pyfakefs&lt;/a&gt;
Mock your file system calls.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pypi.org/project/inflect/"&gt;inflect&lt;/a&gt;
Automatically plurualise words&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pypi.org/project/Deprecated/"&gt;Deprecated&lt;/a&gt;
Deprecate code in Python.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pypi.org/project/netaddr/"&gt;netaddr&lt;/a&gt;
Layer 3 handling for IP Addresses&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pypi.org/project/simplegmail/#marking-messages"&gt;simplegmail&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pypi.org/project/mkdocstrings/"&gt;mkdocstrings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>