Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. 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.

  2. Introduction To Conformal Prediction With Python
    A Short Guide For Quantifying Uncertainty Of Machine Learning Models
    Christoph Molnar

    This book teaches you how to quantify the uncertainty of machine learning models with conformal prediction in Python.

  3. The Dragons Code
    Build Your Own Python Adventure Game
    Rob Lear

    Can you defeat the dragon? In The Dragon's Code, you won't just read about Python. You'll use it to create a real terminal adventure game from scratch. Explore mysterious rooms, battle monsters, solve puzzles, collect treasure, and face a dragon in an adventure where every chapter unlocks a new game mechanic and a new programming skill. No experience required.Just curiosity and a little courage!

  4. Python for Network Engineers
    From Zero to Automated Networks
    Jozef Baros

    Learn Python as a network engineer, not as a computer science student. 632 pages, every example built on real device output. Cisco-first, with Juniper and Fortinet.

  5. Unsloth: Efficient Fine-Tuning for Large Language Models
    Methods and Workflows for Fine-Tuning and Deploying Large Language Models on Limited Hardware
    Edgar Milvus

    Master the engineering principles behind Unsloth to fine-tune Large Language Models on limited hardware. Discover technical workflows for 4-bit quantization, custom Triton kernels, and Direct Preference Optimization. This guide covers the full lifecycle, including context expansion and production deployment via GGUF and vLLM. A rigorous reference for developers seeking to maximize LLM performance on consumer-grade GPUs.

  6. Practical Python for Production under Pressure
    Managing the insanity that is developing pipelines alongside a production at full speed
    Alex Telford

    Facing the insanity that is pipeline development alongside a production in full swing, "Practical Python for Production under Pressure" helps TDs to deliver quality tools and pipelines amidst the chaos.This book focuses on practical workflows and theory to build practical tools and pipelines within an ever changing environment using python, PySide and duct tape ingenuity. Learn about managing communications, building pipelines, working with AI in production, user experience and more.

  7. Break free from expensive cloud APIs and reclaim your digital sovereignty by running powerful LLMs locally. Master the professional stack—from vLLM serving and Unsloth fine-tuning to advanced quantization on consumer GPUs. Build secure, lightning-fast AI applications that protect your data and eliminate recurring token fees forever. Stop renting your intelligence and start building a private, autonomous future on your own hardware.

  8. Machine Learning in Python for Dynamic Process Systems
    A practitioner’s guide for building process modeling, predictive, and monitoring solutions using dynamic data
    Ankur Kumar and Jesus Flores Cerrillo

    This book provides a comprehensive coverage of ML methods that have proven useful in process industry for dynamic process modeling. Step-by-step instructions, supported with industry-relevant case studies, show how to develop solutions for process modeling, process monitoring, etc., using classical and modern methods. Also available at Google Play 

  9. Aprende todo sobre Python desde cero hasta experto. Curso para aprender Python paso a paso de forma fácil y con ejercicios prácticos que te ayuden a comprender todo sobre Python. El 100% del dinero recaudado con el libro será donado a @AmazonWatch, ONG que trabaja para proteger los bosques tropicales y los derechos de los pueblos indígenas.

  10. This small book was written for just one purpose - explain the asynchrony concept from beginning to end.

  11. Clean Architectures in Python
    A practical approach to better software design
    Leonardo Giordani

    What is a good software architecture? Why should we bother structuring the code and spending time testing it? If you like spending hours debugging your programs or staying late at the office to recover from a buggy deploy in production this book is definitely NOT for you!

  12. Read-Eval-Print-λove
    v002 - UrLISP
    Michael Fogus

    A primordial Lisp described in detail.

  13. Machine Learning in Python for Visual and Acoustic Data-based Process Monitoring
    A short beginner’s guide to deep learning-based computer vision and abnormal sound detection
    Ankur Kumar

    This book is a quick foray into the world of deep learning-based computer vision and abnormal equipment sound detection. The readers are introduced to the ease with which powerful equipment and product quality monitoring solutions can be built using sound and visual data.

  14. Cheat sheets can be a really helpful resource when you're learning a new language. They remind you of the syntax and concepts you've just learned, so you can focus on writing your own code instead of rereading sections of a book or rewatching parts of a video.

  15. Advanced Python Tips
    A Simple Book on Advanced Python concepts
    Rahul Agarwal

    Learning a language is easy. However, learning to write a language and writing a language in an optimized way are two different things.