<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Development on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/development/</link><description>Recent content in Development on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 09 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/development/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Integrate VS Code with Ollama for Local AI Assistance: Step-by-Step Guide</title><link>https://ai-blog.noorshomelab.dev/tutorials/integrate-vscode-ollama-local-ai/</link><pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tutorials/integrate-vscode-ollama-local-ai/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;This tutorial will guide you through setting up a powerful, private, and cost-free AI coding assistant directly within your Visual Studio Code environment. By integrating &lt;a href="https://ollama.com/"&gt;Ollama&lt;/a&gt; with the &lt;a href="https://continue.dev/"&gt;Continue VS Code extension&lt;/a&gt;, you&amp;rsquo;ll be able to run large language models (LLMs) locally on your machine. This setup allows for code generation, completion, debugging assistance, and refactoring without relying on external APIs, ensuring complete privacy for your code and eliminating API costs.&lt;/p&gt;</description></item><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>Python Practical Field Guide</title><link>https://ai-blog.noorshomelab.dev/guides/python-mastery-guide-2025/</link><pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/python-mastery-guide-2025/</guid><description>&lt;h2 id="welcome-to-your-python-adventure"&gt;Welcome to Your Python Adventure!&lt;/h2&gt;
&lt;p&gt;Hello future Pythonista! Are you ready to unlock the power of one of the world&amp;rsquo;s most versatile and in-demand programming languages? You&amp;rsquo;ve come to the right place! This guide is meticulously crafted to take you from a complete beginner to an advanced Python programmer, step-by-step, with plenty of hands-on practice along the way.&lt;/p&gt;
&lt;h3 id="what-is-python"&gt;What is Python?&lt;/h3&gt;
&lt;p&gt;Python is a high-level, interpreted programming language renowned for its readability and simplicity. It allows you to write clear, logical code for projects of all sizes, from small scripts to complex applications. It&amp;rsquo;s often described as &amp;ldquo;programming for human beings&amp;rdquo; because its syntax is designed to be intuitive and easy to understand.&lt;/p&gt;</description></item></channel></rss>