Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. Inside Large Language Models for absolute beginners: Volume II
    Inside Large Language Models for absolute beginners: Volume II
    Simple Arithmetic and beginners Python based approach
    Ritesh Modi

    Most books about ChatGPT explain the magic. This one shows you the math. Inside Large Language Models, Volume I takes a curious beginner from "what is an LLM" to a complete, trained GPT, with nothing more than high-school algebra, a working laptop, and a willingness to read carefully. Every formula is walked through by hand. Every line of code comes with a plain-English explanation. By the end you will have built, trained, and run your own transformer from scratch, and you will know exactly what is happening inside. No PhD or Data Science required. No prior machine learning needed. Just curiosity and a calculator.

  2. Inside Large Language Models for absolute beginners: Volume I
    Inside Large Language Models for absolute beginners: Volume I
    Simple Arithmetic and beginners Python based approach
    Ritesh Modi

    Most books about ChatGPT explain the magic. This one shows you the math. Inside Large Language Models, Volume I takes a curious beginner from "what is an LLM" to a complete, trained GPT, with nothing more than high-school algebra, a working laptop, and a willingness to read carefully. Every formula is walked through by hand. Every line of code comes with a plain-English explanation. By the end you will have built, trained, and run your own transformer from scratch, and you will know exactly what is happening inside. No PhD or Data Science required. No prior machine learning needed. Just curiosity and a calculator.

  3. 构建你自己的编程智能助手
    构建你自己的编程智能助手
    零魔法:纯Python实现人工智能代理指南
    J. Owen and TranslateAI

    跳过黑箱框架。用纯 Python 从零构建生产级 AI 编程智能体——云端或本地,用 pytest 测试,全部在一个文件中完成。

  4. Construye tu Propio Agente de Programación
    Construye tu Propio Agente de Programación
    Guía Sin-Magia para Agentes de IA en Python Puro
    J. Owen and TranslateAI

    Olvídate de los frameworks de caja negra. Construye un agente de programación de IA de nivel profesional desde cero en Python puro — en la nube o local, probado con pytest, todo en un solo archivo.

  5. コーディングエージェントの作り方
    コーディングエージェントの作り方
    魔法なしで学ぶ Pure Python による AIエージェント開発ガイド
    J. Owen and TranslateAI

    ブラックボックスのフレームワークは不要。純粋なPythonでプロダクションレベルのAIコーディングエージェントをゼロから構築。クラウドでもローカルでも、pytestでテスト済み、すべて1つのファイルに収まります。

  6. Deep Analysis with Polars
    Deep Analysis with Polars
    Transforming and Visualizing Data for Insights
    Joram Mutenge

    Learn Polars, the pandas killer for data analysis.

  7. Beautiful but Boring
    Beautiful but Boring
    Writing Python Code for Future You
    Roth Earl

    The best compliment a reader can pay your code is not "this is impressive" — it is "this was exactly what I expected." Beautiful but Boring teaches the discipline of writing Python that earns that compliment: precise naming contracts, type annotations that say what a function actually requires, and a framework for maintaining those standards consistently across a codebase, a team, and a career.

  8. Django 6 Cookbook, Second Edition
    Django 6 Cookbook, Second Edition
    Build modern full-stack apps with Django 6, Python 3.12, APIs, authentication, testing, search, and deployment
    GitforGits | Asian Publishing House

    The recipes in this book are practical answers to the kind of problems that real Django applications encounter, sometimes on the first day of a project and sometimes deep into the life of a codebase that has grown well beyond its original design. This book is written to guide you to utilize Django 6.0 capabilities in your apps with ease of implementation.

  9. LangGraph Crash Course: Build AI Agents with Python

    Learn LangGraph the fast, practical way by building real projects from your very first chapter. This hands-on guide cuts out the fluff and walks you step-by-step from simple graphs to powerful AI agents like ReAct and RAG. If you prefer learning by doing, this book will get you up and running quickly without overwhelming you.

  10. Mastering AWS IoT Core: A Practical Guide to Connecting, Securing, and Managing IoT Devices at Scale

    Master AWS IoT Core with this hands-on, comprehensive guide. Learn how to securely connect, manage, and scale your IoT device fleets using MQTT, AWS IoT Greengrass, bulk enrollments, and OTA updates. From edge hardware setups to cloud analytics and Zero Trust security, build enterprise-grade architectures today.

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

  12. GeoAI com Python
    GeoAI com Python
    Um guia prático de IA geoespacial de código aberto
    Qiusheng Wu

    Satélites capturam enormes volumes de imagens todos os dias, mas transformar pixels em conhecimento requer IA. Este livro ensina você a construir, treinar e aplicar modelos de aprendizado profundo a imagens de satélite reais usando Python e ferramentas de código aberto, com 23 capítulos de código executável que você pode usar hoje mesmo. Todos os exemplos de código estão disponíveis gratuitamente em https://book.opengeoai.org.

  13. GeoAI dengan Python
    GeoAI dengan Python
    Panduan Praktis untuk AI Geospasial Open Source
    Qiusheng Wu

    Satelit menangkap volume citra yang sangat besar setiap hari, tetapi mengubah piksel menjadi wawasan memerlukan AI. Buku ini mengajarkan Anda untuk membangun, melatih, dan menerapkan model deep learning pada citra satelit nyata menggunakan Python dan alat open source, dengan 23 bab berisi kode yang dapat dijalankan sekarang juga. Semua contoh kode tersedia gratis di https://book.opengeoai.org.

  14. GeoAI с Python
    GeoAI с Python
    Практическое руководство по геопространственному ИИ с открытым исходным кодом
    Qiusheng Wu

    Спутники ежедневно собирают огромные объёмы изображений, но чтобы превратить пиксели в знания, требуется ИИ. Эта книга научит вас создавать, обучать и применять модели глубокого обучения к реальным спутниковым изображениям с использованием Python и инструментов с открытым исходным кодом. Она включает 23 главы с исполняемым кодом, который вы можете использовать уже сегодня. Все примеры кода доступны бесплатно на https://book.opengeoai.org.

  15. GeoAI with Python
    GeoAI with Python
    오픈소스 지리공간 AI를 위한 실용 가이드
    Qiusheng Wu

    위성은 매일 방대한 양의 이미지를 수집하지만, 픽셀을 통찰로 바꾸기 위해서는 AI가 필요합니다. 이 책은 Python과 오픈소스 도구를 사용하여 실제 위성 이미지에 딥러닝 모델을 구축, 학습, 적용하는 방법을 알려줍니다. 지금 바로 실행할 수 있는 코드로 구성된 23개의 장을 포함하고 있으며, 모든 코드 예제는 https://book.opengeoai.org 에서 무료로 제공됩니다.