KRKushal Raj Sharmainbudgetly.hashnode.dev路Oct 16, 2025 路 11 min read馃挵 Budgetly: An AI-Powered Financial Management PlatformYour intelligent financial companion powered by AI 馃搵 Executive Summary Budgetly is a production-ready, AI-powered financial management platform designed to serve as an intelligent financial companion. Its core distinction lies in its "AI-First Appr...00
KRKushal Raj Sharmainkushal-pythonist.hashnode.dev路Apr 30, 2023 路 2 min readScraping using ScrapyHere's a step-by-step guide: Let's create a folder named politics. Setup Environment Now let's make a virtualenv by using the command: python3 -m venv .venv Activate it: source .venv/bin/activate Install Dependencies Let's install scrapy by using...00