<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Konstantin Lübeck</title>
    <description>The latest articles on DEV Community by Konstantin Lübeck (@k0nze).</description>
    <link>https://dev.to/k0nze</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F801426%2F20fa1622-0a24-4080-a47a-6fb07c640ea9.png</url>
      <title>DEV Community: Konstantin Lübeck</title>
      <link>https://dev.to/k0nze</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/k0nze"/>
    <language>en</language>
    <item>
      <title>Python’s Abstract Base Classes (ABC) and Interfaces Explained</title>
      <dc:creator>Konstantin Lübeck</dc:creator>
      <pubDate>Thu, 22 Feb 2024 18:20:14 +0000</pubDate>
      <link>https://dev.to/k0nze/pythons-abstract-base-classes-abc-and-interfaces-explained-1iem</link>
      <guid>https://dev.to/k0nze/pythons-abstract-base-classes-abc-and-interfaces-explained-1iem</guid>
      <description>&lt;p&gt;Even though Python is a duck-typed 🦆 language, it is sometimes beneficial to use object-oriented features such as Interfaces and Abstract Classes.&lt;/p&gt;

&lt;p&gt;In my latest YouTube video 🎬 you will learn how to create Interfaces and Abstract Classes in Python using the ABC module 🔤&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/kaZceE16m5A"&gt;https://youtu.be/kaZceE16m5A&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>video</category>
      <category>tutorial</category>
      <category>softwareengineering</category>
    </item>
    <item>
      <title>What are Python Decorators?</title>
      <dc:creator>Konstantin Lübeck</dc:creator>
      <pubDate>Thu, 15 Feb 2024 14:49:54 +0000</pubDate>
      <link>https://dev.to/k0nze/what-are-python-decorators-k0p</link>
      <guid>https://dev.to/k0nze/what-are-python-decorators-k0p</guid>
      <description>&lt;p&gt;Have you ever implemented a Python decorator yourself?&lt;br&gt;
Or do you wonder how to decorate whole classes in Python?&lt;br&gt;
Then this video is for you 😊 &lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/UuHuNDdOPz0"&gt;https://youtu.be/UuHuNDdOPz0&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>tutorial</category>
      <category>video</category>
      <category>learning</category>
    </item>
    <item>
      <title>Do you know the Python Walrus Operator?</title>
      <dc:creator>Konstantin Lübeck</dc:creator>
      <pubDate>Thu, 08 Feb 2024 14:01:57 +0000</pubDate>
      <link>https://dev.to/k0nze/do-you-know-the-python-walrus-operator-42kl</link>
      <guid>https://dev.to/k0nze/do-you-know-the-python-walrus-operator-42kl</guid>
      <description>&lt;p&gt;If not, check out my latest YouTube video 🎬 to learn how to improve the quality of your Python code 🧑‍🎓 using the Walrus operator and learn a Secret trick 💡&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/e0vFRnEv16I"&gt;https://youtu.be/e0vFRnEv16I&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>video</category>
      <category>tutorial</category>
      <category>learning</category>
    </item>
    <item>
      <title>Python *args and **kwargs Demystified: Everything You Need to Know</title>
      <dc:creator>Konstantin Lübeck</dc:creator>
      <pubDate>Mon, 29 Jan 2024 14:05:25 +0000</pubDate>
      <link>https://dev.to/k0nze/python-args-and-kwargs-demystified-everything-you-need-to-know-b74</link>
      <guid>https://dev.to/k0nze/python-args-and-kwargs-demystified-everything-you-need-to-know-b74</guid>
      <description>&lt;p&gt;Have you ever wondered what * args and ** kwargs in Python actually mean? 🤔&lt;br&gt;
Check out my latest YouTube video 🎬 to learn everything about Python's sequential and dictionary unpacking operators 📦 and how to use those to improve your Python code:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/wKHwS1psWws"&gt;https://youtu.be/wKHwS1psWws&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>tutorial</category>
      <category>video</category>
      <category>learning</category>
    </item>
    <item>
      <title>I Made a Python Program that Self-destructs, but Clones Itself Just in Time to Live on Forever</title>
      <dc:creator>Konstantin Lübeck</dc:creator>
      <pubDate>Mon, 22 Jan 2024 14:13:41 +0000</pubDate>
      <link>https://dev.to/k0nze/i-made-a-python-program-that-self-destructs-but-clones-itself-just-in-time-to-live-on-forever-1a1c</link>
      <guid>https://dev.to/k0nze/i-made-a-python-program-that-self-destructs-but-clones-itself-just-in-time-to-live-on-forever-1a1c</guid>
      <description>&lt;p&gt;I created a Python Program that self-destructs 🧨, but clones itself 🐑🐑 just in time ⏰ and then calls itself ☎️ to stay alive indefinitely ♾️&lt;br&gt;
Check out my latest YouTube video 🎬 to learn more:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/Nk_Zbryqw8k"&gt;https://youtu.be/Nk_Zbryqw8k&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>learning</category>
      <category>tutorial</category>
      <category>video</category>
    </item>
    <item>
      <title>Python @staticmethod vs. @classmethod</title>
      <dc:creator>Konstantin Lübeck</dc:creator>
      <pubDate>Wed, 16 Mar 2022 19:04:31 +0000</pubDate>
      <link>https://dev.to/k0nze/python-staticmethod-vs-classmethod-449o</link>
      <guid>https://dev.to/k0nze/python-staticmethod-vs-classmethod-449o</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/7428SmlYD4M"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;What is the difference between the Python &lt;code&gt;@staticmethod&lt;/code&gt; and &lt;code&gt;@classmethod&lt;/code&gt;? decorators?&lt;br&gt;
Checkout my latest Youtube video and this blog article to find it out why:&lt;br&gt;
&lt;a href="https://k0nze.dev/posts/python-staticmethod-vs-classmethod/"&gt;https://k0nze.dev/posts/python-staticmethod-vs-classmethod/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Why You Should Use Python if __name__ == "__main__"?</title>
      <dc:creator>Konstantin Lübeck</dc:creator>
      <pubDate>Wed, 09 Mar 2022 18:45:40 +0000</pubDate>
      <link>https://dev.to/k0nze/why-you-should-use-python-if-name-main-4j37</link>
      <guid>https://dev.to/k0nze/why-you-should-use-python-if-name-main-4j37</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/l3aRTwWanOE"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Have you ever wondered that Python doesn't have a main function but people are using &lt;code&gt;if __name__ == __main__:&lt;/code&gt; in their code? &lt;br&gt;
Checkout my latest Youtube video and this blog article to find it out why:&lt;br&gt;
&lt;a href="https://k0nze.dev/posts/python-name-main/"&gt;https://k0nze.dev/posts/python-name-main/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Is your Favorite Programming Language making Climate Change worse?</title>
      <dc:creator>Konstantin Lübeck</dc:creator>
      <pubDate>Wed, 02 Mar 2022 19:17:07 +0000</pubDate>
      <link>https://dev.to/k0nze/is-your-favorite-programming-language-making-climate-change-worse-3jpe</link>
      <guid>https://dev.to/k0nze/is-your-favorite-programming-language-making-climate-change-worse-3jpe</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/cy7qZ47-jpE"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;In this video I take a closer look at the research paper: Rui Pereira et. al. "Energy efficiency Across Programming Languages: How do Energy, Time, and Memory Relate?" and try to answer the question which is the most energy-efficient programming language?&lt;/p&gt;

</description>
      <category>programming</category>
      <category>computerscience</category>
      <category>performance</category>
    </item>
  </channel>
</rss>
