دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: برنامه نويسي ویرایش: نویسندگان: Simon Monk سری: ISBN (شابک) : 9780071807845 ناشر: McGraw-Hill سال نشر: 2013 تعداد صفحات: 134 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 8 مگابایت
کلمات کلیدی مربوط به کتاب برنامه ریزی Raspberry Pi با شروع پایتون: کتابخانه، ادبیات کامپیوتر، میکروکنترلرها، Raspberry Pi
در صورت تبدیل فایل کتاب Programming the Raspberry Pi Getting Started with Python به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب برنامه ریزی Raspberry Pi با شروع پایتون نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
برنامه های نوآورانه و بازی های سرگرم کننده را روی Raspberry Pi
کوچک و در عین حال قدرتمند خود ایجاد کنید. در این کتاب، استاد
الکترونیک سایمون مونک، اصول اولیه توسعه اپلیکیشن Raspberry Pi
را توضیح میدهد، در حالی که نمونههای عملی و اسکریپتهای آماده
برای استفاده را ارائه میدهد. نحوه راهاندازی سختافزار و
نرمافزار، نوشتن و اشکالزدایی برنامهها، ایجاد رابطهای
کاربرپسند و کنترل الکترونیک خارجی را ببینید. پروژه های خود را
انجام دهید شامل یک بازی جلاد، یک ساعت LED، و یک ربات سرگردان
کنترل شده با نرم افزار است.
رزبری پای خود را راه اندازی و پیکربندی کنید
فایل ها، پوشه ها و منوها را پیمایش کنید
برنامه های پایتون را با استفاده از ایجاد کنید. ویرایشگر
IDLE
با رشته ها، لیست ها و توابع کار کنید
از کتابخانه ها، ماژول ها و کلاس های خود استفاده کرده و
بنویسید
ویژگی های وب را به برنامه های خود اضافه کنید
بازی های تعاملی را با Pygame ایجاد کنید
رابط با دستگاه ها از طریق پورت GPIO
ساخت ربات Raspberry Pi و ساعت LED
ساخت رابط کاربری گرافیکی با کیفیت حرفه ای با استفاده از Tkinter
Create innovative programs and fun games on your tiny yet
powerful Raspberry Pi. In this book, electronics guru Simon
Monk explains the basics of Raspberry Pi application
development, while providing hands-on examples and ready-to-use
scripts. See how to set up hardware and software, write and
debug applications, create user-friendly interfaces, and
control external electronics. Do-it-yourself projects include a
hangman game, an LED clock, and a software-controlled roving
robot.
Boot up and configure your Raspberry Pi
Navigate files, folders, and menus
Create Python programs using the IDLE editor
Work with strings, lists, and functions
Use and write your own libraries, modules, and classes
Add Web features to your programs
Develop interactive games with Pygame
Interface with devices through the GPIO port
Build a Raspberry Pi Robot and LED Clock
Build professional-quality GUIs using Tkinter
Cover......Page 1
Programming the Raspberry Pi™......Page 2
About the Author......Page 3
Title Page......Page 4
Copyright Page......Page 5
Dedication......Page 6
Contents at a Glance......Page 7
Contents......Page 8
Acknowledgments......Page 12
Introduction......Page 13
What Is the Raspberry Pi?......Page 14
A Tour of the Raspberry Pi......Page 15
Buying What You Need......Page 17
Connecting Everything Together......Page 22
Booting Up......Page 23
Summary......Page 24
The Desktop......Page 25
The Command Line......Page 27
Navigating with the Terminal......Page 28
Applications......Page 29
Summary......Page 31
Python Shell......Page 32
Editor......Page 33
Numbers......Page 34
Variables......Page 35
For Loops......Page 36
Simulating Dice......Page 37
If......Page 38
Comparisons......Page 39
Else......Page 40
While......Page 41
Summary......Page 42
String Theory......Page 43
Lists......Page 44
Functions......Page 46
Hangman......Page 47
Tuples......Page 53
Exceptions......Page 54
Numbers......Page 55
Strings......Page 56
Dictionaries......Page 57
Summary......Page 58
Using Modules......Page 59
Installing New Modules......Page 60
Defining Classes......Page 61
Inheritance......Page 63
Summary......Page 65
Reading Files......Page 66
Reading Big Files......Page 67
The File System......Page 68
Internet......Page 69
Summary......Page 71
Temperature Converter......Page 72
Other GUI Widgets......Page 75
Spinbox......Page 76
Layouts......Page 77
Scrollbar......Page 79
Dialogs......Page 80
Menus......Page 81
The Canvas......Page 82
Summary......Page 83
Hello Pygame......Page 84
Following the Mouse......Page 86
One Raspberry......Page 87
Catch Detection and Scoring......Page 88
Lots of Raspberries......Page 89
Summary......Page 93
GPIO Pin Connections......Page 94
Pi Face......Page 95
Slice of PI/O......Page 96
RaspiRobotBoard......Page 97
Gertboard......Page 98
Pi Cobbler......Page 99
Humble Pi......Page 100
Arduino and the Pi......Page 101
Arduino and Pi Talk......Page 102
Summary......Page 103
What You Need......Page 104
Hardware Assembly......Page 105
Software......Page 106
Phase Two......Page 107
Summary......Page 111
What You Need......Page 112
Phase 1: A Basic Rover......Page 113
Hardware Assembly......Page 114
About the Software......Page 117
Step 1: Assemble the Range Finder Serial Adapter......Page 118
Step 2: Attach the Screen......Page 119
Step 3: Update the Software......Page 120
Revised Software......Page 121
Summary......Page 122
Raspberry Pi Resources......Page 124
Scratch......Page 125
Media Center (Rasbmc)......Page 126
Summary......Page 127
Index......Page 128