Mac Kung Fu: Over 300 Tips, Tricks, Hints, and Hacks for OS X LionKeir Thomas Over 300 Tips, Tricks, Hints, and Hacks for OS X Lion Python UnlockedArun Tigeraniya Key Features Write smarter, bug-free, high performance code with minimal effortUncover the best tools and options available to Python developers todayDeploy decorators, design patters, and various optimization techniques to use Python 3.5 effectivelyBook Description R for Data ScienceDan Toomey This book is written for data analysts who have a firm grip of some advanced data analysis techniques. You should have some basic knowledge of the R language and should know about some data science topics. Pointers in C: A Hands on ApproachNaveen Toppo, Hrishikesh Dewan Pointers in C provides a resource for professionals and advanced students needing in-depth but hands-on coverage of pointer basics and advanced features. The goal is to help programmers in wielding the full potential of pointers. Grokking Deep LearningAndrew Trask Artificial Intelligence is the most exciting technology of the century, and Deep Learning is, quite literally, the "brain" behind the world's smartest Artificial Intelligence systems out there. | Sciencia: Mathematics, Physics, Chemistry, Biology, and Astronomy for AllMatt Tweed, Matthew Watkins, Moff Betts, Burkard Polster, Gerard Cheshire From basic mathematical and physical formulas that govern much of our world to the components of matter; from the structure of the cosmos to that of the human body-the discoveries of scientists over the last millennium have been remarkable. Python for Signal Processing: Featuring IPython NotebooksJosé Unpingco This book covers the fundamental concepts in signal processing illustrated with Python code and made available via IPython Notebooks, which are live, interactive, browser-based documents that allow one to change parameters, redraw plots, and tinker with the ideas presented in the text. Everything in the text is computable in this format and thereby invites readers to “experiment and learn” as they read. The book focuses on the core, fundamental principles of signal processing. The code corresponding to this book uses the core functionality of the scientific Python toolchain that should remain unchanged into the foreseeable future. For those looking to migrate their signal processing codes to Python, this book illustrates the key signal and plotting modules that can ease this transition. For those already comfortable with the scientific Python toolchain, this book illustrates the fundamental concepts in signal processing and provides a gateway to further signal processing concepts. Programmable Microcontrollers: Applications on the MSP432 LaunchPadCem Unsalan, H. Deniz Gurhan, M. Erkin Yucel Develop and Deploy Powerful MSP432 Microcontroller Applications Embedded Systems: Introduction to RoboticsJonathan W. Valvano This book is one of four books that teach the fundamentals of embedded systems as applied to the Texas Instruments MSP432 microcontroller. An embedded system is a system that performs a specific task and has a computer embedded inside. A system is comprised of components and interfaces connected together for a common purpose. This book teaches the fundamentals of microcontroller interfacing and real-time programming in the context of robotics. There is a chapter on assembly language to expose important concepts of the microcontroller architecture. However, most of the software development occurs in C. This book can be used with Texas Instruments Robot Systems Learning Kit (TI-RSLK). This book provides an introduction to robots that could be used at the college level with little or no prerequisites. Specific topics include microcontrollers, fixed-point numbers, the design of software in C, elementary data structures, programming input/output including interrupts, analog to digital conversion, digital to analog conversion, power, sensor interfacing, motor interfacing, an introduction to digital signal processing, control systems, and communication systems. The book shows how you deploy both Bluetooth Low Energy, and wifi onto the robot, creating an internet of things. This book employs a bottom-up approach to learning. It will not include an exhaustive recapitulation of the information in data sheets. First, it begins with basic fundamentals, which allows the reader to solve new problems with new technology. Second, the book presents many detailed design examples. These examples illustrate the process of design. There are multiple structural components that assist learning. Checkpoints, with answers in the back, are short easy to answer questions providing immediate feedback while reading. The book includes an index and a glossary so that information can be searched. The most important learning experiences in a class like this are of course the laboratories. Specifically for this volume, look at the lab assignments for TI-RSLK curriculum. There is a web site accompanying this book: http://users.ece.utexas.edu/~valvano/arm/robotics.htm Embedded Systems: Real-Time Interfacing to the MSP432 MicrocontrollerJonathan W. Valvano This book, published June 2018 as a 2nd edition, is the second in a series of three books that teach the fundamentals of embedded systems as applied to MSP432 microcontrollers. These books are primarily written for undergraduate electrical and computer engineering students. They could also be used for professionals learning the ARM platform. The first book Embedded Systems: Introduction to the MSP432 is an introduction to computers and interfacing focusing on assembly language and C programming. This second book focuses on interfacing and the design of embedded systems. The third book Embedded Systems: Real-Time Operating Systems for ARM Cortex-M Microcontrollers is an advanced book focusing on operating systems, high-speed interfacing, control systems, and robotics. An embedded system is a system that performs a specific task and has a computer embedded inside. A system is comprised of components and interfaces connected together for a common purpose. This book presents components, interfaces and methodologies for building systems. Specific topics include the architecture of microcontrollers, design methodology, verification, hardware/software synchronization, interfacing devices to the computer, timing diagrams, real-time systems, data collection and processing, motor control, analog filters, digital filters, real-time signal processing, wireless communication, low-power design, and the internet of things. In general, the area of embedded systems is an important and growing discipline within electrical and computer engineering. The educational market of embedded systems has been dominated by simple microcontrollers like the PIC, the 9S12, and the 8051. This is because of their market share, low cost, and historical dominance. However, as problems become more complex, so must the systems that solve them. A number of embedded system paradigms must shift in order to accommodate this growth in complexity. First, the number of calculations per second will increase from millions/sec to billions/sec. Similarly, the number of lines of software code will also increase from thousands to millions. Thirdly, systems will involve multiple microcontrollers supporting many simultaneous operations. Lastly, the need for system verification will continue to grow as these systems are deployed into safety critical applications. These changes are more than a simple growth in size and bandwidth. These systems must employ parallel programming, high-speed synchronization, real-time operating systems, fault tolerant design, priority interrupt handling, and networking. Consequently, it will be important to provide our students with these types of design experiences. The purpose of writing these books at this time is to bring engineering education into the 21st century. This book employs many approaches to learning. It will not include an exhaustive recapitulation of the information in data sheets. First, it begins with basic fundamentals, which allows the reader to solve new problems with new technology. Second, the book presents many detailed design examples. These examples illustrate the process of design. There are multiple structural components that assist learning. Checkpoints, with answers in the back, are short easy to answer questions providing immediate feedback while reading. The book includes an index and a glossary so that information can be searched. The most important learning experiences in a class like this are of course the laboratories. Each chapter has suggested lab assignments. More detailed lab descriptions are available on the book's web site. This book can also be used with Texas Instruments Robot Systems Learning Kit. These books will cover embedded systems for ARM Cortex-M microcontrollers with specific details on the MSP432. Although the solutions are specific for the MSP432, it will be possible to use these books for other ARM derivatives. Volume 3 can be used for either the TM4C or MSP432 families. |