- Python Programming with Raspberry Pi
- Sai Yamanoor Srihari Yamanoor
- 82字
- 2021-07-02 23:48:41
IDLE's interactive tool
Let's write our first example using IDLE's interactive tool:
- Launch the IDLE3 (meant for Python 3.x) tool from the Raspberry Pi Zero's desktop by double-clicking on it.
- From the IDLE's interactive command-line tool, type the following line:
print("I am excited to learn Python with the Raspberry Pi Zero")
- This should print the following to the interactive command-line tool's screen:

We did it! We wrote a single line that prints out a line of text to the Raspberry Pi's screen.
推薦閱讀
- GNU-Linux Rapid Embedded Programming
- Circos Data Visualization How-to
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 數據中心建設與管理指南
- 模型制作
- 自主研拋機器人技術
- 最簡數據挖掘
- B2B2C網上商城開發指南
- SharePoint 2010開發最佳實踐
- 控制系統計算機仿真
- Docker on Amazon Web Services
- Linux Shell編程從初學到精通
- 在實戰中成長:C++開發之路
- 筆記本電腦使用與維護
- Generative Adversarial Networks Projects