<?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: Pham Bach</title>
    <description>The latest articles on DEV Community by Pham Bach (@pham_bach_7cded53e4c5439e).</description>
    <link>https://dev.to/pham_bach_7cded53e4c5439e</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%2F1556107%2F3441864f-d7e2-4da1-8cdc-0c679f68955a.jpg</url>
      <title>DEV Community: Pham Bach</title>
      <link>https://dev.to/pham_bach_7cded53e4c5439e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pham_bach_7cded53e4c5439e"/>
    <language>en</language>
    <item>
      <title>Destructuring in Python</title>
      <dc:creator>Pham Bach</dc:creator>
      <pubDate>Fri, 09 Aug 2024 04:36:44 +0000</pubDate>
      <link>https://dev.to/pham_bach_7cded53e4c5439e/destructuring-in-python-22jc</link>
      <guid>https://dev.to/pham_bach_7cded53e4c5439e/destructuring-in-python-22jc</guid>
      <description>&lt;p&gt;Destructuring syntax is an extremely useful feature in Python that breaks down values from lists, tuples, or dictionary attributes into individual variables. It helps us write clean and readable code.&lt;/p&gt;

&lt;p&gt;Now, let’s explore it!&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
      &lt;div class="c-embed__cover"&gt;
        &lt;a href="https://immersedincode.io.vn/blog/destructuring-in-python/" class="c-link s:max-w-50 align-middle" rel="noopener noreferrer"&gt;
          &lt;img alt="" src="https://res.cloudinary.com/practicaldev/image/fetch/s--Hjg7Tx6w--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://immersedincode.io.vn/img/06_destructuring_in_python/featured.png" height="450" class="m-0" width="800"&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;div class="c-embed__body"&gt;
      &lt;h2 class="fs-xl lh-tight"&gt;
        &lt;a href="https://immersedincode.io.vn/blog/destructuring-in-python/" rel="noopener noreferrer" class="c-link"&gt;
          Destructuring in Python | Immersed in Code
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;p class="truncate-at-3"&gt;
          Hello, are you learning Python? Does your job involve using Python? If so, you will find this article quite interesting 😉.
        &lt;/p&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
          &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://res.cloudinary.com/practicaldev/image/fetch/s--wnx3fIVJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://immersedincode.io.vn/img/favicon.ico" width="256" height="256"&gt;
        immersedincode.io.vn
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;I hope this article is helpful to you.&lt;/p&gt;

&lt;p&gt;If you need a project to run a demo on your environment, here is my &lt;a href="https://github.com/pxuanbach/Destructuring-in-Python" rel="noopener noreferrer"&gt;Git repository&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>python</category>
      <category>destructuring</category>
      <category>coding</category>
    </item>
    <item>
      <title>Essential modules for developing applications with FastAPI (P1 - Migration)</title>
      <dc:creator>Pham Bach</dc:creator>
      <pubDate>Sun, 14 Jul 2024 15:50:11 +0000</pubDate>
      <link>https://dev.to/pham_bach_7cded53e4c5439e/essential-modules-for-developing-applications-with-fastapi-4hkm</link>
      <guid>https://dev.to/pham_bach_7cded53e4c5439e/essential-modules-for-developing-applications-with-fastapi-4hkm</guid>
      <description>&lt;p&gt;Today, I say “Hi FastAPI”.&lt;/p&gt;

&lt;p&gt;Recently, &lt;a href="https://fastapi.tiangolo.com/" rel="noopener noreferrer"&gt;FastAPI&lt;/a&gt; has become increasingly popular, partly driven by the current trend of AI innovation. In my opinion, being modern, robust, fast, and micro is what makes me fall in love with this framework.&lt;/p&gt;

&lt;p&gt;This post comes with some modules that you will want to have in your project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://immersedincode.io.vn/blog/essential-modules-for-developing-applications-with-fastapi-p1-migration/" rel="noopener noreferrer"&gt;https://immersedincode.io.vn/blog/essential-modules-for-developing-applications-with-fastapi-p1-migration/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hopefully, this article has given you the overview and knowledge needed to use this important module in your projects.&lt;/p&gt;

</description>
      <category>fastapi</category>
      <category>python</category>
      <category>alembic</category>
    </item>
  </channel>
</rss>
