<?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: Nafiz Fuad Khan</title>
    <description>The latest articles on DEV Community by Nafiz Fuad Khan (@thezenigma).</description>
    <link>https://dev.to/thezenigma</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4085213%2Fa326b7eb-b19b-4287-affb-9573e4557945.png</url>
      <title>DEV Community: Nafiz Fuad Khan</title>
      <link>https://dev.to/thezenigma</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thezenigma"/>
    <language>en</language>
    <item>
      <title>Starter Level Python Project: Py Book Search</title>
      <dc:creator>Nafiz Fuad Khan</dc:creator>
      <pubDate>Wed, 19 Aug 2026 15:59:07 +0000</pubDate>
      <link>https://dev.to/thezenigma/starter-level-python-project-py-book-search-4p3b</link>
      <guid>https://dev.to/thezenigma/starter-level-python-project-py-book-search-4p3b</guid>
      <description>&lt;p&gt;I have finally finished my python book search mini app. This is a command- line application that uses Gutendex API to search for books and show them with some information regarding the book and gives a way to download the book. It took me almost 2 weeks to do it and I used minimal AI related help, did it mostly looking at documentations and examples. This was a big leap for me as it helped clear a lot of python related syntax issues and also gave me a good experience on the file i/o and requests which I used the most for this project and it also strengthened the concepts regarding the data structures of python such as dictionary and lists. Check it out here: &lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/thezenigma" rel="noopener noreferrer"&gt;
        thezenigma
      &lt;/a&gt; / &lt;a href="https://github.com/thezenigma/Py-Book-Search" rel="noopener noreferrer"&gt;
        Py-Book-Search
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Discover and download public-domain classics from your terminal. Py Book Search queries the Project Gutenberg catalog through Gutendex, returning authors, summaries, languages, and download links — with lightweight user accounts and session tracking.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Py Book Search&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;A command-line book search system written in Python. Search the &lt;a href="https://www.gutenberg.org/" rel="nofollow noopener noreferrer"&gt;Project Gutenberg&lt;/a&gt; catalog through the &lt;a href="https://gutendex.com/" rel="nofollow noopener noreferrer"&gt;Gutendex&lt;/a&gt; API, sign up or log in, and browse book details — all from your terminal.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Book search&lt;/strong&gt; — search the Project Gutenberg catalog by title via the Gutendex API, sorted by popularity.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rich results&lt;/strong&gt; — each match shows the title, author(s), summary, languages, a plain-text download link, and the download count.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;User accounts&lt;/strong&gt; — sign up and log in with a username/password (stored in &lt;code&gt;users.txt&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Session tracking&lt;/strong&gt; — logged-in users get a session ID (stored in &lt;code&gt;sessions.txt&lt;/code&gt;) that is validated before searches and cleaned up on logout.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Configurable results&lt;/strong&gt; — limit how many results to return per search (defaults to 5).&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-alert markdown-alert-note"&gt;
&lt;p class="markdown-alert-title"&gt;Note&lt;/p&gt;
&lt;p&gt;Authentication and sessions are implemented with plain-text files for learning purposes only. Do &lt;strong&gt;not&lt;/strong&gt; use real credentials — this is not a secure auth system.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;How&lt;/h2&gt;…&lt;/div&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/thezenigma/Py-Book-Search" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


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