Leanpub Header

Skip to main content

Filters

Category: "Python"

Python

  1. Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python
    Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python
    Be ready to create and run your containerized and orchestrated application next week.
    Arnaud Weil

    You know next to nothing about Kubernetes or Docker but need to create and run your first application on Kubernetes using Docker within a week. Don't worry: this book has you covered.

  2. The Hitchhiker’s Guide to Plotnine
    The Hitchhiker’s Guide to Plotnine
    Don’t panic and create beautiful plots with Python
    Jodie Burchell and Mauricio 'Pacha' Vargas Sepúlveda

    This book will help you easily build beautiful plots in Python using the powerful plotnine package, which has been adapted from the popular ggplot2 package in R. If you'd like to create highly customised plots, including replicating the styles of XKCD and fivethirtyeight, this is your book.

  3. Computer graphics in Python
    Computer graphics in Python
    Advanced vector graphics using Pycairo and Python
    Martin McBride

    Pycairo is a great library for creating high quality vector graphics in Python. This book covers the full features of the library in detail, with practical code examples and illustrations, from an author with many years experience in computer graphics software.

  4. Functional Programming in Python

    Python's best kept secret is its built in support for functional programming. Even better, it allows functional programming to be blended seamlessly with procedural and object oriented coding styles. This book explains what functional programming is, how Python supports it, and how you can use it to write clean, efficient and reliable code.

  5. Hacker's Guide to Machine Learning with Python
    Hacker's Guide to Machine Learning with Python
    Hands-on guide to solving real-world Machine Learning problems with Scikit-Learn, TensorFlow 2, and Keras
    Venelin Valkov

    This book brings the fundamentals of Machine Learning to you, using tools and techniques used to solve real-world problems in Computer Vision, Natural Language Processing, and Time Series analysis. The skills taught in this book will lay the foundation for you to advance your journey to Machine Learning Mastery!

  6. Искусство Автоматизации с Selene

    Практическое руководство по искусству автоматизации тестирования пользовательского интерфейса веб приложений с Python + Selene для начинающих и опытных автоматизаторов. Большое внимание уделено рефакторингу, написанию чистых, простых и легких в поддержке тестов. Книга построена в виде сборника практических заданий и упражнений по Методу Кейсов.

  7. PowerQuery Guide to Pandas
    PowerQuery Guide to Pandas
    A Comparative Approach to Learn Pandas
    Kenneth Infante

    MASTER the core concepts of Python and Pandas! Learn Pandas INTUITIVELY by leveraging what you already know in PowerQuery for Excel and PowerBI. Design to take advantage of associative learning, you will learn Python and Pandas concepts quicker, easier, and longer. This book will jump-start your Python journey. FREE updates included

  8. pip install python
    pip install python
    --target=your:brain
    Giuliana Carullo

    Welcome! This is your very first book on Python programming. Learn the foundation of programming meanwhile getting your finger in the Py-thon. Enjoy!

  9. Models of Learning and Optimization for Data Scientists
    Models of Learning and Optimization for Data Scientists
    A Python hands-on approach
    Sergio Rojas Galeano
    No Description Available
  10. Coffee Break Python Workbook
    Coffee Break Python Workbook
    127 Python Puzzles to Push You from Zero to Hero in Your Coffee Breaks
    Finxter, Lukas Rieger, and Zohaib Riaz

    This book is the chess grandmaster way of learning Python. 127 unique and brand-new Python puzzles - each pointing to gaps in your knowledge, challenges you to guess a solution, and then explains potential solutions in an easy-to-understand manner. # Example puzzle: my_list = [1, 1, 1, 1]my_list[1::2] = [2, 3]print(my_list) # What’s the output?

  11. Python Coding for Job Interview

    Finest Python Algorithm Tutorial for Job Interviews.

  12. 101 Problema Programimi
    101 Problema Programimi
    Të Zgjedhura Dhe Të Zgjidhura
    Dashamir Hoxha

    Problema programimi të zgjidhura në Python, për shkollat 9 vjeçare dhe të mesme. Problemat janë marrë nga olimpiadat e programimit që bëhen online. Problemat e para janë shumë të thjeshta, por nga fundi bëhen pak si të vështira.

  13. Capire wxPython
    Capire wxPython
    Strumenti e buone pratiche per progettare applicazioni GUI desktop complesse.
    Riccardo Polignieri

    Questo è il manuale più completo e approfondito disponibile in Italiano su wxPython. Quasi 430 pagine (per ora!) di spiegazioni dettagliate e approfondite, con decine di esempi, consigli, buone pratiche. Se siete interessati alla programmazione di interfacce grafiche professionali con Python, questo è il libro che fa per voi.

  14. ビジネスの現場で活躍するPython分析と機械学習
    ビジネスの現場で活躍するPython分析と機械学習
    Machine Learning for Bussiness with python
    Ken Nakai (中井 研) and shuhei ando

    Pythonを使って、基本的な分析処理から機械学習・ディープラーニングまで扱う内容になっています。特にビジネス系の職種の方でもPythonを活用して分析処理に挑戦できるように、入門的な内容から始め、現場でよく使われるテクニックを盛り込みました。AIブームにいち早くキャッチアップするとともに日々の仕事でも活かせる内容が学習できるお得なコンテンツです。

  15. Raspberry Pi Computing: Gas Sensors

    Raspberry Pi Computing: Gas Sensors aims to provide a full description of the process of setting up a Raspberry Pi computer to measure and record data from gas sensors. We'll look at different versions of the Pi, along with loading and configuring the software required with some basic Linux use.