buildingagain.hashnode.devUnderstanding Serialization and DeserializationWhen building modern applications, your data is constantly on the move: between the frontend and backend, to the database, across servers, or even from memory to disk. But here’s the challenge: Comput3d ago·3 min read
buildingagain.hashnode.devPython for Finance: Pairing Inflows and OutflowsWelcome to another post in my Python for Finance Series! In this post, we'll cover a simple scenario where we need to calculate net monthly cash flow in Python without juggling list indices. The tool Feb 21·3 min read
buildingagain.hashnode.devPython List Comprehensions for Finance Clean Code Meets Financial Calculations When you work in finance or analytics, you often deal with repetitive numeric transformations: applying transaction fees, taxes, or discounts across hundreds orFeb 20·4 min read
buildingagain.hashnode.devGetting Started with HTTPXMeet HTTPX If you use requests in Python, you should know about HTTPX. Most Python developers start API work with requests. It’s simple. It works. It’s battle-tested. But modern Python apps, especiallFeb 19·3 min read
buildingagain.hashnode.devRounding Financial Numbers In PythonPrecision Matters Financial data demands precision. Even a tiny rounding discrepancy can distort reports, upset auditors, or mislead stakeholders. Whether you’re building analytics dashboards or finanFeb 19·2 min read