Mastering Python Networking - Third Edition
Autor Eric Chouen Limba Engleză Paperback – 29 ian 2020
Subliniem faptul că Mastering Python Networking - Third Edition este construit pe o fundație de resurse practice, oferind exemple de cod actualizate pentru Python 3 care permit inginerilor de sistem să automatizeze infrastructuri complexe. Volumul debutează prin stabilirea unei punți între protocoalele tradiționale TCP/IP și interacțiunile de nivel jos cu dispozitivele de rețea, evoluând rapid spre arhitecturi moderne bazate pe API-uri și Intent-Driven Networking. Reținem integrarea profundă a framework-urilor de automatizare, în special Ansible 2.8, care facilitează gestionarea unitară a echipamentelor de la producători diferiți precum Cisco sau Juniper.
Această a treia ediție reprezintă o evoluție semnificativă față de Mastering Python Networking - Second Edition. Dacă lucrarea anterioară se concentra pe bazele automatizării, volumul de față extinde orizontul către Cloud Networking în AWS și Azure, oferind instrumente concrete pentru analiza datelor de rețea prin Elastic Stack. Ca și Matt Oswalt în Network Programmability and Automation, autorul distilează experiență reală în principii acționabile, punând un accent deosebit pe utilizarea Git și Jenkins pentru a introduce rigoarea software în administrarea rețelelor. Structura narativă este una tehnică și progresivă, trecând de la scripturi izolate la Test-Driven Network Development (TDD) folosind PyTest, asigurând astfel o fiabilitate sporită a configurațiilor implementate.
Preț: 495.39 lei
Preț vechi: 619.25 lei
-20%
Carte tipărită la comandă
Livrare economică 09-23 iunie
Specificații
ISBN-10: 1839214678
Pagini: 576
Dimensiuni: 191 x 235 x 31 mm
Greutate: 0.98 kg
Ediția:Third
Editura: Packt Publishing
De ce să citești această carte
Recomandăm această carte inginerilor de rețea și profesioniștilor SRE care doresc să facă trecerea de la configurarea manuală la infrastructura ca cod (IaC). Cititorul câștigă competențe critice în utilizarea Python 3, Ansible și biblioteci precum Nornir pentru a automatiza sarcini repetitive, monitorizarea securității și gestionarea rețelelor în cloud. Este un manual tehnic esențial pentru modernizarea fluxurilor de lucru în departamentele IT contemporane.
Despre autor
Eric Chou este un expert recunoscut în domeniul networking-ului, cu o experiență vastă acumulată în cadrul unor companii de tehnologie de top, precum Amazon Web Services și Microsoft Azure. Specializat în automatizarea rețelelor și securitate, Chou a contribuit semnificativ la comunitatea Python prin promovarea utilizării acestui limbaj în administrarea infrastructurilor la scară largă. Lucrările sale, publicate în mare parte la Packt Publishing, sunt ghiduri de referință care transformă concepte teoretice complexe în soluții practice pentru inginerii care navighează tranziția către software-defined networking.
Descriere
New edition of the bestselling guide to mastering Python Networking, updated to Python 3 and including the latest on network data analysis, Cloud Networking, Ansible 2.8, and new libraries
Key Features
- Explore the power of Python libraries to tackle difficult network problems efficiently and effectively, including pyATS, Nornir, and Ansible 2.8
- Use Python and Ansible for DevOps, network device automation, DevOps, and software-defined networking
- Become an expert in implementing advanced network-related tasks with Python 3
Book Description
Networks in your infrastructure set the foundation for how your application can be deployed, maintained, and serviced. Python is the ideal language for network engineers to explore tools that were previously available to systems engineers and application developers. In Mastering Python Networking, Third edition, you'll embark on a Python-based journey to transition from traditional network engineers to network developers ready for the next-generation of networks.
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. Each chapter is updated with the latest libraries with working examples to ensure compatibility and understanding of the concepts.
Starting with a basic overview of Python, the book teaches you how it can interact with both legacy and API-enabled network devices. You will learn to leverage high-level Python packages and frameworks to perform network automation tasks, monitoring, management, and enhanced network security followed by Azure and AWS Cloud networking. Finally, you will use Jenkins for continuous integration as well as testing tools to verify your network.
What you will learn
- Use Python libraries to interact with your network
- Integrate Ansible 2.8 using Python to control Cisco, Juniper, and Arista network devices
- Leverage existing Flask web frameworks to construct high-level APIs
- Learn how to build virtual networks in the AWS & Azure Cloud
- Learn how to use Elastic Stack for network data analysis
- Understand how Jenkins can be used to automatically deploy changes in your network
- Use PyTest and Unittest for Test-Driven Network Development in networking engineering with Python
Who this book is for
Mastering Python Networking, Third edition is for network engineers, developers, and SREs who want to use Python for network automation, programmability, and data analysis. Basic familiarity with Python programming and networking-related concepts such as Transmission Control Protocol/Internet Protocol (TCP/IP) will be useful.
Table of Contents
- Review of TCP/IP Protocol Suite and Python
- Low-Level Network Device Interactions
- APIs and Intent-Driven Networking
- The Python Automation Framework – Ansible Basics
- The Python Automation Framework – Beyond Basics
- Network Security with Python
- Network Monitoring with Python – Part 1
- Network Monitoring with Python – Part 2
- Building Network Web Services with Python
- AWS Cloud Networking
- Azure Cloud Networking
- Network Data Analysis with Elastic Stack
- Working with Git
- Continuous Integration with Jenkins
- Test-Driven Development for Networks