<?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: lanesummer</title>
    <description>The latest articles on DEV Community by lanesummer (@lanesummer).</description>
    <link>https://dev.to/lanesummer</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%2F1101652%2Fb9d75f72-309f-4ac9-9395-6204324f8d89.png</url>
      <title>DEV Community: lanesummer</title>
      <link>https://dev.to/lanesummer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lanesummer"/>
    <language>en</language>
    <item>
      <title>Movie Recommendation Software Using Python</title>
      <dc:creator>lanesummer</dc:creator>
      <pubDate>Sun, 16 Jul 2023 18:34:03 +0000</pubDate>
      <link>https://dev.to/lanesummer/movie-recommendation-software-using-python-3259</link>
      <guid>https://dev.to/lanesummer/movie-recommendation-software-using-python-3259</guid>
      <description>&lt;p&gt;My Portfolio Project -- Recommendation software&lt;/p&gt;

&lt;p&gt;This project was done as part of the Codecademy Computer Science Career Path. &lt;a href="https://www.codecademy.com/journeys/computer-science/paths/cscj-22-trees-and-graphs/tracks/cscj-22-portfolio-project-creating-recommendation-software/modules/cscj-22-portfolio-project-recommendation-software/kanban_projects/recommendation-software-project"&gt;Recommendation Software Project&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project Overview:&lt;/strong&gt;&lt;br&gt;
In this portfolio project, you will research, brainstorm, and build a basic recommendation program for a topic of your choice. By entering letters or words into the terminal, the program will suggest a specific category for the user to explore. If the user is interested in the category, the program will provide a variety of related recommendations to the user. After you finish building the program, you will create a blog post to share the program on a publication of your choice!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--E_n6QZeC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xwbssgo1u1e4kxoa4gqm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--E_n6QZeC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xwbssgo1u1e4kxoa4gqm.png" alt="Image description" width="800" height="466"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For my project, I decided to create a movie recommendation software. &lt;/p&gt;

&lt;p&gt;To start, I pulled a small selection of movie data from &lt;a href="//www.themoviedb.org"&gt;TMDB &lt;/a&gt;. Then I used &lt;a href="https://www.rottentomatoes.com"&gt;Rotten Tomatoes&lt;/a&gt; to get additional information for the movies.&lt;/p&gt;

&lt;p&gt;To create the program I used LinkedLists and Nodes to access the data. &lt;/p&gt;

&lt;p&gt;This project was definitely a learning experience. I sometimes had trouble getting the LinkedList and nodes to work properly. I regularly got the NoneObject error. It was sometimes confusing to know if I should use the get_value or just get_next_node functions to access the data I wanted and I learned a lot through trial and error. Overall, I still think using LinkedList was the best way to store and access the data with the coding knowledge I have right now. &lt;/p&gt;

&lt;p&gt;Originally, I was going to only search by genre but then decided to also add searching by rating (PG, PG-13, R, etc), and alphabetically. The movie data was not stored alphabetically so I also decided to sort the movies alphabetically by title as the LinkedList was being created so the results would also print alphabetically. &lt;/p&gt;

&lt;p&gt;In the future I plan to add additional search parameters like tomato rating and audience score rating.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/lanesummer/Portfolio-Project---Recommendation-Software"&gt;https://github.com/lanesummer/Portfolio-Project---Recommendation-Software&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for checking out my project!&lt;/p&gt;

</description>
      <category>python</category>
      <category>learning</category>
      <category>algorithms</category>
      <category>codecademy</category>
    </item>
    <item>
      <title>Python Terminal Tic-Tac-Toe Game</title>
      <dc:creator>lanesummer</dc:creator>
      <pubDate>Thu, 15 Jun 2023 00:25:12 +0000</pubDate>
      <link>https://dev.to/lanesummer/python-terminal-tic-tac-toe-game-53e0</link>
      <guid>https://dev.to/lanesummer/python-terminal-tic-tac-toe-game-53e0</guid>
      <description>&lt;p&gt;&lt;em&gt;My First Portfolio Project on Codecademy&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Welcome to my first blog post as a coder!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today, I want to share with you my first portfolio project which I completed as part of my Computer Science career path on &lt;a href="https://dev.to/codecademy"&gt;Codecademy&lt;/a&gt;. The project challenged me to post my code on GitHub and write a blog post to share my project. &lt;/p&gt;

&lt;p&gt;The goal of this project was to create a terminal program using the coding tools I have learned so far. I chose to make a two-player Tic-Tac-Toe game.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--r3-4r7iJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/m175hwkogv0vzxjrd8nh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--r3-4r7iJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/m175hwkogv0vzxjrd8nh.png" alt="picture from computer terminal that says tic-tac-toe" width="553" height="508"&gt;&lt;/a&gt;&lt;br&gt;
In the future, I have ideas to improve the program to include the option to play against the computer.&lt;/p&gt;

&lt;p&gt;I had a lot of fun developing this program and I learned a lot. I hope you enjoy it!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/lanesummer/Portfolio-Project---Python-Terminal-Game"&gt;https://github.com/lanesummer/Portfolio-Project---Python-Terminal-Game&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update June 28, 2023:&lt;/strong&gt;&lt;br&gt;
I decided to create version2 by refactoring and changing some functionality of the original. Version2 is more readable and easier to maintain. Both the original (tic_tac_toe.py) and the new version (tic_tac_toe_version2.py) can be found in the GitHub link above.&lt;/p&gt;

</description>
      <category>python</category>
      <category>beginners</category>
      <category>terminal</category>
      <category>codecademy</category>
    </item>
  </channel>
</rss>
