Archived Configure Instructions

Pycharm 2020.1: Step 1 (Text Instructions)

To start, open PyCharm and press Create New Project.

Step 2

Name the project GettingStarted and press Create.

Step 3

Next, click on File > Settings...

Step 4

Navigate to Project > Python Interpreter on the left hand side. Once there, click on the + symbol in the upper right corner.

Step 5

Search for Phidget22Native and press Install Package.

Step 6

After installing the package, right-click on your project and select New > Python File.

Step 7

Name the file getting_started. Your window should now look like this.

Finished

You are now ready to write some code. Move on to the next step to blink an LED!

Pycharm 2020.1: Video Instructions

What are Phidgets?

Phidgets are programmable USB sensors. Simply plug in your sensor, write code in your favorite language and go!

Phidgets have been used by STEM professionals for over 20 years and are now available to students.

Learn more

Set your preferences

Windows

Mac OS

Raspberry Pi

Java

Python

C#

Swift

NetBeans

Processing

Eclipse

Thonny

PyCharm

PyScripter

Visual Studio

Xcode

Setting your preferred operating system, programming language and environment lets us display relevant code samples for the Getting Started Tutorial, Device Tutorials and Projects

Done