A Medal for Murder by Frances Brody is a captivating mystery novel set in 1920s England. When amateur sleuth Kate Shackleton attends a ceremony to unveil a war memorial, she never expects to uncover a tangled web of secrets and betrayal. As she delves into the past to solve a murder, Kate must navigate through a world of hidden motives and long-held grudges to bring the truth to light.
Readers who enjoy historical mysteries set in the 1920s
Those who appreciate strong and independent female protagonists
People who are intrigued by complex and intricately plotted murder investigations
An Introduction to Object-Oriented Programming with Java by C. Thomas Wu provides a comprehensive guide to learning Java programming through the lens of object-oriented programming (OOP). It covers key concepts such as classes, objects, inheritance, polymorphism, and more, with clear explanations and practical examples. Whether you're new to programming or looking to deepen your understanding of OOP, this book is a valuable resource.
Students or professionals looking to learn the fundamentals of object-oriented programming with Java
Individuals with some prior programming experience who want to expand their skills and knowledge
Readers who prefer a hands-on approach to learning, with plenty of examples and exercises to practice
Beginning Java Programming by Bart Baesens is a comprehensive guide for beginners looking to learn Java. It covers the basics of Java programming, object-oriented concepts, and essential tools and techniques. With clear explanations and practical examples, this book is a great resource for anyone starting their journey into Java programming.
Individuals who want to learn Java programming from scratch
Students studying computer science or software engineering
Professionals looking to expand their programming skills
C++ Pocket Reference by Kyle Loudon is a handy guide for C++ programmers. It provides quick access to essential information on C++ syntax, keywords, and standard library functions. Whether you're a beginner or an experienced developer, this book serves as a convenient reference for your day-to-day coding needs.
Experienced C++ programmers who need a quick reference for syntax and usage
Students learning C++ who want a handy guide to supplement their studies
Developers who frequently switch between different programming languages and need a compact resource for C++
Elegant Objects by Yegor Bugayenko challenges conventional programming practices and offers a fresh perspective on object-oriented design. Through a series of thought-provoking essays, the book advocates for a more elegant and efficient approach to writing code, emphasizing the importance of encapsulation, immutability, and minimalistic design. It encourages programmers to rethink their habits and strive for cleaner, more maintainable code.
Software engineers and developers who want to improve their object-oriented programming skills
Those who are interested in understanding the principles of elegant and efficient code design
Individuals who are open to challenging traditional programming practices and exploring alternative approaches
Introducing Python by Bill Lubanovic is a comprehensive guide that introduces the Python programming language. It covers the basics of Python and gradually moves on to more advanced topics, making it suitable for beginners and experienced programmers alike. With clear explanations and practical examples, this book is a great resource for anyone looking to learn Python.
Beginner programmers who want to learn Python from scratch
Experienced programmers from other languages who want to add Python to their skillset
Individuals interested in data analysis, web development, or automation using Python
Learn Python in One Day and Learn It Well by Jamie Chan is a comprehensive guide for beginners looking to learn Python programming quickly. The book covers the basics of Python, including data types, control structures, functions, and file handling, and provides practical examples and exercises to reinforce learning. With its clear explanations and hands-on approach, this book is a great resource for anyone wanting to get started with Python programming.
Individuals who want to learn Python programming quickly and efficiently
Beginners who have little to no experience in coding
Students or professionals looking to add Python to their skillset
Microsoft Visual C# Step by Step is a comprehensive guide that teaches you the basics of C# programming language and how to use Visual Studio to build applications. With clear explanations and hands-on exercises, this book is perfect for beginners who want to learn C# from scratch. From creating simple programs to working with databases and web services, you will gain a solid foundation in C# development.
Individuals who want to learn C# programming language
Beginner programmers who want to understand the fundamentals of C#
Experienced developers who want to expand their knowledge of C# and Visual Studio
Murach's JavaScript and jQuery by Mary Delamater and Zak Ruvalcaba is a comprehensive guide that teaches you how to create interactive and dynamic websites using JavaScript and jQuery. With clear explanations and practical examples, this book covers everything from the basics of JavaScript to advanced jQuery techniques. Whether you're a beginner or an experienced developer, this book will help you master these essential web development tools.
Web developers who want to learn JavaScript and jQuery from scratch
Experienced programmers who want to add front-end development skills to their toolkit
Students or professionals looking to enhance their web development skills and stay up-to-date with industry trends
Object-Oriented Programming in Common LISP by Sonya E. Keene is a comprehensive guide that explores the principles and techniques of object-oriented programming in the Common Lisp language. It covers topics such as classes, inheritance, polymorphism, and generic functions, providing practical examples and code snippets to help readers understand and apply these concepts in their own projects.
Software developers who want to learn object-oriented programming using Common Lisp
Students or educators in computer science or programming courses
Professionals looking to expand their programming skills and knowledge
Object-Oriented Software Construction by Bertrand Meyer is an influential book that provides a comprehensive guide to object-oriented programming. It covers fundamental principles, design patterns, and best practices for creating high-quality, reusable software systems. Whether you're a beginner or an experienced developer, this book offers valuable insights and practical techniques for building robust and maintainable software.
Software developers and engineers looking to deepen their understanding of object-oriented programming
Computer science students seeking a comprehensive guide to software construction principles
Professionals interested in best practices for designing and building robust, maintainable software systems
Object Thinking by David West challenges the traditional approach to software development by advocating for a shift in mindset. The book argues that understanding and embracing the principles of object-oriented thinking is crucial for creating effective and maintainable software. Through real-world examples and insightful analysis, West demonstrates how object thinking can lead to better design, improved code quality, and overall success in software development.
Software developers looking to deepen their understanding of object-oriented programming
Professionals seeking to improve their problem-solving and design skills
Individuals interested in the philosophy and principles behind software development
Programming Rust by Jim Blandy is a comprehensive guide to the Rust programming language. It covers everything from the basics of syntax and data types to advanced topics such as concurrency, networking, and performance optimization. Whether you're new to Rust or an experienced developer, this book will help you harness the power of this modern language for building reliable and efficient software.
Experienced programmers who want to learn a modern, safe, and efficient systems programming language
Developers looking to write high-performance, concurrent, and reliable software
Those interested in understanding the principles of memory management, ownership, and borrowing in programming
Python Pocket Reference by Mark Lutz is a concise guide to Python programming. It provides a quick reference to the core language, standard library, and key modules, making it an essential resource for both beginner and experienced Python developers.
Python developers who need a quick and handy reference guide for the language
Programmers who want to have a compact resource for Python syntax, libraries, and built-in functions
Students learning Python who want a portable supplement to their study materials
Python 3 Object-Oriented Programming by Dusty Phillips is a comprehensive guide that helps you understand the principles of object-oriented programming (OOP) in Python. It covers topics such as classes, inheritance, polymorphism, and encapsulation, and provides practical examples to illustrate how to apply these concepts in real-world scenarios. Whether you're a beginner or an experienced Python developer, this book will enhance your understanding of OOP and empower you to write efficient and maintainable code.
Software developers and programmers who want to learn how to apply object-oriented programming principles in Python
Python beginners who want to deepen their understanding of the language and its advanced features
Professionals looking to improve their coding skills and create more maintainable and scalable applications
Smalltalk Best Practice Patterns by Kent Beck is a comprehensive guide to writing clean, maintainable code in Smalltalk. It offers practical advice and real-world examples to help developers improve their coding practices. Whether you're new to Smalltalk or an experienced developer, this book will help you write better code and become a more efficient programmer.
Smalltalk developers who want to improve their coding skills
Programmers looking to learn best practices for object-oriented design
Professionals who want to enhance their understanding of design patterns and how to apply them in Smalltalk
Starting Out with C++ by Tony Gaddis is a comprehensive introduction to the C++ programming language. It covers the basics of programming, data types, control structures, functions, arrays, and more. With clear explanations and plenty of examples, this book is perfect for beginners looking to learn C++.
Beginner programmers who want to learn the fundamentals of C++
Students studying computer science or software engineering
Professionals looking to expand their programming skills with C++
SysML Distilled provides a concise and practical guide to the Systems Modeling Language (SysML) for systems engineering. Author Lenny Delligatti explains the key concepts and language elements of SysML in a clear and accessible manner, making it an essential resource for anyone looking to understand and apply SysML in their engineering projects.
Systems engineers and architects looking to learn and apply the SysML language
Software and hardware engineers involved in complex system design
Project managers and team members working on systems engineering projects
UML Distilled by Martin Fowler is a concise guide to the Unified Modeling Language (UML). It provides a clear explanation of UML concepts and diagrams, making it an essential resource for software developers and designers. The book focuses on the practical application of UML in real-world projects, making it a valuable reference for anyone involved in software development.
Software developers and architects looking to learn or refresh their understanding of UML
Professionals who need to communicate and document software designs using UML diagrams
Students studying software engineering or computer science