How to run python program on Raspberry Pi

Release: 2019-07-01 11:20:01
Original
24046 people have browsed it

How to run python program on Raspberry Pi

How to run Python programs on Raspberry Pi:

1. RaspBerry system settings

1. First, connect the development board without power Hardware, and sensors used in the project. For example, the current project requires plugging the LED light into the breadboard, and then connecting the development board and the breadboard through DuPont cables. The hardware platform is now built.

2. Secondly, open the Raspberry Pi development board 3B and connect it using vnc.

3. Turn on the ssh function.

As shown below, Raspberry Pi Configuration

How to run python program on Raspberry Pi

Enable SSH connection function. Then click OK

How to run python program on Raspberry Pi

The changes need to be restarted to take effect

2. Use ssh to connect to the development board Raspberry Pi

1. Open File Zilla has been installed in advance, enter the IP address, account, and port number, and connect to the Raspberry Pi's Linux system

How to run python program on Raspberry Pi

#2. Create a storage development project in the current pi directory folder. Create a specific project folder on the project folder to store the project files. For example, create an LED lamp project in the DIYdemo directory

How to run python program on Raspberry Pi

#3. Place the python program file written on the PC into the LED folder.

How to run python program on Raspberry Pi

3. Run the python code

1. Open the VNC software and click the menu--programming--python3 (EDLE)

How to run python program on Raspberry Pi

2. Open the written program and run the python program

How to run python program on Raspberry Pi

For more Python related technical articles, please visit Python Tutorial column for learning!

The above is the detailed content of How to run python program on Raspberry Pi. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!