Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. Rust for Python Developers
    Rust for Python Developers
    A practical bridge from Python to systems programming
    CAIO INCAU

    The Rust book written for Python developers. Every concept explained from your Python mental model — ownership through GC comparison, traits through protocols, concurrency through the GIL. Build a CLI tool that outperforms Python by 10-50x, then call it from Python with PyO3.

  2. Programming for QA: Python, JavaScript, and TypeScript from Zero to Fluent
    Programming for QA: Python, JavaScript, and TypeScript from Zero to Fluent
    Three Languages, One Mission: Better Testing
    Yuri Syuganov

    Python, JavaScript, and TypeScript taught side by side — every concept in all three languages, every example pulled from real QA work.

  3. Practical Python Backend Programming, Second Edition
    Practical Python Backend Programming, Second Edition
    Hands-on backend development with FastAPI, MongoDB, Docker, Kubernetes, and message brokers using Python 3.14
    GitforGits | Asian Publishing House

    It's a practical book. We're going to build something real together, a University API, and we're going to grow it chapter by chapter until it looks like a system you'd be proud to deploy. We'll start with a few endpoints, give it databases, make it concurrent, lock it down with authentication, wrap it in containers, and finally split it into cooperating services that talk over the network.

  4. Neural Networks with Python, Second Edition
    Neural Networks with Python, Second Edition
    Explore Transformers, ViTs, Diffusion, KANs, and SSMs using Python, NumPy and PyTorch
    GitforGits | Asian Publishing House

    We'll stick to five libraries, not because more would be a problem, but because keeping it simple shows how well we can organise things. When you download MNIST with just the standard library, you finally see what a dataset loader was hiding. If you write attention as four lines of NumPy before you ever call a PyTorch module, it's no longer a magic process but just plain arithmetic.

  5. PyTorch Deep Dive
    PyTorch Deep Dive
    From Foundations to Production: A Complete Guide to Modern Deep Learning
    Steve Publications

    PyTorch Deep Dive is a practical guide to mastering modern deep learning with PyTorch. From core concepts to advanced topics like transformers, diffusion models, and production deployment, it combines clear explanations, hands-on examples, and real-world best practices to help you build and scale AI applications with confidence.

  6. Python Under Pressure
    Python Under Pressure
    A Complete Interview Guide — written from the interviewer's side of the table.
    Ahmed

    The Python interview guide written from the interviewer's side of the table. 35 chapters. Every benchmark measured. Every line of code verified. What senior engineers actually get asked — and what separates the ones who get the offer.

  7. Python Programming in 2026
    Python Programming in 2026
    SouthStone Publications

    Python looks the same on the surface, but almost everything underneath has changed. This book brings you up to speed on Python 3.13/3.14, the free threaded build, uv, and the tools working engineers actually use today, with runnable examples in every chapter.

  8. Web Programming With Python and Flask: A Comprehensive Guide

    Web Programming with Python and Flask: A Comprehensive Guide provides a structured and practical pathway into modern web development using one of Python’s most flexible and developer-friendly frameworks.Beginning with the fundamentals of web programming, the book guides readers through the complete Flask application-development journey—from installing Python and creating a development environment

  9. Mastering LangChain for Python Development
    Mastering LangChain for Python Development
    Building Intelligent Applications with LLMs, Chains, and Agents
    Steve Publications

    Build intelligent AI applications with LangChain using practical, production-ready Python examples. From intelligent agents and retrieval-augmented generation to scalable deployment and observability, this book equips you with the skills and architectural understanding needed to create reliable, real-world LLM-powered systems.

  10. The Mind & The Machine
    The Mind & The Machine
    A Philosophical Guide to Python for Beginners
    Hossam A. AbdElwahab

    Python is not just a language. It's a way of thinking. 10 chapters. 10 ideas. One journey.

  11. Kubernetes AI
    Kubernetes AI
    Run LLMs, GPUs, and ML Workloads in Production
    Luca Berton

    Build and operate production AI platforms on Kubernetes. Learn to manage NVIDIA GPUs, serve and optimize LLMs with vLLM, run training and batch workloads, and design secure, observable, multi-tenant infrastructure for AI at scale.

  12. Server Automation with Python: The 2026 Edition
    Server Automation with Python: The 2026 Edition
    Modern Infrastructure Workflows for Cloud-Native, AI-Augmented, and Immutable Systems
    Steve Publications

    Infrastructure automation in 2026 is about building intelligent, resilient, and cloud-native systems at scale. Server Automation with Python: The 2026 Edition explores modern Python-driven workflows spanning GitOps, immutable infrastructure, cloud SDKs, chaos engineering, and AI-assisted development, providing practical guidance for creating secure, scalable, and self-healing platforms.

  13. Python Quick Ref for JS Devs
    Python Quick Ref for JS Devs
    A Side-by-Side ES6 & TypeScript to Python Reference
    Samir Solanki

    Stop translating Python in your head. Compare ES6/TypeScript and Python side by side and start writing Python with confidence.

  14. Building AI Search Systems
    Building AI Search Systems
    A Practical Guide to Production-Ready AI Search & Analytics Pipelines in Python
    D. W. Collins

    Build production-ready AI applications from first principles. Using Querybase as a practical case study, this book teaches Python, software architecture, retrieval, and deterministic AI pipelines. Learn to design maintainable, scalable systems without relying on framework magic or black-box abstractions.

  15. Build Your Own RPG Dungeon Crawler in Python
    Build Your Own RPG Dungeon Crawler in Python
    A Complete Roguelike Tutorial
    Mike Gold

    Stop playing other people's dungeons. Build your own RPG roguelike in Python and hand it to a friend who had no idea you could do that.