top of page
Steve Paynter
Aug 29, 20231 min read
Forum Now Live
Forum now live at link below. https://www.devnetstudy.com/forum
25 views0 comments
Steve Paynter
May 11, 20233 min read
How I Passed The Python PCAP Exam.
The PCAP exam covers a wide range of topics, including Python syntax, data types, control flow, functions, modules, input/output...
989 views1 comment
Steve Paynter
Apr 15, 20234 min read
OOP - Crib Sheet
Object-oriented programming (OOP) is a popular programming paradigm that allows developers to create reusable code by using objects that...
442 views0 comments
Steve Paynter
Apr 15, 20234 min read
Functional Programming - Crib Sheet
Functional programming is a paradigm that has been gaining popularity in recent years due to its emphasis on writing code that is easier...
151 views0 comments
Steve Paynter
Apr 15, 20234 min read
Text, Bytes and Files - Crib Sheet
Python provides a range of built-in functions and libraries for handling files, bytes, and testing. In this article, we will discuss...
98 views0 comments
Steve Paynter
Apr 15, 20233 min read
Decorators - Crib Sheet
In Python, a decorator is a special function that modifies or enhances the behavior of another function. Decorators are used to add extra...
66 views0 comments
Steve Paynter
Apr 15, 20233 min read
Packages - Crib Sheet
There may be times when you need to extend Python's capabilities beyond what is included in the standard library. This is where modules...
52 views0 comments
Steve Paynter
Apr 15, 20233 min read
Exceptions - Crib Sheet
What are Exceptions in Python? An exception is an event that interrupts the normal flow of a program's execution. When an exception...
44 views0 comments
Steve Paynter
Apr 15, 20233 min read
Errors - Crib Sheet
When writing Python code, it is essential to understand the different types of errors and exceptions that can occur during the execution...
23 views0 comments
Steve Paynter
Apr 15, 20233 min read
Functions - Crib Sheet
One of the key features of Python is its extensive library of built-in functions that make programming more efficient and convenient. In...
94 views0 comments
Steve Paynter
Apr 14, 20233 min read
Control Flow Statements - Crib Sheet
Control flow statements are an essential aspect of programming, as they allow developers to create more complex and dynamic programs. In...
124 views0 comments
Steve Paynter
Apr 14, 20232 min read
Basic Data Types - Crib Sheet
One of the fundamental concepts in Python is data types, which are the building blocks for all programs. In this article, we will discuss...
126 views0 comments
Steve Paynter
Apr 14, 20231 min read
Apologies - Python Study
I want to take a moment to apologize for the lack of updates on my blog recently. The reason for my absence is that I have been studying...
117 views0 comments
Steve Paynter
Feb 20, 20234 min read
v1.1c Performance: scalability, latency, and rate limiting
In today's world, where technology plays a critical role in every industry, it has become increasingly important for businesses to...
108 views0 comments
Steve Paynter
Feb 5, 20237 min read
v1.1b Reliability: High Availability and Resiliency
Preliminary draft V1.0 Infrastructure plays a crucial role in modern computing for several reasons: Scalability: As the demand for...
65 views0 comments
Steve Paynter
Feb 4, 20238 min read
v1.1a Deployment: maintainability and modularity
Preliminary Draft v1.0 Virtualization within Computer Networks Virtualization is the creation of a virtual version of something, such as...
167 views0 comments
Steve Paynter
Feb 2, 20232 min read
V1.1 Design a solution based on an on-premises, hybrid, or public cloud deployment.
Preliminary Draft v1.1 Cloud computing is a rapidly growing field that has revolutionized the way organizations access and manage their...
121 views0 comments
Steve Paynter
Feb 1, 20235 min read
1:0 Software Design, Development and Deployment
Preliminary Draft v1.0 Software design is the process of creating a plan for a software system, outlining its functionality,...
241 views0 comments
Steve Paynter
Jan 30, 20232 min read
Cisco Certified DevNet Expert (v1.0) Equipment and Software List
As per The Cisco Learning Network link https://learningnetwork.cisco.com/s/article/devnet-expert-equipment-and-software-list Virtual...
377 views0 comments
Steve Paynter
Jan 29, 20232 min read
How To Run The Cisco CWS DevNet Expert Image
I've had some fun over the last few days trying to get the Devnet Expert Candidate Workstation image running. Here's some pointers for...
331 views0 comments
bottom of page