Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. NumPy Recipes
    NumPy Recipes
    A practical introduction to NumPy
    Martin McBride
    No Description Available
  2. Imbalanced Data
    Imbalanced Data
    Myths, Mistakes and Modern Solutions
    Soledad Galli, PhD

    Class imbalance isn’t a problem. Poor methodology is. This book challenges outdated practices and provides rigorous, data-driven alternatives. We focus on selecting the right tools, threshold tuning, real costs (not class frequencies), and strategic evaluation metrics, to build models that work.

  3. Python Cryptography
    Python Cryptography
    Python Cryptography
    Anish Nath

    Cryptography for Python Developer

  4. From Source Code To Machine Code
    From Source Code To Machine Code
    Build Your Own Compiler From Scratch
    build-your-own.org

    Build a compiler to learn how programming languages work. Use low-level assembly to learn how computers work. Walks through a minimal yet complete compiler. Compiles a static-typed language into x64 ELF executables.Simple interpreter.Bytecode compiler.x64 assembly & instruction encoding.Translate bytecode to x64 code.Generate binary executables.

  5. Generative AI with local LLM
    Generative AI with local LLM
    A comprehensive roadmap for building AI-Driven applications with local LLMs
    Shamim Bhuiyan and Timur Isachenko

    Learn how to build your own AI application step-by-step. A hands-on guide to AI development with local LLM inference

  6. Applied Data Science for Credit Risk
    Applied Data Science for Credit Risk
    A Practical Guide in R and Python
    Andrija Djurovic

    This book provides a practical guide to critical data science methods, focusing on their application in credit risk management. Using examples in R and Python, it presents step-by-step processes for applying various analytical techniques while highlighting the importance of aligning methods with the specific characteristics of the data. Designed for practitioners and those with foundational data science and banking knowledge, the book bridges theory and practice with real-world examples.

  7. Terminal Interfaces
    Terminal Interfaces
    Building Modern TUI Applications in Go, Python and Rust
    Steve Publications

    Build terminal apps that feel fast, polished and built to last. Terminal Interfaces takes you from the fundamentals of how terminals work to production-ready TUIs in Go, Python and Rust, using complete examples that grow from simple programs into powerful real-world tools.

  8. Mastering Frida
    Mastering Frida
    Dynamic Instrumentation, Reverse Engineering and Security Testing with frida.re
    Steve Publications

    Get inside running software and see what it’s really doing. Mastering Frida takes you from your first hook to building serious instrumentation tools for Windows, Linux, macOS, Android and iOS. Learn how Frida works under the hood, where platforms differ and how to use its power without getting burned.

  9. Deriving Algorithms
    Deriving Algorithms
    Reading, Diagnosing, Building: Twenty-Seven Worked Derivations and 285 Problems That Teach You to Find an Algorithm Instead of Recalling One
    Hatem M.

    Most algorithm books are catalogues: here is a technique, here is its proof, here are exercises. This one withholds the name of every technique until after you have built it.

  10. Create GUI Applications with Python & Qt6 (5th Edition, PySide6)
    Create GUI Applications with Python & Qt6 (5th Edition, PySide6)
    The hands-on guide to building desktop apps with Python.
    Martin Fitzpatrick

    The hands-on guide to building desktop apps with Python and Qt6.

  11. ReportLab - PDF Processing with Python

    ReportLab has been around since the year 2000 and has remained the primary package that Python developers use for creating reports in the PDF format. It is an extremely powerful package that works across all the major platforms. This book will also introduce the reader to other Python PDF packages.

  12. Deep Learning in Production
    Deep Learning in Production
    Sergios Karagiannakos

    Build, train, deploy, scale and maintain deep learning models. Understand ML infrastructure and MLOps using hands-on examples.

  13. Refactor Python with Rust
    Refactor Python with Rust
    From Duck Typing to Zero-Cost Abstractions
    epz

    Your Python is elegant, expressive, and — let's be honest — slow where it counts. This book teaches you to rewrite the 3% that hurts in Rust, without rewriting the 97% that doesn't, by building a real log intelligence platform from first spark to production-ready package. If you've ever stared at a profiler's output and thought there has to be a faster way — there is, and you won't even need to give up pip install.

  14. Build Your First LLM
    Build Your First LLM
    A Hands-On Guide to Language Models
    Hasan Degismez

    Learn how large language models work by building one from scratch. This hands-on guide walks you from first principles to a working Transformer you understand inside out.

  15. İlk Dil Modelinizi Oluşturun
    İlk Dil Modelinizi Oluşturun
    Dil Modelleri için Uygulamalı Rehber
    Hasan Degismez

    LLM’leri sıfırdan, adım adım inşa edin. Kodu sadece çalıştırmakla kalmayın; neden çalıştığını da anlayın. Kurulum yok—Colab’da doğrudan ilerleyin.