<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: jevonsp</title>
    <description>The latest articles on DEV Community by jevonsp (@jevonsp).</description>
    <link>https://dev.to/jevonsp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2168937%2F992ed20a-c3db-4e75-8a24-f54a0c1a10e6.png</url>
      <title>DEV Community: jevonsp</title>
      <link>https://dev.to/jevonsp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jevonsp"/>
    <language>en</language>
    <item>
      <title>PyPlanner: A Simple Terminal Planner Program</title>
      <dc:creator>jevonsp</dc:creator>
      <pubDate>Sat, 05 Oct 2024 01:46:56 +0000</pubDate>
      <link>https://dev.to/jevonsp/pyplanner-a-simple-terminal-planner-program-28b4</link>
      <guid>https://dev.to/jevonsp/pyplanner-a-simple-terminal-planner-program-28b4</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/jevonsp/todoapp" rel="noopener noreferrer"&gt;PyPlanner&lt;/a&gt; is a project for codecademy's cs101 course. I've done a couple smaller courses, but this one and the project are the largest. This was my first time using amazonQ to refactor code in VScode and its pretty cool.&lt;/p&gt;

&lt;p&gt;This program allows you to enter a name, which is stored in a config file to remember who you are between sessions.&lt;/p&gt;

&lt;p&gt;Each to-do entry is stored in a .csv for easy exporting and storage between sessions.&lt;/p&gt;

&lt;p&gt;During use the number of tasks created is kept track of and inc/decremented in the config.txt. &lt;/p&gt;

&lt;p&gt;I'm not very good at coding yet so I'm SURE this could be simplified and done much cleaner but this was the best way I could think of.&lt;/p&gt;

</description>
      <category>python</category>
    </item>
  </channel>
</rss>
