Template:PT3 PYTHON WIN VS: Difference between revisions

From Phidgets Support
(Created page with "<div class="phd-slide-deck" data-deck="PT3_PYTHON_WIN_VS"> <div class="phd-slide-deck-header"><h3>Language - Python</h3></div> <div class="phd-slides"> <div class="phd-slide">...")
(No difference)

Revision as of 21:51, 8 March 2021

Windows with Visual Studio

Welcome to using Phidgets with Python! By using Python, you will have access to the complete Phidget22 API, including events.

Visual Studio is an IDE provided by Microsoft that can be used to develop code in a wide variety of programming languages, including Python.

Requirements

First, make sure you have the following installed:

● Phidgets Drivers for Windows (see Part 1 of this user guide)

Python (2.7 and 3.6+ are both compatible with Phidgets)

Installing the Phidget Python Module

Select your preferred installation method below:

The recommended way to install the Phidget22 Python module is using the PIP package manager.

«
»