Leanpub Header

Skip to main content

Filters

Category: "Python"

Python

  1. Pon tu código en forma con calistenia
    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.

  2. Mastering Postman
    Mastering Postman
    A Comprehensive Guide to Building End-to-End APIs with Testing, Integration and Automation
    GitforGits | Asian Publishing House

    "Mastering Postman" is the ultimate guide for anyone looking to streamline their API development process. Whether you're a seasoned developer or just starting, this book will take you through every step of the API lifecycle and equip you with the knowledge and tools to create better APIs faster.

  3. Introduction to Algorithms & Data Structures 2
    Introduction to Algorithms & Data Structures 2
    A solid foundation for the real world of machine learning and data analytics
    Bolakale Aremu

    Learning algorithms and data structures from this book will help you become a better programmer. Algorithms and data structures will make you think more logically. Furthermore, they can help you design better systems for storing and processing data. They also serve as a tool for optimization and problem-solving.

  4. Risk Identification by Penetration Testing: A Comprehensive Guide to the PTES Framework

    Dive into the world of penetration testing with this comprehensive guide by cybersecurity expert, Brandon S. Keath. Explore each stage of the Penetration Testing Execution Standard, learn essential tools and techniques, and gain insights from real-world examples. Master the art of ethical hacking and become a skilled penetration tester.

  5. Introduction to Algorithms and Data Structures
    Introduction to Algorithms and Data Structures
    A solid foundation for the real world of machine learning and data analytics
    Bolakale Aremu

    Learning algorithms and data structures from this book will help you become a better programmer. Algorithms and data structures will make you think more logically. Furthermore, they can help you design better systems for storing and processing data. They also serve as a tool for optimization and problem-solving.As a result, the concepts of algor...

  6. Code to Success: Mastering Web Development from Scratch
    Code to Success: Mastering Web Development from Scratch
    A Comprehensive Guide to Building Stunning Websites and Web Applications
    Rakesh Tembhurne

    Code to Success is the ultimate guide to building stunning websites and web applications. This comprehensive book covers everything from HTML and CSS to Python and JavaScript, making it the perfect resource for beginners and experienced developers alike.

  7. Mastering Python Network Automation
    Mastering Python Network Automation
    Automating Container Orchestration, Configuration, and Networking with Terraform, Calico, HAProxy, and Istio
    GitforGits | Asian Publishing House

    With "Mastering Python Network Automation," you can streamline container orchestration, configuration management, and resilient networking with Python and its libraries, allowing you to emerge as a skilled network engineer or a strong DevOps professional

  8. OpenAI GPT For Python Developers
    OpenAI GPT For Python Developers
    The art and science of building AI-powered apps with GPT-4, Whisper, Weaviate, and beyond
    Aymen El Amri

    Explore the fascinating world of Artificial Intelligence and solve real-world problems! In this practical guide, you will build intelligent real-world applications using GPT-4, Embeddings, Whisper, Weaviate, and more tools from the OpenAI ecosystem. You don't need to be a data scientist or machine learning engineer to follow this guide!

  9. Algorithm for calculating the moment of inertia of polygonal forms

    The author explains that is moment of inertia, how it could be calculated and shows the program in Python for poligonal shapes.

  10. Zero to Py
    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.

  11. Composing Programs (Turkish)
    Composing Programs (Turkish)
    Dr. Sevilay Bayatlı
    No Description Available
  12. Shepley Algorithm implemented in Python

    The author explanis the Shepley's method and how to implemented it with python.

  13. La règle de Cramer implémentée en Python

    L'auteur explique ce qu'est la règle de Cramer et comment l'utiliser pour résoudre des systèmes d'équations. Le code Python permettant d'appliquer cette méthode est également inclus.

  14. Cramer's Rule implemented in Python

    The author explains the Cramer's rule and how it is used to solve equations. It is included the souce program in Python to apply it.

  15. Regla de Cramer implementada en Python

    El autor explica como funciona la regla de Cramer para resolver ecuaciones y como usarla en Python.