Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. REST HOW TOs
    Consuming and Building REST API in Python, Ruby, Java, C# and Go
    A.P. Rajshekhar and Shrikant Khare

    REST APIs Simplified! - Build and Consume in Python, Ruby, Java, C# and Go

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

  3. Isn't it weird that ML software is super important, yet crazy fragile? If ML software is valuable but so unstable, how come data scientists and ML engineers are rarely trained on the basics of building profitable software systems? What to do about it?

  4. Ten Essays on Fizz Buzz
    Meditations on Python, mathematics, science, engineering, and design
    Joel Grus

    Over the years I have invented and/or collected various clever and/or stupid ways of solving Fizz Buzz. In this book are ten solutions I found particularly interesting, each one the inspiration for a discussion of different aspects of coding, Python, testing, Fizz Buzz, mathematics, software design, technical interviewing, and related topics.

  5. Coffee Break Python - Mastery Workout
    99 Tricky Python Puzzles to Push You to Programming Mastery
    Christian Mayer, Lukas Rieger, and Adrian Chan

    Are you an above-average Python coder? Prove it! Coffee Break Python - Mastery Workout helps you boost your Python skills and reach mastery level. The approach is simple: you solve 99 really hard Python puzzles that get harder as you progress with the book. A clear path to Python mastery!

  6. تعلم من خلال التطبيق: خوارزميات تعلم الآلة
    جميع الخوارزميات تم تطبيقها من خلال لغة بايثون
    د. إياد أبودوش

    هل تريد تعلم خوارزميات تعلم الالة بشكل عملي واضح وتطبيقي. في هذا الكتاب ستجد مرجع لخوارزميات تعلم الآلة مع أمثلة تطبيقية بلغة بايثون بلغة واضحة وسهلة الفهم

  7. No Description Available
  8. Logging in Python
    Venkatesh-Prasad Ranganath

    A breezy guide to using Python's built-in support for logging. The guide covers general concepts relevant to logging, logging APIs in Python and how to use them, and good practices, gotchas, and performance considerations associated with these APIs.

  9. Python in Windows
    Gli strumenti, le tecniche e l'ambiente di lavoro
    Riccardo Polignieri

    Questo libro insegna a usare Python nell'ambiente di Windows e affronta molti aspetti della "vita quotidiana del programmatore", partendo dalle nozioni più semplici. Dall'uso corretto dell'interprete dei comandi fino agli aspetti più complessi come la distribuzione, il controllo di versione, il testing, la documentazione, e molto altro ancora.

  10. Once you’ve completed Part 1 and Part 2, you’ll be able to build nearly any project that you want, and deploy it for the world to use. If you’re stuck for ideas, you can go through the examples given in Part 3, which consists of practical tutorials to build everything from web scrapers to chat bots.

  11. The Smartest Way to Learn Python Regular Expressions
    Learn the Best-Kept Productivity Secret of Code Masters
    Christian Mayer, Zohaib Riaz, and Lukas Rieger

    Google engineers are regular expression masters. Do you want to become one, too? The Smartest Way to Learn Python Regex transforms you into a regular expression master. The book leverages an innovative learning approach: (1) read a chapter, (2) watch a course video, and (3) solve a code puzzle. It's fun!

  12. Python Combat Guide
    A comprehensive manual about tricks, good practices and coding style for hands on Software Developer Managers and Developers
    Carles Mateo

    Python 3 Combat Guide is a practical guide, full of actual experience and common sense, to avoid errors and to develop Python 3 Software Projects and System Administration programs.Targeted to SDM, Team Manager and Developers, defines practical strategies and tricks, and teach the basis of Unit Testing in pytest.You'll learn OOP easily.

  13. Data Science - Regression Analysis (DIY for newbies)
    Includes 100 solved problems
    Geetha Subramanian

    This book contains detailed stepwise solutions to Regression problems for beginners. It is a collection of solutions in Python and R programming language.

  14. GCP Cloud Architecture
    Noah Gift, Andrew Nguyen, Alfredo Deza, and Michael Vierling

    Learn to master the Google Cloud platform (GCP).

  15. Implementing the Clean Architecture
    Python Edition
    Sebastian Buczyński

    Learn how to apply the Clean Architecture. The book strongly focuses on practical aspects and is illustrated with tons of code snippets. Code samples are in Python.