Tag: Python
-
Boost Your Automation Skills: 5 Top Resources for Practical Python Exercises
Practicing Python is a sure way to improve your automation skills. Hands-on learning leverages active engagement, practical application, immediate feedback, and problem-solving skills, and prepares you for real-world challenges. Here is a curated list of 5 resources you can (and should) use for practical Python exercises: 1. Practice Python — Beginner Python Exercises Practice Python is a…
-
Azure Active Directory And Python: How to Authenticate Using OAuth2 with Examples
Authenticating into Azure AD allows your Python applications to access and manage various Azure resources, such as virtual machines, databases, storage, and more. In testing, one way we can use Azure AD in our scripts is for API testing against Microsoft Dynamics. In this article, we will provide the code and demonstrate how to connect…