<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Python on Rishab Kumar</title>
    <link>https://rishabkumar.com/tags/python/</link>
    <description>Recent content in Python on Rishab Kumar</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 21 Feb 2025 21:23:35 +0000</lastBuildDate><atom:link href="https://rishabkumar.com/tags/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>FastAPI as AWS Lambda Function</title>
      <link>https://rishabkumar.com/blog/fastapi-as-aws-lambda-function/</link>
      <pubDate>Fri, 21 Feb 2025 21:23:35 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/fastapi-as-aws-lambda-function/</guid>
      <description>As a fan of both FastAPI and AWS Lambda, I wanted to share a quick tutorial on how to combine these two awesome technologies. If you&amp;rsquo;re not familiar with AWS Lambda, it&amp;rsquo;s a serverless compute service that lets you run code without managing servers. And FastAPI? It&amp;rsquo;s one of my favorite Python frameworks for building APIs!
In this article, I&amp;rsquo;ll show you how to deploy a FastAPI application to AWS Lambda using Mangum.</description>
    </item>
    
    <item>
      <title>Crypto Alerts via SMS using Twilio</title>
      <link>https://rishabkumar.com/blog/crypto-alerts-via-sms-using-twilio/</link>
      <pubDate>Mon, 22 Aug 2022 18:31:23 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/crypto-alerts-via-sms-using-twilio/</guid>
      <description>Sending text alerts so I don’t have to constantly monitor the Crypto! We all know how volatile the crypto has been, but I get anxious for checking it too often, hence I have built a sms alerting system that sends my crypto prices every morning. Let&amp;rsquo;s get into the tech I used:
Tech Stack: Twilio Account CoinGecko API Python GitHub Actions Moving onto the demo.
The first thing you’re going to want to do is create a python script that will send an automated text to your phone number.</description>
    </item>
    
  </channel>
</rss>
