New Release Books by Michael Driscoll

Michael Driscoll is the author of Pillow (2021), A Child's Introduction to Poetry (Revised and Updated) (2020), A Child's Introduction to the Environment (2021), Python 101 (2020) and other 11 books.

15 results found

Pillow

release date: Mar 18, 2021
Pillow
Pillow: Image Processing with Python is the only book that covers the Pillow package, the friendly fork of the Python Imaging Library (PIL). The first few chapters of the book will get you started down the path of knowledge and help you understand how to use Pillow effectively. This book is printed in FULL COLOR. In Pillow: Image Processing with Python, you will learn how to: Crop photos Apply filters Work with colors Combine photos Extract metadata Drawing text and shapes on image Create simple image GUIs You''ll learn all these things and more in this book. Soon you will be able to edit photos like a professional using the Python programming language!

A Child's Introduction to Poetry (Revised and Updated)

release date: Mar 10, 2020
A Child's Introduction to Poetry (Revised and Updated)
This delightful, interactive journey through the history of the world''s poetry now includes a removable poster and access to downloadable audio, allowing kids to listen and learn as they experience the magic of the spoken word. Poetry can be fun -- especially when we can read it, hear it, and discover its many delights. A Child''s Introduction to Poetry joyously introduces kids (and parents) to the greatest poets in history -- from Homer and Shakespeare to Langston Hughes and Maya Angelou -- and provides excellent examples of their work and commentary on what makes it so special and everlasting. The book covers every style of poem, from epics and odes, to nonsense verse and haikus, and is filled with examples of each one. This multimedia package encourages children to listen, read, and learn, and opens the door to a lifetime of appreciation of a rich literary tradition. Also included is a removable, fold-out poster of "Jabberwocky" by Lewis Carroll, one of history''s most iconic poems.

A Child's Introduction to the Environment

release date: Mar 16, 2021
A Child's Introduction to the Environment
Explore the water, land, and air around us with this entertaining and informative look at our magnificent planet—and learn how your experiments, activities, and everyday actions can help save the environment. This book looks at the wide variety of ecosystems and environmental regions of the Earth, from deserts and forests, to cities and farms, to oceans and ice caps, as well as the atmosphere, weather, energy sources, plants, and animals of each area. Michael Driscoll and professor of meteorology Dennis Driscoll explain the changes to our planet that are currently taking place, including rising temperatures and sea levels, and the effects they can have on our environment. They also profile young environmental activists like Greta Thunberg and Isra Hirsi, and highlight important, everyday actions such as water conversion and recycling that kids can do on their own or with their parents. Also included are fun projects and experiments to do at home like brewing sun tea, creating lightning, and making a smog detector. Packed with facts, experiments, and a removable poster with tips on how to save the planet, this comprehensive guide will inspire kids and their families to think about our planet in new ways and help keep it beautiful and healthy for years to come.

Python 101

release date: Aug 30, 2020
Python 101
The second edition of Python 101 (50,000+ eBook readers alone) uses Python 3 to teach you how to program successfully. This book can be read by people with no programming experience, although understanding basic computer terminology is recommended. While Python 101 teaches you all the basics that you need to know, it also dives into many intermediate level topics too. This book is split up into four sections: The Python Language Intermediate Topics Creating Sample Applications Distributing Your Code This book has been completely rewritten from the ground up. There are many new chapters and coverage of new features in Python 3. Another new feature is that Python 101 has Review Questions for every chapter. The book also includes an answer key in the back. Unlike most beginner Python books, Python 101 explains how to create simple applications. It also goes on to teach you how to distribute your code as a Windows executable.

Jupyter Notebook 101

release date: Oct 24, 2018
Jupyter Notebook 101
Jupyter Notebook 101 will teach you all you need to know to create and use Notebooks effectively. You can use Jupyter Notebook to help you learn to code, create presentations, and make beautiful documentation.The Jupyter Notebook is used by the scientific community to demonstrate research in an easy-to-replicate manner.You will learn the following in Jupyter Notebook 101: - How to create and edit Notebooks - How to add styling, images, graphs, etc - How to configure Notebooks - How to export your Notebooks to other formats - Notebook extensions - Notebook widgets - Using Notebooks for presentations - Debugging Notebooks - Running tests against and inside Notebooks - An intro to JupyterLab

Python Interviews

release date: Feb 28, 2018
Python Interviews
Mike Driscoll takes you on a journey talking to a hall-of-fame list of truly remarkable Python experts. You’ll be inspired every time by their passion for the Python language, as they share with you their experiences, contributions, and careers in Python. Key Features Hear from these key Python thinkers about the current status of Python, and where it''s heading in the future Listen to their close thoughts on significant Python topics, such as Python''s role in scientific computing, and machine learning Understand the direction of Python, and what needs to change for Python 4 Book Description Each of these twenty Python Interviews can inspire and refresh your relationship with Python and the people who make Python what it is today. Let these interviews spark your own creativity, and discover how you also have the ability to make your mark on a thriving tech community. This book invites you to immerse in the Python landscape, and let these remarkable programmers show you how you too can connect and share with Python programmers around the world. Learn from their opinions, enjoy their stories, and use their tech tips. • Brett Cannon - former director of the PSF, Python core developer, led the migration to Python 3. • Steve Holden - tireless Python promoter and former chairman and director of the PSF. • Carol Willing - former director of the PSF and Python core developer, Project Jupyter Steering Council member. • Nick Coghlan - founding member of the PSF''s Packaging Working Group and Python core developer. • Jessica McKellar - former director of the PSF and Python activist. • Marc-André Lemburg - Python core developer and founding member of the PSF. • Glyph Lefkowitz - founder of Twisted and fellow of the PSF • Doug Hellmann - fellow of the PSF, creator of the Python Module of the Week blog, Python community member since 1998. • Massimo Di Pierro - fellow of the PSF, data scientist and the inventor of web2py. • Alex Martelli - fellow of the PSF and co-author of Python in a Nutshell. • Barry Warsaw - fellow of the PSF, Python core developer since 1995, and original member of PythonLabs. • Tarek Ziadé - founder of Afpy and author of Expert Python Programming. • Sebastian Raschka - data scientist and author of Python Machine Learning. • Wesley Chun - fellow of the PSF and author of the Core Python Programming books. • Steven Lott - Python blogger and author of Python for Secret Agents. • Oliver Schoenborn - author of Pypubsub and wxPython mailing list contributor. • Al Sweigart - bestselling author of Automate the Boring Stuff with Python and creator of the Python modules Pyperclip and PyAutoGUI. • Luciano Ramalho - fellow of the PSF and the author of Fluent Python. • Mike Bayer - fellow of the PSF, creator of open source libraries including SQLAlchemy. • Jake Vanderplas - data scientist and author of Python Data Science Handbook. What you will learn How successful programmers think The history of Python Insights into the minds of the Python core team Trends in Python programming Who this book is for Python programmers and students interested in the way that Python is used – past and present – with useful anecdotes. It will also be of interest to those looking to gain insights from top programmers.

Creating GUI Applications with WxPython

release date: Apr 25, 2019
Creating GUI Applications with WxPython
Creating GUI Applications with wxPython is a book that will teach you how to use wxPython to create applications by actually creating several mini-programs. I have found that while learning how the various widgets work in wxPython is valuable, it is even better to learn by creating a simple application that does something useful.In this book, you will be creating the following applications: - A simple image viewer- A database viewer- A database editor- Calculator- An Archiving application (tar)- PDF Merging application- XML Editor- File search utility- Simple FTP application- NASA Image downloaderAs you learn how to create these applications, you will also learn how wxPython works. You will go over how wxPython''s event system works, how to use threads in wxPython, make use of sizers and much, much more

WxPython Cookbook

release date: Dec 03, 2016
WxPython Cookbook
The wxPython Cookbook is a series of programming recipes based around the wxPython GUI toolkit. wxPython is a Python wrapper around wxWidgets, a cross-platform desktpo user interface library.

Python 201

release date: Jul 11, 2018
Python 201
Python 201 is the sequel to my first book, Python 101. If you already know the basics of Python and now you want to go to the next level, then this is the book for you! This book is for intermediate level Python programmers only. There won''t be any beginner chapters here. This book is based on Python 3. You will learn about exciting topics such as working with descriptors, super, context managers, iterators and much, much more!

Organisational Behaviour

release date: Jan 01, 2009
Organisational Behaviour
Organisational Behaviour: An Organisational Psychology Perspective for the Asia Pacific (OB) is an exciting new addition to our Psychology/B and E lists. OB is a ground up original with an international author group from Hong Kong, India, Australia and New Zealand. Between them, the authors have generated a huge publishing and research output as well as receiving numerous awards for teaching and service excellence between them. The authors'' teaching excellence is reflected in the carefully considered pedagogical features found throughout the text. OB is a unique offering for MGH; an interdisciplinary text that combines theory and practice and sits between traditional OB and OP. The interdisciplinary nature of the text meets the market needs and services a market niche in which there are no real competitors.

A Child's Introduction to the Night Sky (revised and Updated)

release date: Jan 01, 2004
A Child's Introduction to the Night Sky (revised and Updated)
This charming exploration of the night sky -- featuring a star finder and glow-in-the-dark stickers -- which has more than a quarter of a million young astronomers enjoying the night sky in countries around the world, is now completely revised and updated. A Child''s Introduction to the Night Sky is the perfect introduction to the always fascinating world of astronomy. Children ages eight and up will find out what astronomers have learned (and are still discovering), what astronauts and scientists explore, and what they can find by gazing up into the sky at night. Author Michael Driscoll explains how stars are born, the achievements of the great scientists, the history of space exploration, the story of our solar system, the myths behind the constellations, how to navigate the night sky, and more. Whimsical color illustrations throughout and handy definitions and sidebars help engage younger readers and develop their interest. Also included are a nifty star finder tool and fun glow-in-the-dark stickers.

The Effects of Monetary Policy on the Real Sector

The Effects of Monetary Policy on the Real Sector
The purpose of this study is to assess the current state of understanding about the effects of monetary policy, both at the conceptual level and in the light of the experience of the seven major OECD countries (the United States, Japan, Germany, France, the United Kingdom, Italy and Canada) and three selected smaller open economies (Australia, the Netherlands and Sweden) since the early 1970s (1). Over this period, there have been substantial developments in the policy making environment and in the conduct and implementation of monetary policy which may have significantly affected the way monetary variables influence the real sector of the economy. A. Changes in the macroeconomic and financial environment and their implications for policy making Since the early 1970s there has been a general deterioration in the macroeconomic situation in OECD countries. These have been subjected to large supply shocks, to substantial changes in the rate of inflation, to slow economic growth, to ...

ReportLab - PDF Processing with Python

release date: Jun 05, 2018
ReportLab - PDF Processing with Python
ReportLab has been around since the year 2000 and has remained the primary package that Python developers use for creating reports in the PDF format. It is an extremely powerful package that works across all the major platforms. This book will also introduce the reader to other Python PDF packages.

ReportLab: PDF Processing with Python

release date: Jun 13, 2018
ReportLab: PDF Processing with Python
ReportLab has been around since the year 2000 and has remained the primary package that Python developers use for creating reports in the PDF format. It is an extremely powerful package that works across all the major platforms. This book will also introduce the reader to other Python PDF packages.
15 results found


  • Aboutread.com makes it one-click away to discover great books from local library by linking books/movies to your library catalog search.

  • Copyright © 2023 Aboutread.com