<?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 Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/categories/packaging/</link><description>Recent content in Packaging on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Fri, 31 Oct 2025 11:40:28 +0000</lastBuildDate><atom:link href="http://ghafoorsblog.com/categories/packaging/index.xml" rel="self" type="application/rss+xml"/><item><title>Packaging</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/08-ai-apps-python-flask/01-module/006-packaging/</link><pubDate>Fri, 25 Jul 2025 00:00:00 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/08-ai-apps-python-flask/01-module/006-packaging/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores the differences between Python modules, packages, and libraries, and provides practical steps for creating, verifying, and using Python packages to organize and reuse code efficiently.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-modules-packages-and-libraries"&gt;Introduction to Modules, Packages, and Libraries&lt;/h2&gt;
&lt;p&gt;Modules, packages, and libraries are essential concepts in Python for organizing and reusing code. Understanding their differences helps in structuring projects effectively.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="python-modules"&gt;Python Modules&lt;/h2&gt;
&lt;p&gt;A Python module is a &lt;code&gt;.py&lt;/code&gt; file containing definitions, statements, functions, or classes. Modules can be imported into other scripts or notebooks to reuse code.&lt;/p&gt;</description></item></channel></rss>