Python Tips and Hints #4- Let's build a program with functions.

6 months ago
2

In this video we will build a program that does math stuff. We will start with what we might call a linear or one-shot program and then convert it to a more standardized format using functions. We will also go over moving variables in and out of functions by passing them in with the function call and then getting data back using RETURN.

And since the channel is mostly about networking ... books and other products for networkers:

Packet Guide to Core Network Protocols: https://www.oreilly.com/library/view/packet-guide-to/9781449308094/

Packet Guide to Routing and Switching: https://www.oreilly.com/library/view/packet-guide-to/9781449311315/

Packet Guide to Voice over IP: https://www.oreilly.com/library/view/packet-guide-to/9781449339661/

Network Engineering Fundamentals: https://www.oreilly.com/videos/network-engineering-fundamentals/9781491932643/

Advanced Network Engineering: https://www.oreilly.com/videos/advanced-network-engineering/9781491952559/

Virtualization, Networking, and Storage: https://www.oreilly.com/videos/virtualization-networking-and/9781491970478/

Loading comments...