Fluent Python: Clear, Concise, and Effective Programming


Luciano Ramalho - 2015
    With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"

The Pragmatic Programmer: From Journeyman to Master


Andy Hunt - 1999
    It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how toFight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.

The Software Requirements Memory Jogger: A Pocket Guide to Help Software and Business Teams Develop and Manage Requirements


Ellen Gottesdiener - 2005
    The Software Requirements Memory Jogger provides every member of your project team with the tools and techniques to foster communication between business and technical teams on the necessary requirements for producing successful software. The Software Requirements Memory Jogger will benefit all stakeholders at any organizational level involved in software development projects management team, practitioners, QA/QC personnel. - Explore practical steps, tips, and examples to help you develop and manage requirements - Follow the User Requirements Roadmap a toolkit of techniques for discovering and analyzing user requirements - Streamline communications between all requirements stakeholders - Learn how to write clear, concise requirements documents

Code: The Hidden Language of Computer Hardware and Software


Charles Petzold - 1999
    And through CODE, we see how this ingenuity and our very human compulsion to communicate have driven the technological innovations of the past two centuries. Using everyday objects and familiar language systems such as Braille and Morse code, author Charles Petzold weaves an illuminating narrative for anyone who’s ever wondered about the secret inner life of computers and other smart machines. It’s a cleverly illustrated and eminently comprehensible story—and along the way, you’ll discover you’ve gained a real context for understanding today’s world of PCs, digital media, and the Internet. No matter what your level of technical savvy, CODE will charm you—and perhaps even awaken the technophile within.

Keeping the Wonder: An Educator's Guide to Magical, Engaging, and Joyful Learning


Jenna Copper - 2021
    

Systems Analysis and Design


Alan Dennis - 2002
    Building on their experience as professional systems analysts and award-winning teachers, authors Dennis, Wixom, and Roth capture the experience of developing and analyzing systems in a way that students can understand and apply.With Systems Analysis and Design, 4th edition , students will leave the course with experience that is a rich foundation for further work as a systems analyst.

The Leadership Playbook: Creating a Coaching Culture to Build Winning Business Teams


Nathan Jamail - 2014
    Yet many companies and organizations encourage their leaders to coach teams without ever teaching them how and without creating a culture that supports coaching.Nathan Jamail—a leading consultant, professional speaker, and the president of his own group of businesses—trains coaches at several Fortune 500 companies and learned that it takes not only different skills to achieve success, but a truly effective coach needs an organizational culture that creates and multiplies the success of every motivated team member. The Leadership Playbook shows leaders the skills necessary to be an effective coach and to build effective teams by:Fostering employees’ belief in the culture of a companyResolving issues proactively rather than reactively and creating an involvement that constantly pushes employees to be their bestFocusing on the more humane principles of leadership—gratitude, positivity, and recognition—that keep morale highHolding teams and individuals accountableConstantly recruiting talent ("building the bench") rather than filling positions only when they are emptyCombining research, interviews, and inspiring stories with the lessons that have earned Jamail the respect of the world’s foremost corporations including CISCO, FedEx, Sprint, the U.S. Army, and State Farm; The Leadership Playbook will dominate the category for years to come.

Shot and a Ghost: a year in the brutal world of professional squash


James Willstrop - 2012
    

Eleventh Hour CISSP®: Study Guide


Eric Conrad - 2016
    This book is streamlined to include only core certification information, and is presented for ease of last-minute studying. Main objectives of the exam are covered concisely with key concepts highlighted. The CISSP certification is the most prestigious, globally-recognized, vendor neutral exam for information security professionals. Over 100,000 professionals are certified worldwide, with many more joining their ranks. This new third edition is aligned to cover all of the material in the most current version of the exam’s Common Body of Knowledge. All domains are covered as completely and concisely as possible, giving users the best possible chance of acing the exam. Completely updated for the most current version of the exam’s Common Body of Knowledge Provides the only guide you need for last-minute studying Answers the toughest questions and highlights core topics Streamlined for maximum efficiency of study, making it ideal for professionals updating their certification or for those taking the test for the first time

The Problem with Software: Why Smart Engineers Write Bad Code


Adam Barr - 2018
    As the size and complexity of commercial software have grown, the gap between academic computer science and industry has widened. It's an open secret that there is little engineering in software engineering, which continues to rely not on codified scientific knowledge but on intuition and experience.Barr, who worked as a programmer for more than twenty years, describes how the industry has evolved, from the era of mainframes and Fortran to today's embrace of the cloud. He explains bugs and why software has so many of them, and why today's interconnected computers offer fertile ground for viruses and worms. The difference between good and bad software can be a single line of code, and Barr includes code to illustrate the consequences of seemingly inconsequential choices by programmers. Looking to the future, Barr writes that the best prospect for improving software engineering is the move to the cloud. When software is a service and not a product, companies will have more incentive to make it good rather than "good enough to ship."

Breakpoint


Jon McGee - 2015
    Fortunately, Jon McGee is an ideal guide through this dynamic marketplace. In Breakpoint, he argues that higher education is in the midst of an extraordinary moment of demographic, economic, and cultural transition that has significant implications for how colleges understand their mission, their market, and their management. Drawing from an extensive assessment of demographic and economic trends, McGee presents a broad and integrative picture of these changes while stressing the importance of decisive campus leadership. He describes the key forces that influence higher education and provides a framework from which trustees, presidents, administrators, faculty, and policy makers can address pressing issues in the aftermath of the Great Recession.Although McGee avoids endorsing one-size-fits-all solutions, he suggests a number of concrete strategies for handling prospective students and developing pedagogical practices, curricular content and delivery, and management structures. Practical and compelling, Breakpoint will help higher education leaders make choices that advance their institutional values and serve their students and the common good for generations to come.

Building Microservices: Designing Fine-Grained Systems


Sam Newman - 2014
    But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain.Discover how microservices allow you to align your system design with your organization's goalsLearn options for integrating a service with the rest of your systemTake an incremental approach when splitting monolithic codebasesDeploy individual microservices through continuous integrationExamine the complexities of testing and monitoring distributed servicesManage security with user-to-service and service-to-service modelsUnderstand the challenges of scaling microservice architectures

Hacking: The Art of Exploitation


Jon Erickson - 2003
    This book explains the technical aspects of hacking, including stack based overflows, heap based overflows, string exploits, return-into-libc, shellcode, and cryptographic attacks on 802.11b.

McGraw-Hill's GED: The Most Complete and Reliable Study Program for the GED Tests


Patricia Mulcrone - 2001
    It offers targeted assessment, easy-to-follow instruction, hundreds of reinforcement activities, and simulated GED tests for all five GED subject areas: Test 1 Language Arts, Writing; Test 2 Social Studies; Test 3 Science; Test 4 Language Arts, Reading; Test 5 Mathematics. A half-length Pretest for each subject helps pinpoint strengths and weaknesses for targeting study. Clear instruction, followed by hundred of practice questions in official GED format help to build confidence. A Posttest for each subject is followed by a second Practice Test in official GED format to determine readiness for the actual test.

Trends and Issues in Instructional Design and Technology


Robert A. Reiser - 2006
    Trends and Issues in Instructional Design and Technology is intended to provide readers with a clear picture of the field of instructional design and technology, the trends and issues that have affected it in the past and present, and those trends and issues likely to affect it in the future. Professionals in the field need to be able to do more than just perform the skills associated with IDT. They need to be able to clearly describe the nature of the field, be familiar with the field's history and its current status, and be able to describe recent trends and issues that are having, or are likely to have, an impact on the field. The purpose of this book is to help readers attain these goals.