Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. The Crystal Ball Instruction Manual, Volume One
    No Description Available
  2. Introduzione alla Programmazione GIS
    Introduzione alla Programmazione GIS
    Guida Pratica in Python agli Strumenti Geospaziali Open Source
    Qiusheng Wu

    Sblocca la potenza dei dati geospaziali con Python! Questa guida pratica è pensata per principianti e utenti intermedi desiderosi di esplorare l’analisi spaziale e la mappatura interattiva utilizzando strumenti open source. Imparerai a lavorare con dati reali attraverso esempi pratici e a sviluppare competenze in programmazione Python, analisi vettoriale e raster, web mapping e cloud computing. Che tu sia studente, ricercatore, professionista GIS o data scientist, questo libro ti fornirà gli strumenti per affrontare con sicurezza le sfide geospaziali.

  3. Regular expressions in Python
    No Description Available
  4. Python Flask
    Python Flask
    Gábor Szabó
    No Description Available
  5. GUI with Python Tk
    GUI with Python Tk
    Creating a Desktop application in Python
    Gábor Szabó

    Widgets and sample applications.

  6. Testing in Python: A Micro Tutorial
    Testing in Python: A Micro Tutorial
    A simple demo for the busy people
    Gábor Szabó

    Testing is one of the super-powers programmers can have. Do you already have that super-power? If not this very short book can get you a taste.

  7. The Cybersecurity Field Guide: Hands-On Skills for Real-World Defense

    What's the difference between knowing about cybersecurity and actually doing cybersecurity? Practice with real tools on real problems. This field guide takes you from theory to practice with hands-on AWS, Linux, Python, Splunk, and SQL skills. Learn through actual incident response scenarios, not sanitized demos. Build working security solutions you can deploy tomorrow.

  8. Elegant Design Principles
    Elegant Design Principles
    Foundations of Software Design Mastery
    Narayanan Jayaratchagan

    Elegant Design Principles distils decades of design wisdom into 95 actionable principles spanning core OO, SOLID/GRASP, package design, reliability and a forward‑looking AI‑first approach. Explore the Design Pyramid to understand how quality attributes, smells and principles interconnect; learn to manage complexity through high cohesion, low coupling and clear abstractions; and adopt modern practices like test‑driven development and semantic modularity. From novices seeking a roadmap to experts embracing AI‑assisted workflows, this book equips you to create systems that are robust, maintainable and elegant—today and in the AI‑driven future.

  9. Testing Python based application

    Every application goes through changes. Even if the code itself does not need change the environment might. You might need to upgrade a library or even python itself. You might need to upgrade your operation system to a new version or switch to an entire new one. How will you know that your code runs after *any* change? You write tests. Lots of tests.

  10. 50+ App Features with Python
    50+ App Features with Python
    Implement feature-focused, code-driven Python capabilities with UX at the core
    GitforGits | Asian Publishing House

    I'll teach you to craft strong APIs with FastAPI, use Pydantic and SQLAlchemy for data integrity, and apply patterns that avoid repetition. As we go through CRUD operations, advanced pagination, filtering, and bulk data handling, you'll see that each concept builds on what came before. You'll learn to add features and connect them into a smooth whole. You'll find step-by-step instructions for secure authentication, password resets, role-based permissions, and even two-factor authentication. When we talk about user experience, I show you to implement dynamic forms, drag-and-drop uploads, custom error pages, and theme toggles. You'll learn to bring external services into your app, like sending emails, integrating SMS, or allowing users to log in with Google or GitHub.

  11. Введение в программирование ГИС
    Введение в программирование ГИС
    Практическое руководство по Python для работы с геопространственными инструментами с открытым исходным кодом
    Qiusheng Wu

    Откройте потенциал геоданных с помощью Python! Это практическое руководство создано для начинающих и пользователей среднего уровня, стремящихся освоить пространственный анализ и интерактивную картографию с использованием инструментов с открытым исходным кодом. Вы научитесь работать с реальными данными, выполнять практические задания и приобретёте навыки программирования на Python, векторного и растрового анализа, веб-картографии и облачных вычислений. Эта книга даст вам всё необходимое, чтобы уверенно решать задачи пространственного анализа — будь вы студентом, исследователем, ГИС-специалистом или аналитиком данных.

  12. Pengantar Pemrograman GIS
    Pengantar Pemrograman GIS
    Panduan Praktis Python untuk Alat Geospasial Sumber Terbuka
    Qiusheng Wu

    Manfaatkan kekuatan data geospasial dengan Python! Panduan praktis ini dirancang untuk pemula dan pengguna menengah yang ingin menjelajahi analisis spasial dan pemetaan interaktif menggunakan alat sumber terbuka. Anda akan belajar bekerja dengan data dunia nyata melalui contoh praktis dan membangun keterampilan dalam pemrograman Python, analisis vektor dan raster, pemetaan web, dan komputasi awan. Baik Anda mahasiswa, peneliti, profesional GIS, atau ilmuwan data, buku ini akan membekali Anda untuk menghadapi tantangan geospasial dengan percaya diri.

  13. Python in Practice: From Fundamentals to Functional Code
    Python in Practice: From Fundamentals to Functional Code
    Your essential first step into coding.
    unseen Perspectives

    Look no further. "Python in Practice: From Fundamentals to Functional Code – Your Essential First Step into Coding" is your hands-on guide to mastering Python, the most versatile and in-demand programming language today. Designed specifically for absolute beginners and aspiring coders, this book transforms complex concepts into clear, actionable knowledge, ensuring you not just read about coding, but truly do it.

  14. Practical MCP: A Python Developer's Guide
    Practical MCP: A Python Developer's Guide
    From Theory to Production: Building and Deploying AI Tools for LLMs
    Arjuna Sky Kok

    Large Language Models are powerful, but they're trapped. They can't access real-time data, call APIs, or even count characters reliably. *Practical MCP* is your guide to setting them free. Learn the Model Context Protocol (MCP), the "USB-C for AI" that standardizes how LLMs connect to the outside world. This book teaches Python developers everything they need to build, secure, and deploy powerful AI tools. You'll master integrating with Claude, Gemini, and GPT; create interactive tools that ask for clarification; and automatically generate an MCP interface for any REST API. Go from a simple "Hello, World" to deploying a full-stack, multi-service AI application in the cloud. Stop hitting the LLM wall. Start building the solutions. This book shows you how.

  15. Practical GPU Programming
    Practical GPU Programming
    High-performance computing with CUDA, CuPy, and Python on modern GPUs
    GitforGits | Asian Publishing House

    Even if you're a total newbie to the world of GPUs, this book will take you from the basics of CPUs to the current world of GPU programming. All you need is some Python experience and a willingness to explore and try the techniques it offers.This book will walk you through the basics of GPU architectures, show you hands-on parallel programming techniques, and give you the know-how to confidently speed up real workloads in data processing, analytics, and engineering.