Leanpub Header

Skip to main content

Filters

Category: "Computer Programming/Artificial Intelligence/Python"

Books

  1. LLM Quantization
    LLM Quantization
    From the Bits Up
    Hatem M.

    Anyone can run INT4 and read off the accuracy drop. This book explains why that number is what it is — building every quantization method from scratch, breaking it on purpose, and measuring the result. Quantization, from the bits up.

  2. Epistemología del Prompting
    Epistemología del Prompting
    Falsacionismo popperiano y auditoría adversarial en la era de los modelos de lenguaje
    Santiago Escudero

    Abandona el ensayo y error en la IA generativa. Un marco práctico y metodológico basado en el falsacionismo de Karl Popper para auditar, estresar y dominar la interacción con modelos de lenguaje.

  3. Python Programming: Basics to Advanced Concepts

    Want to learn Python from the ground up and master its real-world applications?Python Programming: Basics to Advanced Concepts is your complete guide to one of the world's most powerful and versatile programming languages. Whether you are a BCA or MCA student, an aspiring software developer, a competitive examination candidate, or a technology enthusiast, this book provides a structured learning path from Python fundamentals to advanced programming techniques.Inside this book, you will learn:✔ Python syntax, variables, data types, and operators✔ Conditional statements, loops, and functions✔ Lists, tuples, dictionaries, sets, and strings✔ Object-Oriented Programming (OOP)✔ Exception handling and file management✔ Modules, packages, generators, and decorators✔ Database programming with SQLite and MySQL✔ GUI development using Tkinter✔ Web development with Flask and Django✔ Data analysis using NumPy and Pandas✔ Machine Learning fundamentals with Python✔ Network programming and cybersecurity applications✔ Testing, debugging, and performance optimization✔ End-to-end Python project developmentThe book combines academic rigor with practical learning, offering clear explanations, coding examples, exercises, and real-world applications throughout every chapter.Whether your goal is to excel in university examinations, prepare for interviews, build software projects, or launch a professional programming career, this book provides the knowledge, skills, and confidence required to become a proficient Python developer.Start your Python journey today and unlock opportunities in software development, data science, artificial intelligence, cybersecurity, automation, and beyond.

  4. Physics-Informed Machine Learning A Practical Guide: Stage 1 Foundations & Your First PINN

    A practical, code-first guide to physics-informed machine learning for scientists and engineers. You'll build a working Physics-Informed Neural Network from scratch in PyTorch, solve a real differential equation, and verify it against the exact solution — staying honest about both the power and the limits of the method.

  5. Architect Your Agent's Harness
    Architect Your Agent's Harness
    The Architecture Techniques Behind AI Agents That Don't Hallucinate or Waste Tokens
    Elizabeth Fuentes

    You have built an AI agent that works beautifully in a demo, then falls apart the moment real users arrive: it invents answers, burns through tokens, and freezes on slow tools. The problem was never your prompt. This book shows you the real fix, layer by layer, and turns "I hope my agent works" into "I can prove it does."

  6. LM from First Principles
    LM from First Principles
    A Notebook-Driven Guide to Building and Deploying Language Models
    Amarpreet Singh Bassan
    No Description Available
  7. Introduction to Python

    Learn Python from the ground up with clear explanations, practical examples, and a beginner-friendly approach. Build a strong foundation in programming and gain the confidence to move toward real-world Python projects.

  8. Agentic Coding Harnesses, Compared & Explained
    Agentic Coding Harnesses, Compared & Explained
    Master Claude Code, Aider, OpenCode, Goose, and Codex — Then Run Them Locally
    Yohan Rodriguez

    A vendor-neutral, mechanism-level field guide to operating and extending agentic coding harnesses (538 manuscript pages).

  9. AI Systems Engineering
    AI Systems Engineering
    From Prototype to Production
    AhmedAdawy

    A hands-on guide for engineers and architects to build, optimize, and deploy scalable production-grade AI systems and LLM infrastructure.

  10. From Zero to Agents: A Foundational AI/ML Course, Built From First Principles
    From Zero to Agents: A Foundational AI/ML Course, Built From First Principles
    Volume 2: Sequences, Fine-Tuning, and Agents
    Junaid Hassan

    The second half of a from-scratch AI/ML course that refuses to skip the hard parts: LSTMs, real attention, a working transformer, LoRA fine-tuning derived and measured, and a genuine multi-tool, multi-agent system — every mechanism built by hand, then checked against PyTorch and real numbers.

  11. Django Unleashed: Building High-Performance Web Applications With Python

    Build powerful web applications with Python and Django.Django is one of the most capable frameworks for building modern web applications, but mastering it requires more than learning a few commands. You need to understand its architecture, database layer, request-response cycle, security model, APIs, testing practices, performance techniques, and deployment workflow.Django Unleashed: Building High-Performance Web Applications with Python provides a practical roadmap for developing Django applications from the ground up.Starting with Django fundamentals, you will learn how projects and applications are structured, how URLs connect requests to views, how templates generate dynamic interfaces, and how Django's ORM communicates with databases.The book then moves into models, QuerySets, relationships, forms, validation, authentication, authorization, static files, and media handling.A dedicated section on Django REST Framework introduces REST APIs, serializers, APIViews, ViewSets, routers, authentication, CRUD operations, filtering, pagination, and testing. You will also explore frontend integration using HTML, CSS, JavaScript, AJAX, React, and Vue.js.As your skills develop, the book introduces professional development practices including automated testing, CI/CD, security hardening, database optimization, caching, Redis, Memcached, Celery, profiling, and application scaling.The deployment chapters explain how to prepare Django applications for production and work with technologies such as Nginx, Gunicorn, HTTPS, AWS, DigitalOcean, and Heroku.With practical examples, troubleshooting guidance, real-world development concepts, and a comprehensive reference section, this book is designed to help you move from learning Django to building applications that are ready for real-world use.Learn Django. Build applications. Secure your code. Optimize performance. Deploy with confidence.

  12. Mastering Advanced Python Programming QUESTION BANK: 1000+ Conceptual Questions for Students and Professionals

    Take your Python skills beyond the basics. Practice advanced concepts. Build stronger programming confidence.Mastering Advanced Python Programming QUESTION BANK: 1000+ Conceptual Questions for Students and Professionals is designed for learners who are ready to move beyond basic Python programming and explore the concepts used in practical software development.Advanced Python becomes easier when concepts are studied systematically and reinforced through continuous practice. This question bank provides a structured way to test knowledge, identify weak areas, revise important concepts, and strengthen programming skills.The book covers 12 major areas of advanced Python programming, beginning with advanced data structures and progressing through iterators, generators, decorators, closures, lambda functions, functional programming tools, error handling, file handling, context managers, modules, packages, virtual environments, multithreading, multiprocessing, networking, sockets, regular expressions, databases, and web APIs.Each chapter provides a balanced combination of MCQs, short-answer questions, mid-length conceptual questions, and programming questions with answers. This makes the book useful not only for examination preparation but also for practical programming practice and technical interview preparation.Students pursuing BCA, MCA, B.Tech, M.Tech, Computer Science, Information Technology, and related programmes can use the question bank for university examinations, internal assessments, assignments, viva preparation, practical tests, and self-study.Aspiring Python developers can use it to revise important concepts frequently encountered in programming interviews and technical assessments. Educators can also adapt the questions for classroom quizzes, assignments, question papers, and laboratory activities.The programming questions encourage readers to move from theory to implementation and understand how advanced Python features can be applied to real programming problems.Whether you are preparing for an examination, strengthening your Python knowledge, or getting ready for a software development interview, this book provides a practical framework for focused revision.Learn the concept. Attempt the question. Write the program. Analyze the solution. Improve your Python skills.

  13. Mastering python oops  question bank

    Test your knowledge. Strengthen your concepts. Master Python OOP.Are you preparing for a Python programming examination, university assessment, technical interview, coding test, or professional certification? Mastering Python OOPs QUESTION BANK: 1000+ Conceptual Questions for Students and Professionals provides a comprehensive collection of questions designed to help you practice and revise Object-Oriented Programming with Python.This question bank goes beyond simple multiple-choice practice. It combines MCQs, short-answer questions, mid-length conceptual questions, and programming questions with answers, giving learners a balanced approach to theoretical understanding and practical problem-solving.The book covers 12 important areas of Python Object-Oriented Programming, beginning with the fundamentals of classes, objects, self, and __init__, and progressing through encapsulation, inheritance, polymorphism, abstraction, constructors and destructors, class methods, static methods, nested classes, operator overloading, magic methods, and advanced OOP concepts.Each chapter follows a consistent question structure, making the book convenient for classroom teaching, self-study, assignments, revision, viva preparation, and examination practice.Students pursuing BCA, MCA, B.Tech, M.Tech, Computer Science, Information Technology, and related programmes can use the question bank to assess their understanding and identify areas requiring further study. Teachers and instructors can also use the questions as a resource for quizzes, assignments, internal assessments, practical examinations, and classroom discussions.For aspiring software professionals, the book provides additional practice with concepts that frequently appear in programming interviews and technical assessments.With more than 1,000 conceptual and programming-focused questions, this book is designed to turn passive learning into active practice.Read the concepts. Attempt the questions. Analyze the answers. Practice the programs. Build confidence.Whether you are beginning your Python OOP journey or revising for an important examination or interview, this question bank is designed to help you practice systematically and develop a stronger command of Python Object-Oriented Programming.

  14. Mastering Python OOP: A Beginner's Guide to Object-Oriented Programming

    Master Python Object-Oriented Programming with confidence.Are you learning Python and finding classes, objects, inheritance, polymorphism, encapsulation, and abstraction confusing? Mastering Python OOP: A Beginner's Guide to Object-Oriented Programming is designed to make these essential programming concepts easier to understand and apply.This practical guide takes you step by step from the fundamentals of Object-Oriented Programming to more advanced Python OOP concepts. Instead of overwhelming beginners with complex terminology, the book explains each concept in a clear and structured way, supported by practical examples.You will begin by understanding what OOP is and why it is important in modern software development. You will then learn how to create classes and objects, work with the __init__ method, understand instance and class attributes, and apply encapsulation using properties and getter and setter techniques.The book continues with inheritance, method overriding, the super() function, polymorphism, and abstraction using Python's abc module. You will also discover Python special methods such as __str__ and __repr__, operator overloading, collections within classes, iterators, decorators, metaclasses, and introductory design patterns such as Singleton and Factory.Practical learning is at the heart of this book. The examples are designed to help you understand not only what an OOP concept is, but also when and why it can be useful.The book also includes interview questions, common errors, debugging tips, and additional resources.Whether you are a student, beginner programmer, educator, or aspiring Python developer, this book can serve as a valuable companion for building a strong foundation in Python Object-Oriented Programming.Learn the concepts. Understand the structure. Write better Python programs.

  15. Deep Learning with TensorFlow and Keras: From  Fundamentals to Advanced Architectures

    Master Deep Learning with TensorFlow and Keras. Learn neural networks, CNNs, RNNs, LSTM, GRU, Autoencoders, GANs, Transfer Learning, Attention, and Transformers through a structured journey from fundamentals to advanced architectures.