<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PyPI on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/pypi/</link><description>Recent content in PyPI on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 03 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/pypi/index.xml" rel="self" type="application/rss+xml"/><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>