Enterprise Wireless and Wired: A Byte is a Byte (Part 2)
Enterprise Wireless and Wired: A Byte is a Byte (Part 2): This is a second post regarding enterprise wireless and why those networks are much more manageable, (out of the box) then it’s wired network brethren. I have simplified my explanation of why the current path needs adjusting and the reasons why. Enterprise, Data Center and Service Provider networks all have very …
Python Tutorial: Classes, Objects, Methods, init and Simple Examples
Python Tutorial on Classes, Objects, Methods: In this post we will dive into Python classes, methods, objects and using the init constructer to initialize classes. Object oriented programming has gone well past being a fad (sorry punchcards) like it or not encapsulation and inheritance is winning out. The idea is to make modules and procedures abstracted, modifiable and reusable without needing …
Python Tutorial: Functions and Passing Lists and Dictionaries with Simple Examples
In Python the differences between functions, classes and methods is often best explained with examples of code. It is also the best way to learn syntax and languages for some of us. We will start off with Functions and work into Classes which is the Object Oriented Programming (OOP) in Python over the next few posts. These are merely blueprints …