Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

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

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

  3. PySide6 Blueprints
    Step-by-Step Desktop Application Development with Python and Qt6
    Uros Calakovic

    A straightforward introduction to PySide6: Create functional, cross-platform GUIs in Python with practical, step-by-step blueprints.

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

    A primordial Lisp described in detail.

  5. Credit Risk Modeling Working Notes
    A Collection of Presentations, Experiments, and Technical Papers
    Andrija Djurovic

    The Working Notes complement Applied Data Science for Credit Risk and Probability of Default Rating Modeling with R, offering practice-oriented insights. Based on the author’s GitHub repository, they address real-world challenges and are regularly updated to reflect ongoing developments.

  6. Aprende Machine Learning en Español
    Teoría + Práctica Python
    Juan Ignacio Bagnato

    Aprende los conceptos básicos del Machine Learning y avanza poco a poco con teoría y divertidos ejercicios prácticos en Python a niveles intermedios y avanzados hasta llegar al Deep Learning.Tu camino para convertirte en un Científico de Datos comienza aquí

  7. A Quick Steep Climb Up Linear Algebra
    Version 1.1.0
    Stephen Davies
    No Description Available
  8. Learn to Think Like a Senior Engineer — by Building a Card Game EngineA hands-on guide to system design, clean architecture, and engineering judgment. No fluff. Just practical, test-driven code you’ll actually use.

  9. The Augmented Developer
    Code Smarter, Not Harder
    Aymen El Amri

    A Developer’s Practical Guide to AI-Driven Productivity

  10. Pon tu código en forma con calistenia
    Conoce, practica y aplica los consejos de Object Calisthenics, para mejorar la calidad del diseño de tu código
    Fran Iglesias

    Las reglas de Object Calisthenics de Jeff Bay pueden ser la base para abordar refactoring efectivo de tu código.

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

  12. Econometrics Powered by AI
    An Introduction Using Cloud-based Python Notebooks
    Carlos Mendez

    A hands-on introduction to econometrics using Python notebooks in the cloud. Intuitive examples, real-world case studies, and AI-powered tools—no installation required. From your first simple regression to satellite imagery-based predictions of poverty across Bolivia, you will learn by doing.

  13. Exploitology: Web Apps Exploits
    Exploitation strategies for pentesters
    Mahdi Alemi

    "Exploitology: Web Apps Exploits" explores web app security, focusing on vulnerabilities, exploitation techniques, and defense strategies. With practical examples and real-world scenarios, this book helps readers sharpen their penetration testing skills and stay ahead in cybersecurity.

  14. Zero to Py
    A Comprehensive Guide to Learning the Python Programming Language
    Michael Green

    A comprehensive guide to learning the Python programming language, written so to be accessible to readers of all levels, from beginner python developers to those who have some experience with python. Even more advanced users may find some utility from the later chapters.

  15. First-class objects in Python
    Higher-order functions, wrappers, and factories
    Leonardo Giordani

    This short book will tell you all you need to know to understand first-class citizenship in Python, which is the gateway to grasp how decorators work and how functional programming can supercharge your code.