Python shell/REPL themed portfolio website. Built using Pyscript and Python InteractiveInterpreter to execute client side Python.
Blog was initially built using Jekyll and later migrated to eleventy
Building an AI agent SDK in Python from scratch with support for different LLM providers, tool calling, MCP, SKILL.md, etc
Intro to AI agents and demo of building one using the GitHub Copilot Python SDK
The session explores the free-threaded mode of CPython 3.13+. We demo and assess the impact on single-threaded vs multithreaded code and test the performance across CPU-bound and I/O-bound tasks, aiming to identify scenarios where free-threaded Python excels.
Chess game analysis and evaluation using Python `chess` library and Stockfish engine.
Pygoat is an open-source project that provides a vulnerable Django application for learning and practicing web application security. The session covered OWASP top 10 vulnerabilities in Django applications, with live demos using Pygoat.
Explored the concept of race conditions, how Pythonโs GIL currently affects multithreading and covered steps to fix thread unsafe code using synchronization primitives.
Explored Python object model and how everything in Python is an object, including functions, classes, modules, and even types.
- Pycon US 2025 February 2024
Demo of building Federated GraphQL APIs in Python using Apollo Federation and Graphene.