Table of Contents
回复内容:
Home Backend Development Python Tutorial 树莓派为什么采用python语言为主要开发语言?

树莓派为什么采用python语言为主要开发语言?

Jun 06, 2016 pm 04:23 PM

回复内容:

他老爸想让更多小孩学会编程,去用电脑实现自己有趣的想法。本来打算只让这个机器跑Python(是只跑Python,像学习机一样的东西。并没有想过在上面弄一个完整的linux)。但是后来动真格的时候发现大材小用了于是就直接跑linux了,当然Python是不会落下的。

可以看看记者对他爸做的访谈。

Python的优点大家都晓得,就不用我说了... 换个角度讲, 当C#在微软平台上成为主流开发语言的时候, python已经渐渐的成为了linux应用程序的主流开发语言之一了. 原因很简单, perl在淡出, ruby未发力, shell不够用, php不合适, java不解释.

记得Redhat 7的字符界面安装程序就是python写的, 那几乎是我第一次听说python的年代了. 因为功能强大,使用简单,修改调整方便
不用把时间精力浪费在和业务逻辑无关的东西上
昨天我老婆看了RPi.GPIO的文档,一个小时数十行代码就可以实现树莓派小车通过红外探测器循迹运行了。这是其他语言所做不到或者难做到的
视频戳这里:树莓派红外循迹小车 Python is the Basic of this decade. Python 的优越性不想在介绍了。
Python是小孩子都能用的非常棒的编程语言。
楼上说得好,人生苦短,我用Python 不仅仅是python啊,树莓派其实是一个小型的linux系统,功能非常强大的,除了python外,C、C++、Java、perl,php、shell等编程语言都能用,连go语言都可以。 Python的语法易于掌握,并且包含了从普通操作到科学运算的所有功能。
重要的是不需要配置任何环境就可以开发(Linux系统自备解释器 + vi编辑)。 努力学习python中 人生苦短,我用Py Raspberry Pi Documentation

PYTHON

Python is a wonderful and powerful programming language that's easy to use (easy to read and write) and with Raspberry Pi lets you connect your project to the real world.

Python syntax is very clean, with an emphasis on readability and uses standard English keywords. Start by opening IDLE from the desktop.

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to solve the permissions problem encountered when viewing Python version in Linux terminal? How to solve the permissions problem encountered when viewing Python version in Linux terminal? Apr 01, 2025 pm 05:09 PM

Solution to permission issues when viewing Python version in Linux terminal When you try to view Python version in Linux terminal, enter python...

How to avoid being detected by the browser when using Fiddler Everywhere for man-in-the-middle reading? How to avoid being detected by the browser when using Fiddler Everywhere for man-in-the-middle reading? Apr 02, 2025 am 07:15 AM

How to avoid being detected when using FiddlerEverywhere for man-in-the-middle readings When you use FiddlerEverywhere...

How to efficiently copy the entire column of one DataFrame into another DataFrame with different structures in Python? How to efficiently copy the entire column of one DataFrame into another DataFrame with different structures in Python? Apr 01, 2025 pm 11:15 PM

When using Python's pandas library, how to copy whole columns between two DataFrames with different structures is a common problem. Suppose we have two Dats...

How to teach computer novice programming basics in project and problem-driven methods within 10 hours? How to teach computer novice programming basics in project and problem-driven methods within 10 hours? Apr 02, 2025 am 07:18 AM

How to teach computer novice programming basics within 10 hours? If you only have 10 hours to teach computer novice some programming knowledge, what would you choose to teach...

How does Uvicorn continuously listen for HTTP requests without serving_forever()? How does Uvicorn continuously listen for HTTP requests without serving_forever()? Apr 01, 2025 pm 10:51 PM

How does Uvicorn continuously listen for HTTP requests? Uvicorn is a lightweight web server based on ASGI. One of its core functions is to listen for HTTP requests and proceed...

How to solve permission issues when using python --version command in Linux terminal? How to solve permission issues when using python --version command in Linux terminal? Apr 02, 2025 am 06:36 AM

Using python in Linux terminal...

How to get news data bypassing Investing.com's anti-crawler mechanism? How to get news data bypassing Investing.com's anti-crawler mechanism? Apr 02, 2025 am 07:03 AM

Understanding the anti-crawling strategy of Investing.com Many people often try to crawl news data from Investing.com (https://cn.investing.com/news/latest-news)...

See all articles