<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Packaging on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/packaging/</link><description>Recent content in Packaging on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 04 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/packaging/index.xml" rel="self" type="application/rss+xml"/><item><title>Python Package Managers: Complete Comparison 2026</title><link>https://ai-blog.noorshomelab.dev/comparisons/python-package-manager-comparison/</link><pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/comparisons/python-package-manager-comparison/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The Python ecosystem thrives on its vast array of libraries and frameworks, making effective dependency and environment management crucial for any project. As of 2026, developers face a rich, yet sometimes confusing, landscape of tools designed to streamline this process. Choosing the right package manager can significantly impact project reproducibility, development workflow, and deployment efficiency.&lt;/p&gt;
&lt;p&gt;This guide provides an objective and balanced technical comparison of the most popular and relevant Python package management tools: &lt;code&gt;pip&lt;/code&gt; (often paired with &lt;code&gt;venv&lt;/code&gt; or &lt;code&gt;virtualenv&lt;/code&gt;), &lt;code&gt;Poetry&lt;/code&gt;, &lt;code&gt;Conda&lt;/code&gt;, and &lt;code&gt;PDM&lt;/code&gt;. We will delve into their strengths, weaknesses, core functionalities, and ideal use cases to help you make an informed decision for your specific development scenario.&lt;/p&gt;</description></item><item><title>Packaging and Distributing Your Python Projects</title><link>https://ai-blog.noorshomelab.dev/python-mastery-2025/chapter-20-packaging-distributing-projects/</link><pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/python-mastery-2025/chapter-20-packaging-distributing-projects/</guid><description>&lt;h2 id="packaging-and-distributing-your-python-projects"&gt;Packaging and Distributing Your Python Projects&lt;/h2&gt;
&lt;p&gt;Welcome back, future Pythonista! In our journey so far, you&amp;rsquo;ve learned to write amazing Python code, organize it into modules, and even create your own packages. But what if you want to share your brilliant creations with the world? How do you make it easy for others (or your future self!) to install and use your code without manually copying files around?&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s where &lt;em&gt;packaging and distribution&lt;/em&gt; come in! This chapter is all about transforming your Python project into a professional, easily installable package that can be shared on platforms like the Python Package Index (PyPI). We&amp;rsquo;ll cover the modern tools and best practices to get your code out there, making it reusable and discoverable.&lt;/p&gt;</description></item></channel></rss>