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.
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.
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.
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.
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!
Практическое руководство по искусству автоматизации тестирования пользовательского интерфейса веб приложений с Python + Selene для начинающих и опытных автоматизаторов. Большое внимание уделено рефакторингу, написанию чистых, простых и легких в поддержке тестов. Книга построена в виде сборника практических заданий и упражнений по Методу Кейсов.
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
Welcome! This is your very first book on Python programming. Learn the foundation of programming meanwhile getting your finger in the Py-thon. Enjoy!
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?
Finest Python Algorithm Tutorial for Job Interviews.

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