<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Code-Reuse on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/code-reuse/</link><description>Recent content in Code-Reuse 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/tags/code-reuse/index.xml" rel="self" type="application/rss+xml"/><item><title>Functions</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/03-module/003-functions/</link><pubDate>Thu, 24 Jul 2025 11:26:10 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/03-module/003-functions/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores Python functions, covering built-in and user-defined functions, their syntax, parameters, scope, and practical examples for code reuse and data processing. Readers will learn how to define, call, and document functions, and understand variable scope and common function patterns.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-functions"&gt;Introduction to Functions&lt;/h2&gt;
&lt;p&gt;Functions are reusable blocks of code that perform specific tasks. Python provides many built-in functions, and users can define their own to organize and simplify code.&lt;/p&gt;</description></item></channel></rss>