Filters

Free/Non-free



Python Version




Reading Time [?]

Showing 5 outstanding Python books published on
.

Deep Reinforcement Learning Hands-On

by Maxim Lapan

Ever since 2014, Reinforcement Learning has taken the Machine Learning world by storm with successes like Atari DQN, AlphaGo and OpenAI Five. This book, now in its second edition, has practical Reinforcement Learning projects like stock trading, chatbots, web automation and robotic control. It also includes topics hardly found in other books e.g. AlphaGo Zero implementation, multi-agent learning and state-of-the-art model based techniques.
Published on : Jan. 31, 2020
Python version: TH
826 pages

Mastering Python Networking

by Eric Chou

One of the best book on mastering networking in Python, written by an author who has worked as a network engineer in top companies. The third edition came out in January, 2020. This new edition is completely revised and updated to work with Python 3. In addition to new chapters on network data analysis with ELK stack (Elasticsearch, Logstash, Kibana, and Beats) and Azure Cloud Networking, it includes updates on using newer libraries such as pyATS and Nornir, as well as Ansible 2.8.
Published on : Jan. 30, 2020
Python version: TH
576 pages

Hands-On Genetic Algorithms with Python

by Eyal Wirsansky

Genetic algorithms is machine learning inspired by Darwinian evolution. This method is slowly gaining popularity because of its speed and simplicity. In this book, you will learn genetic algorithms to solve search, optimization, and AI-related tasks, and improve machine learning models using Python libraries such as DEAP, scikit-learn, and NumPy
Published on : Jan. 31, 2020
Python version: TH
346 pages

Practices of the Python Pro

by Dane Hillard

This book is about writing better Python code. It introduces big ideas that are rarely covered in other books, such as separation of concerns, encapsulation ,abstraction, extension and flexibility. All the usual suspects like performance and testing are also covered. If you are thinking of becoming a system architect, maybe this is a good book to get started.
Published on : Jan. 14, 2020
Python version: TH
248 pages

Hands-On Music Generation with Magenta: Explore the role of deep learning in music generation and assisted music composition

by Alexandre DuBreuil

This is a book on creating music using Generative Artificial Intelligence. Written by a generative music artist who has worked with many bands, it explains how to use Tensorflow and Magenta to generate music automatically.
Published on : Jan. 31, 2020
Python version: TH
360 pages