<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Packages on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/packages/</link><description>Recent content in Packages 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/packages/index.xml" rel="self" type="application/rss+xml"/><item><title>Modules, Packages, and Virtual Environments</title><link>https://ai-blog.noorshomelab.dev/python-mastery-2025/chapter-7-modules-packages-virtual-environments/</link><pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/python-mastery-2025/chapter-7-modules-packages-virtual-environments/</guid><description>&lt;h2 id="introduction-organizing-your-python-world"&gt;Introduction: Organizing Your Python World&lt;/h2&gt;
&lt;p&gt;Welcome back, future Pythonista! So far, you&amp;rsquo;ve learned to write individual Python scripts, create variables, use control flow, and even craft your own functions. That&amp;rsquo;s fantastic! But as your programs grow, you&amp;rsquo;ll find that having all your code in one giant file can get messy, hard to manage, and difficult to reuse.&lt;/p&gt;
&lt;p&gt;This chapter is all about bringing order to your Python universe. We&amp;rsquo;ll explore three essential concepts: &lt;strong&gt;Modules&lt;/strong&gt;, &lt;strong&gt;Packages&lt;/strong&gt;, and &lt;strong&gt;Virtual Environments&lt;/strong&gt;. Think of them as the building blocks and organizational tools that professional developers use to keep their projects clean, efficient, and scalable. By the end, you&amp;rsquo;ll understand how to structure your code for maximum reusability, manage external libraries, and ensure your projects play nicely with each other, all while using the very latest stable Python release: &lt;strong&gt;Python 3.14.1&lt;/strong&gt;, which was released on December 2, 2025.&lt;/p&gt;</description></item></channel></rss>