From the course: Python Theory for Network Engineers

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Data center as code

Data center as code

- [Instructor] In this last lesson, I like to introduce to you the idea of pseudo-code as well as how we could approach a larger project, such as if we want to make our data center as code in Python, how would we do it? So what is pseudo-code? Pseudo-code literally means fake code is not an actual code. It is basically an informal way of discussing the steps and sequences as if we're writing the code. How or why do we want to use pseudo-code? Because a lot of times as engineers, we want to jump right into the CLI, the technology, and the code that we will write, but that becomes a very narrow discussion and sometimes it drives the discussion into a rat hole. And using pseudo-code, we could actually incorporate everybody's ideas and with different backgrounds, we could discuss the same steps and this even make sense to the developers application developers, systems engineers, or even business managers, or other network…

Contents