<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Applications on EverythingPython</title><link>https://everythingpython.in/blog/applications/</link><description>Recent content in Applications on EverythingPython</description><generator>Hugo</generator><language>en-US</language><copyright>Contents under CC-BY-NC</copyright><lastBuildDate>Mon, 17 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://everythingpython.in/blog/applications/index.xml" rel="self" type="application/rss+xml"/><item><title>Alias Creation in Windows Using Python</title><link>https://everythingpython.in/blog/alias-creation-in-windows-using-python/</link><pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate><guid>https://everythingpython.in/blog/alias-creation-in-windows-using-python/</guid><description>&lt;p&gt;One thing I&amp;rsquo;ve missed in Windows post my switch from Linux is the ability to create aliases for commands.&lt;/p&gt;
&lt;p&gt;In Linux, you can create an alias for a command by adding the following line to your &lt;code&gt;.bashrc&lt;/code&gt; or &lt;code&gt;.bash_profile&lt;/code&gt; file -&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;1&lt;/span&gt;&lt;span&gt;&lt;span style="color:#007020"&gt;alias&lt;/span&gt; &lt;span style="color:#bb60d5"&gt;ll&lt;/span&gt;&lt;span style="color:#666"&gt;=&lt;/span&gt;&lt;span style="color:#4070a0"&gt;&amp;#39;ls -l&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This would allow you to use &lt;code&gt;ll&lt;/code&gt; instead of &lt;code&gt;ls -l&lt;/code&gt; in your terminal.&lt;/p&gt;
&lt;p&gt;In Windows, you can create a similar alias by creating a batch file and adding it to your PATH environment variable.&lt;/p&gt;</description></item><item><title>Making your first blog with mkdocs</title><link>https://everythingpython.in/blog/making-your-first-blog-with-mkdocs/</link><pubDate>Sat, 16 Nov 2024 00:00:00 +0000</pubDate><guid>https://everythingpython.in/blog/making-your-first-blog-with-mkdocs/</guid><description>&lt;p&gt;&lt;img src="https://everythingpython.in/assets/img/blog/mkdocs/mkdocs-banner.webp" alt="Alt Text"&gt;&lt;/p&gt;
&lt;p&gt;Now, why do this?&lt;/p&gt;
&lt;p&gt;What&amp;rsquo;s wrong with &lt;a href="medium.com"&gt;Medium&lt;/a&gt; and &lt;a href="https://substack.com"&gt;Substack&lt;/a&gt; and &lt;a href="blogger.com"&gt;Blogger&lt;/a&gt; and &lt;a href="wordpress.com"&gt;Wordpress&lt;/a&gt; and all the tens of websites out there?
Nothing. You could totally just create a blog there and publish. That&amp;rsquo;s why Content Management Systems exist - so you could focus on the &lt;em&gt;content&lt;/em&gt; and not on the &lt;em&gt;management&lt;/em&gt; .&lt;/p&gt;
&lt;p&gt;But if you&amp;rsquo;re like me and want some more control over how you publish your blogs, customize them etc. , you will find this and the other upcoming articles in this category interesting.&lt;/p&gt;</description></item><item><title>Getting topics of Interest from HN</title><link>https://everythingpython.in/blog/getting-topics-of-interest-from-hn/</link><pubDate>Mon, 26 Aug 2024 00:00:00 +0000</pubDate><guid>https://everythingpython.in/blog/getting-topics-of-interest-from-hn/</guid><description>&lt;p&gt;Building a Classifier&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fetching stories from Hacker News&lt;/li&gt;
&lt;li&gt;Extracting key information from articles&lt;/li&gt;
&lt;li&gt;Using AI to determine article topics&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;Code -&lt;/p&gt;
&lt;p&gt;{% gist 5181b0e3c9957617598d4b446609ba01 hn_scraper_llm_topics.py %}&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;{% gist d6a97bbd3534c532d148ea8a1efc851b strings.py %}&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;{% gist d2fc27b41a17497466621b7e25c924fa data_models.py %}&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;{% gist 3bb526888e592de66c82eba391dd08ea keys.py %}&lt;/p&gt;</description></item></channel></rss>