天天看点

《树莓派Python编程入门与实战》——导读

《树莓派Python编程入门与实战》——导读

树莓派python编程入门与实战

树莓派于2012年2月一经官方首发就在全球引起了一阵旋风,10000套设备瞬间售罄。它是一个廉价的只有信用卡大小的裸露电路板,同时,它是一个运行开源linux操作系统的完全可编程的pc系统。树莓派可以连接到互联网上,可以插到电视上,并且它仅需35美元。

树莓派最初只是为了激发学龄儿童对计算机的兴趣,但是它在世界范围内引起了极客、企业家和教育家的广泛关注。

树莓派的官方编程语言是python。python是一种灵活的编程语言,可以运行在任何平台上。因此,程序可以在windows pc或者mac上创建并运行在树莓派上,反之亦然。python是一种优雅、可靠、功能强大、而且非常流行的编程语言。使用python作为树莓派的官方编程语言是一个非常正确的决定。

<a href="https://yq.aliyun.com/articles/99898">第一部分 树莓派编程环境</a>

<a href="https://yq.aliyun.com/articles/99900">第1章 配置树莓派</a>

<a href="https://yq.aliyun.com/articles/99903">1.1 树莓派是什么</a>

<a href="https://yq.aliyun.com/articles/99907">1.2 获取树莓派</a>

<a href="https://yq.aliyun.com/articles/99911/">1.3 哪些树莓派外设是必须的</a>

<a href="https://yq.aliyun.com/articles/99914">1.4 其他不错的外设</a>

<a href="https://yq.aliyun.com/articles/99916/">1.5 决定如何购买外设</a>

<a href="https://yq.aliyun.com/articles/99923">1.6 让你的树莓派正常工作</a>

<a href="https://yq.aliyun.com/articles/99924">1.7 排除树莓派的故障</a>

<a href="https://yq.aliyun.com/articles/99927/">1.8 总结</a>

<a href="https://yq.aliyun.com/articles/99928">1.9 q&amp;a</a>

<a href="https://yq.aliyun.com/articles/99933">1.10 练习</a>

<a href="https://yq.aliyun.com/articles/99935">第2章 认识raspbian linux发行版</a>

<a href="https://yq.aliyun.com/articles/99938/">2.1 了解linux</a>

<a href="https://yq.aliyun.com/articles/99942">2.2 使用raspbian命令行</a>

<a href="https://yq.aliyun.com/articles/99947">2.3 使用raspbian图形用户界面</a>

<a href="https://yq.aliyun.com/articles/99949/">2.4 总结</a>

<a href="https://yq.aliyun.com/articles/99954">2.5 q&amp;a</a>

<a href="https://yq.aliyun.com/articles/99957/">2.6 练习</a>

<a href="https://yq.aliyun.com/articles/99960/">第3章 搭建编程环境</a>

<a href="https://yq.aliyun.com/articles/99963">3.1 探索python</a>

<a href="https://yq.aliyun.com/articles/99967">3.2 检查你的python环境</a>

<a href="https://yq.aliyun.com/articles/99970">3.3 安装python和工具</a>

<a href="https://yq.aliyun.com/articles/99973">3.4 关于python解释器</a>

<a href="https://yq.aliyun.com/articles/100010">3.5 关于python交互式shell</a>

<a href="https://yq.aliyun.com/articles/100013">3.6 关于python开发环境shell</a>

<a href="https://yq.aliyun.com/articles/100018">3.7 创建python脚本</a>

<a href="https://yq.aliyun.com/articles/100020/">3.8 使用适当的工具</a>

<a href="https://yq.aliyun.com/articles/100022">3.9 总结</a>

<a href="https://yq.aliyun.com/articles/100024">3.10 q&amp;a</a>

<a href="https://yq.aliyun.com/articles/100026">3.11 练习</a>

第二部分 python基础知识

第4章 python基础

第5章 在程序中使用算术

第6章 控制你的程序

第7章 循环

第三部分 高级python

第8章 使用列表和元组

第9章 字典和集合

第10章 使用字符串

第11章 使用文件

第12章 创建函数

第13章 使用模块

第14章 探索面向对象编程的世界

第15章 使用继承

第16章 正则表达式

第17章 异常处理

第四部分 图形编程

第18章 gui编程

第19章 游戏编程

第五部分 业务编程

第20章 使用网络

第21章 在程序中使用数据库

第22章 web编程

第六部分 树莓派python项目

第23章 创建基础的树莓派python工程

第24章 树莓派/python高级项目