<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Code on Home</title>
    <link>https://missquibble.com/tags/code/</link>
    <description>Recent content in Code on Home</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 07 May 2026 00:00:00 -0400</lastBuildDate>
    <atom:link href="https://missquibble.com/tags/code/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What Programming Language Should I Learn First? A Beginner&#39;s Guide</title>
      <link>https://missquibble.com/posts/what-programming-language-to-learn-first/</link>
      <pubDate>Thu, 07 May 2026 00:00:00 -0400</pubDate>
      <guid>https://missquibble.com/posts/what-programming-language-to-learn-first/</guid>
      <description>Not sure which programming language to learn first? This beginner&amp;#39;s guide breaks down Python, JavaScript, HTML/CSS, and more—so you can pick the right one and start coding today.</description>
    </item>
    <item>
      <title>Crafting Fun: A Step-by-Step Guide to Creating Interactive Word Search Puzzles with Python</title>
      <link>https://missquibble.com/posts/python_word_search/</link>
      <pubDate>Wed, 15 Nov 2023 11:42:01 -0500</pubDate>
      <guid>https://missquibble.com/posts/python_word_search/</guid>
      <description>Build an interactive word search puzzle game in Python using Pygame—learn to generate a letter grid, place words, handle user input, and display the game on screen.</description>
    </item>
    <item>
      <title>Python Fundamentals: Harnessing Dictionaries, Lists, Comments, Control Flow, elif, Loops, and Variables</title>
      <link>https://missquibble.com/posts/python_fundamentals_harnessing_dictionaries_lists_comments_control_flow_elif_loops_variables/</link>
      <pubDate>Wed, 25 Oct 2023 19:15:29 -0400</pubDate>
      <guid>https://missquibble.com/posts/python_fundamentals_harnessing_dictionaries_lists_comments_control_flow_elif_loops_variables/</guid>
      <description>Master essential Python fundamentals—dictionaries, lists, variables, comments, control flow with if/elif, and loops—with clear explanations and practical code examples.</description>
    </item>
    <item>
      <title>Building a Responsive Website with HTML, CSS, and JavaScript</title>
      <link>https://missquibble.com/posts/building-a-responsive-website-with-html-css-and-javascript/</link>
      <pubDate>Thu, 19 Oct 2023 13:55:55 -0400</pubDate>
      <guid>https://missquibble.com/posts/building-a-responsive-website-with-html-css-and-javascript/</guid>
      <description>A beginner-friendly guide to building responsive websites using HTML, CSS, and JavaScript—covering media queries, fluid layouts, mobile-first design, and best practices.</description>
    </item>
    <item>
      <title>Discord Role Playing Game: Build a Text-Based RPG Bot with Python</title>
      <link>https://missquibble.com/posts/discord-role-playing-game/</link>
      <pubDate>Thu, 19 Oct 2023 13:49:46 -0400</pubDate>
      <guid>https://missquibble.com/posts/discord-role-playing-game/</guid>
      <description>Build a text-based Discord RPG bot using Python and discord.py—create character and battle commands for an interactive role-playing game your server members can enjoy.</description>
    </item>
    <item>
      <title>Creating a Simple Discord Game Using Python</title>
      <link>https://missquibble.com/posts/build_a_discord_game_using_python/</link>
      <pubDate>Thu, 19 Oct 2023 13:41:48 -0400</pubDate>
      <guid>https://missquibble.com/posts/build_a_discord_game_using_python/</guid>
      <description>Build a multi-command Discord game bot using Python and discord.py—complete with dice rolling and choice commands, from bot setup and token configuration to deployment.</description>
    </item>
    <item>
      <title>How to Build a Simple Format Generator from Scratch using Django and Python</title>
      <link>https://missquibble.com/posts/build_a_format_generator_using_django-and-python/</link>
      <pubDate>Thu, 19 Oct 2023 13:29:13 -0400</pubDate>
      <guid>https://missquibble.com/posts/build_a_format_generator_using_django-and-python/</guid>
      <description>Step-by-step tutorial for building a Markdown format generator web app using Django and Python—covering models, forms, views, templates, and URL routing from scratch.</description>
    </item>
    <item>
      <title>Top 10 Time-Saving Tips for Python Development</title>
      <link>https://missquibble.com/posts/top-10-time-saving-tips-for-python-development/</link>
      <pubDate>Wed, 18 Oct 2023 16:53:08 -0400</pubDate>
      <guid>https://missquibble.com/posts/top-10-time-saving-tips-for-python-development/</guid>
      <description>Boost your Python productivity with 10 expert tips including list comprehensions, generators, virtual environments, f-strings, built-in functions, and efficient debugging.</description>
    </item>
    <item>
      <title>Top 10 Time-Saving Tips for Django Development</title>
      <link>https://missquibble.com/posts/top-10-time-saving-tips-for-django-development/</link>
      <pubDate>Wed, 18 Oct 2023 16:50:46 -0400</pubDate>
      <guid>https://missquibble.com/posts/top-10-time-saving-tips-for-django-development/</guid>
      <description>Save hours on your Django projects with 10 expert tips covering class-based views, Django REST framework, template tags, caching, management commands, and debugging tools.</description>
    </item>
    <item>
      <title>Getting Started with Python: A Beginners Guide</title>
      <link>https://missquibble.com/posts/getting-started-with-python/</link>
      <pubDate>Wed, 18 Oct 2023 16:43:17 -0400</pubDate>
      <guid>https://missquibble.com/posts/getting-started-with-python/</guid>
      <description>Get started with Python programming—learn how to install Python, write your first program, understand variables and data types, and find the best resources to keep learning.</description>
    </item>
    <item>
      <title>A Beginners Guide to Using Django for Web Development</title>
      <link>https://missquibble.com/posts/web-devlopment-with-django/</link>
      <pubDate>Wed, 18 Oct 2023 15:37:08 -0400</pubDate>
      <guid>https://missquibble.com/posts/web-devlopment-with-django/</guid>
      <description>A beginner&amp;#39;s complete guide to Django web development with Python—covering installation, project setup, models, migrations, views, templates, URL routing, and best practices.</description>
    </item>
    <item>
      <title>A Step-by-Step Guide to Creating Your Own Minecraft Server on PC</title>
      <link>https://missquibble.com/posts/creatingyourownminecraftsrver/</link>
      <pubDate>Tue, 17 Oct 2023 13:31:07 -0400</pubDate>
      <guid>https://missquibble.com/posts/creatingyourownminecraftsrver/</guid>
      <description>Set up your own Minecraft server on PC with this complete guide—covering Java installation, server download, EULA acceptance, port forwarding, and inviting friends to play.</description>
    </item>
    <item>
      <title>Hive Development: Building on the Hive Blockchain</title>
      <link>https://missquibble.com/posts/hive_development_building_on_blockchain/</link>
      <pubDate>Thu, 12 Oct 2023 13:42:49 -0400</pubDate>
      <guid>https://missquibble.com/posts/hive_development_building_on_blockchain/</guid>
      <description>A developer&amp;#39;s guide to building on the Hive blockchain—covering APIs, libraries, account management, and resources for creating DApps and custom blockchain integrations.</description>
    </item>
    <item>
      <title>Demystifying Website Data Structures</title>
      <link>https://missquibble.com/posts/demystifying-website-data-structures/</link>
      <pubDate>Mon, 09 Oct 2023 17:24:25 -0400</pubDate>
      <guid>https://missquibble.com/posts/demystifying-website-data-structures/</guid>
      <description>Demystify the data structures that power the web—arrays, trees, graphs, and more—and learn best practices for performance, scalability, security, and maintainability.</description>
    </item>
    <item>
      <title>Choosing MissQuibble: The Ideal Full Stack Web Developer for Your Project</title>
      <link>https://missquibble.com/posts/choseme/</link>
      <pubDate>Mon, 09 Oct 2023 15:04:01 -0400</pubDate>
      <guid>https://missquibble.com/posts/choseme/</guid>
      <description>With 13 years of full-stack experience across Python, Django, JavaScript, React, and more, MissQuibble delivers user-centric, scalable, high-quality web development solutions.</description>
    </item>
    <item>
      <title>The Power Of Learning to Code: Why Everyone Should Take the Plunge</title>
      <link>https://missquibble.com/posts/poweroflearningcode/</link>
      <pubDate>Fri, 06 Oct 2023 15:46:01 -0400</pubDate>
      <guid>https://missquibble.com/posts/poweroflearningcode/</guid>
      <description>Discover why everyone should learn to code—from sharpening problem-solving skills and boosting creativity to unlocking new career opportunities and future-proofing your digital literacy.</description>
    </item>
    <item>
      <title>A Beginners Guide to Coding: Unlocking the World of Programming</title>
      <link>https://missquibble.com/posts/beginners_guide/</link>
      <pubDate>Fri, 06 Oct 2023 15:04:45 -0400</pubDate>
      <guid>https://missquibble.com/posts/beginners_guide/</guid>
      <description>The ultimate beginner&amp;#39;s guide to coding—learn programming fundamentals, choose your first language, write your first program, and build toward real-world projects.</description>
    </item>
  </channel>
</rss>
