Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide /
Trust the best-selling Official Cert Guide series from Cisco Press to help you learn, prepare, and practice for exam success. They are built with the objective of providing assessment, review, and practice to help ensure you are fully prepared for your certification exam. Cisco Certified DevNet Asso...
Clasificación: | Libro Electrónico |
---|---|
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Indeterminado |
Publicado: |
[Place of publication not identified]
Cisco Press,
2020.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Cover
- Title Page
- Copyright Page
- About the Authors
- About the Technical Reviewers
- Dedications
- Acknowledgments
- Contents at a Glance
- Contents
- Introduction
- Chapter 1 Introduction to Cisco DevNet Associate Certification
- Do I Know This Already?
- Foundation Topics
- Why Get Certified
- Cisco Career Certification Overview
- Cisco DevNet Certifications
- Cisco Certified DevNet Associate Certification (DEVASC)
- Cisco Certified DevNet Professional Certification
- Cisco DevNet Overview
- Discover
- Technologies
- Community
- Support
- Events
- DevNet Automation Exchange
- Summary
- Chapter 2 Software Development and Design
- "Do I Know This Already?" Quiz
- Foundation Topics
- Software Development Lifecycle
- Waterfall
- Lean
- Agile
- Common Design Patterns
- Model-View-Controller (MVC) Pattern
- Observer Pattern
- Linux BASH
- Getting to Know BASH
- Directory Navigation
- cd
- pwd
- ls
- mkdir
- File Management
- cp
- mv
- rm
- touch
- cat
- Environment Variables
- Software Version Control
- Git
- Understanding Git
- Using Git
- Cloning/Initiating Repositories
- Adding and Removing Files
- Committing Files
- Pushing and Pulling Files
- Working with Branches
- Merging Branches
- Handling Conflicts
- Comparing Commits with diff
- Conducting Code Review
- Exam Preparation Tasks
- Review All Key Topics
- Define Key Terms
- Chapter 3 Introduction to Python
- "Do I Know This Already?" Quiz
- Foundation Topics
- Getting Started with Python
- Understanding Python Syntax
- Data Types and Variables
- Variables
- Data Types
- Integers, Floating Point, and Complex Numbers
- Booleans
- Strings
- Lists
- Tuples
- Dictionaries
- Sets
- Input and Output
- Getting Input from the User
- The Mighty print() Function
- Flow Control with Conditionals and Loops
- If Statements
- For Loops
- While Loops
- Exam Preparation Tasks
- Review All Key Topics
- Define Key Terms
- Additional Resources
- Chapter 4 Python Functions, Classes, and Modules
- "Do I Know This Already?" Quiz
- Foundation Topics
- Python Functions
- Using Arguments and Parameters
- Object-Oriented Programming and Python
- Python Classes
- Creating a Class
- Methods
- Inheritance
- Working with Python Modules
- Importing a Module
- The Python Standard Library
- Importing Your Own Modules
- Useful Python Modules for Cisco Infrastructure
- Exam Preparation Tasks
- Review All Key Topics
- Define Key Terms
- Chapter 5 Working with Data in Python
- "Do I Know This Already?" Quiz
- Foundation Topics
- File Input and Output
- Parsing Data
- Comma-Separated Values (CSV)
- JavaScript Object Notation (JSON)
- Extensible Markup Language (XML)
- YAML Ain't Markup Language (YAML)
- Error Handling in Python
- Test-Driven Development
- Unit Testing
- Exam Preparation Tasks
- Review All Key Topics
- Define Key Terms
- Additional Resources