Blog
Recent Posts
Recipe-Based Guide To Programming Your Raspberry Pi 3 Using Python
This book begins by leading you through setting up Raspberry Pi 3, performing tasks using Python 3.6, and introducing the first steps to interface with RPI peripherals. As you work through the chapters, you will develop your skills and apply them as you advance. You will learn how to build text classifiers, predict sentiments in words, develop applications [...]
MicroPython - Embedded IoT Programming with Microcontrollers and Python
MicroPython is an implementation of the Python 3 programming language that also includes a small subset of the Python standard libraries. MicroPython has been specifically designed for use with microcontrollers such as the ESP8266 and other small development boards. It is an exciting time to get involved with MicroPython for programming microcontrollers and embedded systems. This practical guide [...]
Embedded Programming Of Microcontrollers Using MicroPython
It’s an exciting time to get involved with MicroPython, the re-implementation of Python 3 for microcontrollers and embedded systems. This practical guide delivers the knowledge you need to roll up your sleeves and create exceptional embedded projects with this lean and efficient programming language. If you’re familiar with Python as a programmer, educator, or maker, you’re [...]
Complete Python Bootcamp: Learn To Program With Python like a Professional
Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy that emphasizes code readability (notably using whitespace indentation to delimit code blocks rather than curly brackets or keywords), and a syntax that allows programmers to express concepts [...]
Guide To Building Real-World Artificial Intelligence Applications With Python
Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy which emphasizes code readability (notably using whitespace indentation to delimit code blocks rather than curly brackets or keywords), and a syntax which allows programmers to express [...]
Python Programming Using Machine-Learning Algorithms To Create Real-World Applications
Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy which emphasizes code readability (notably using whitespace indentation to delimit code blocks rather than curly brackets or keywords), and a syntax which allows programmers to express [...]
Raspberry Pi Cookbook: Python Programming And Hardware Access
With millions of new users and several new models, the Raspberry Pi ecosystem continues to expand, along with a myriad of new questions about the Raspberry Pi’s capabilities.The second edition of this popular cookbook by Simon Monk provides more than 240 hands-on projects for running this tiny low-cost computer with Linux and programming it with [...]
Raspberry Pi Pico W: Programming Digital Devices with MicroPython
MicroPython is a lean and efficient Python 3 programming language implementation that includes a small subset of the Python standard library and is optimized to run on microcontrollers and in constrained environments. MicroPython is packed with advanced features, such as an interactive prompt, arbitrary precision integers, closures, list comprehensions, generators, exception handling, and more. Yet, it [...]