• Skip to main content
  • Skip to primary navigation
  • Skip to primary sidebar
  • Skip to footer
codesamplez.com
  • Home
  • Featured
    • Advanced Python Topics
    • AWS Learning Roadmap
    • JWT Complete Guide
    • Git CheatSheet
  • Explore
    • Programming
    • Development
      • microservices
      • Front End
    • Database
    • DevOps
    • Productivity
    • Tutorial Series
      • C# LinQ Tutorials
      • PHP Tutorials
  • Dev Tools
  • About
  • Contact
You are here: Home / Archives for python

python

Server Side Request Forgery (SSRF) Explained for Developers

Updated August 3, 2026 by Rana Ahsan Leave a Comment ⏰ 17 minutes

SSRF Guide For Developers

Server Side Request Forgery (SSRF) tricks your own server into fetching malicious URLs — leaking cloud credentials, exposing internal services, and bypassing firewalls entirely. This guide walks through a real vulnerable Python app, explains every attack vector including DNS rebinding, and builds a production-ready fix with six layers of defense.

A step-by-step guide to building a simple RAG system in Python

Updated February 5, 2026 by Rana Ahsan Leave a Comment ⏰ 11 minutes

RAG Systems In Python

Build a small, practical Retrieval-Augmented Generation (RAG) system in Python: chunk your docs, embed them, store vectors in Chroma, retrieve top matches, and have an LLM answer using only that context. Includes a runnable example and common pitfalls.

Add Memory to AI Agent: Python Tutorial for Beginners

Updated January 21, 2026 by Rana Ahsan Leave a Comment ⏰ 16 minutes

Add Memory To AI Agents

Discover how to add memory to AI agent systems using pure Python—no frameworks required. This hands-on tutorial walks you through building short-term conversation tracking and long-term persistent storage, transforming stateless chatbots into context-aware assistants that actually remember your conversations and preferences across sessions.

Building AI Agent From Scratch: Complete Tutorial

Updated April 20, 2026 by Rana Ahsan Leave a Comment ⏰ 27 minutes

Building AI Agent

Ever wondered how AI agents like Siri actually work? This comprehensive guide teaches you building AI agent from scratch using Python, covering everything from LLM integration to tool implementation with real code examples.

Python Runtime Environment: Understanding Code Execution Flow

Updated November 24, 2025 by Rana Ahsan Leave a Comment ⏰ 14 minutes

python runtime environment

Ever wondered what happens when you run Python code? The Python runtime environment—comprising the interpreter, virtual machine, and system resources—executes your code through bytecode compilation and stack-based execution. Understanding these internals helps you debug faster, optimize smarter, and deploy with confidence. Master Python’s runtime today.

Next Page »

Primary Sidebar

  • Facebook
  • X
  • Pinterest
  • Tumblr

Subscribe to Blog via Email

Featured Dev Tools

  • JSON Formatter
  • Free Screenshot API

Top Picks

Building AI Agent

Building AI Agent From Scratch: Complete Tutorial

python local environment setup

Python Local Development Environment: Complete Setup Guide

In-Depth JWT Tutorial Guide For Beginners

JSON Web Tokens (JWT): A Complete In-Depth Beginners Tutorial

The Ultimate Git Commands CheatSheet

Git Commands Cheatsheet: The Ultimate Git Reference

web development architecture case studies

Web Development Architecture Case Studies: Lessons From Titans

Recently Published

SSRF Guide For Developers

Server Side Request Forgery (SSRF) Explained for Developers

Git Worktree

Git Worktree Explained: Work on Multiple Branches at Once

JSON vs JSONC vs JSON5

JSON vs JSONC vs JSON5: The Complete Guide for Devs

visual diff github

SnapDrift: Free Auto Visual Regression Testing On GitHub Actions

Local Coding Agent

Local LLM for Coding: Free AI Coding Agent With Ollama + Claude

Footer

Subscribe to Blog via Email

Demos

  • Demo.CodeSamplez.com
  • Facebook
  • X
  • Pinterest
  • Tumblr

Explore By Topics

Python | AWS | PHP | C# | Javascript

Copyright © 2026

Advertisement
Advertisement