0
Your cart

Your cart is empty

Browse All Departments
Price
  • R0 - R50 (1)
  • R100 - R250 (9)
  • R250 - R500 (40)
  • R500+ (701)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Object-oriented programming (OOP)

Information Engineering of Emergency Treatment for Marine Oil Spill Accidents (Hardcover): Lin Mu, Lizhe Wang, Jining Yan Information Engineering of Emergency Treatment for Marine Oil Spill Accidents (Hardcover)
Lin Mu, Lizhe Wang, Jining Yan
R4,519 Discovery Miles 45 190 Ships in 10 - 15 working days

Oil spills are a serious marine disaster. Oil spill accidents usually occur in shipping, ports and offshore oil development. Although most are emergent events, once an oil spill occurs, it will cause great harm to the marine ecological environment, and bring direct harm to the economic development along the affected coast as well as to human health and public safety. Information Engineering of Emergency Treatment for Marine Oil Spill Accidents analyzes the causes of these accidents, introduces China's emergency response system, discusses technologies such as remote sensing and monitoring of oil spill on the sea surface and oil fingerprint identification, studies model prediction of marine oil spill behavior and fate and emergency treatment technologies for oil spills on the sea surface, and emphatically introduces the emergency prediction and warning system for oil spills in the Bohai Sea as well as oil spill-sensitive resources and emergency resource management systems. Features: The status quo and causes of marine oil spill pollution, as well as hazards of oil spill on the sea. The emergency response system for marine oil spills. Model-based prediction methods of marine oil spills. A series of used and developing emergency treatments of oil spill on the sea. This book serves as a reference for scientific investigators who want to understand the key technologies for emergency response to marine oil spill accidents, including the current level and future development trend of China in this field.

Growing Object-Oriented Software, Guided by Tests (Paperback): Steve Freeman, Nat Pryce Growing Object-Oriented Software, Guided by Tests (Paperback)
Steve Freeman, Nat Pryce
R1,523 R1,165 Discovery Miles 11 650 Save R358 (24%) Ships in 10 - 15 working days

Foreword by Kent Beck ""The authors of this book have led a revolution in the craft of programming by controlling the environment in which software grows." "--Ward Cunningham" """At last, a book suffused with code that exposes the deep symbiosis between TDD and OOD. This one's a keeper." "--Robert C. Martin ""If you want to be an expert in the state of the art in TDD, you need to understand the ideas in this book."--"Michael Feathers Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: Write tests for your code before you write the code itself. However, this "simple" idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, two TDD pioneers show how to let tests guide your development and "grow" software that is coherent, reliable, and maintainable. Steve Freeman and Nat Pryce describe the processes they use, the design principles they strive to achieve, and some of the tools that help them get the job done. Through an extended worked example, you'll learn how TDD works at multiple levels, using tests to drive the features and the object-oriented structure of the code, and using Mock Objects to discover and then describe relationships between objects. Along the way, the book systematically addresses challenges that development teams encounter with TDD--from integrating TDD into your processes to testing your most difficult features. Coverage includes - Implementing TDD effectively: getting started, and maintaining your momentum throughout the project- Creating cleaner, more expressive, more sustainable code- Using tests to stay relentlessly focused on sustaining quality - Understanding how TDD, Mock Objects, and Object-Oriented Design come together in the context of a real software development project- Using Mock Objects to guide object-oriented designs- Succeeding where TDD is difficult: managing complex test data, and testing persistence and concurrency

C++ Primer (Paperback, 5th edition): Stanley Lippman, Josee Lajoie, Barbara Moo C++ Primer (Paperback, 5th edition)
Stanley Lippman, Josee Lajoie, Barbara Moo
R1,350 R1,117 Discovery Miles 11 170 Save R233 (17%) Ships in 5 - 10 working days

Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 Standard Fully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting today's best practices, the authors show how to use both the core language and its standard library to write efficient, readable, and powerful code." ""C++ Primer, Fifth Edition, "introduces the C++ standard library from the outset, drawing on its common functions and facilities to help you write useful programs without first having to master every language detail. The book's many examples have been revised to use the new language features and demonstrate how to make the best use of them. This book is a proven tutorial for those new to C++, an authoritative discussion of core C++ concepts and techniques, and a valuable resource for experienced programmers, especially those eager to see C++11 enhancements illuminated. Start Fast and Achieve More

  • Learn how to use the new C++11 language features and the standard library to build robust programs quickly, and get comfortable with high-level programming
  • Learn through examples that illuminate today's best coding styles and program design techniques
  • Understand the "rationale behind the rules" why C++11 works as it does
  • Use the extensive crossreferences to help you connect related concepts and insights
  • Benefit from up-to-date learning aids and exercises that emphasize key points, help you to avoid pitfalls, promote good practices, and reinforce what you've learned
Access the source code for the extended examples from informit.com/title/0321714113 "C++ Primer, Fifth Edition, " features an enhanced, layflat binding, which allows the book to stay open more easily when placed on a flat surface. This special binding method--notable by a small space inside the spine--also increases durability.
Programming in C (Paperback, 4th edition): Stephen  Kochan Programming in C (Paperback, 4th edition)
Stephen Kochan
R1,200 R1,010 Discovery Miles 10 100 Save R190 (16%) Ships in 10 - 15 working days

""Programming in C, Fourth Edition"" is a newly revised and updated edition of Steven Kochan's classic C programming tutorial: a book that has helped thousands of students master C over the past 25+ years. This edition fully reflects current developments in C programming, including the latest version (C11). Crafted to help students master C regardless of their intended platform or applications, it includes substantial new coverage of mobile and gaming applications where C's elegance and speed make it indispensable. Kochan brings a unique ability to connect with readers, understand their needs, and explain a language with exceptional clarity and relevance. Here, he begins with the fundamentals, then covers every facet of C programming: variables, data types, arithmetic expressions, program looping, making decisions, arrays, functions, structures, strings, pointers, operations on bits, preprocessors, I/O, and more. You'll find up-to-date chapters on writing larger programs; debugging, and object-oriented fundamentals. Appendices include a complete language summary; an introduction to the current Standard C Library; coverage of compiling and running programs using gcc; and avoiding common coding mistakes. This edition contains improved examples and explanations, as well as new material on C-based object languages such as Objective-C (reflecting Kochan's unique experience as author of "Programming in Objective-C 2.0," today's leading Objective-C tutorial).

A Guide to MATLAB Object-Oriented Programming (Paperback): Andy H. Register A Guide to MATLAB Object-Oriented Programming (Paperback)
Andy H. Register
R3,378 Discovery Miles 33 780 Ships in 10 - 15 working days

A Guide to MATLAB Object-Oriented Programming is the first book to deliver broad coverage of the documented and undocumented object-oriented features of MATLAB(R). Unlike the typical approach of other resources, this guide explains why each feature is important, demonstrates how each feature is used, and promotes an understanding of the interactions between features. Assuming an intermediate level of MATLAB programming knowledge, the book not only concentrates on MATLAB coding techniques but also discusses topics critical to general software development. It introduces fundamentals first before integrating these concepts into example applications. In the first section, the book discusses eight basic functions: constructor, subsref, subsasgn, display, struct, fieldnames, get, and set. Building on the previous section, it explores inheritance topics and presents the Class Wizard, a powerful MATLAB class generation tool. The final section delves into advanced strategies, including containers, static variables, and function fronts. With more than 20 years of experience designing and implementing object-oriented software, the expert author has developed an accessible and comprehensive book that aids readers in creating effective object-oriented software using MATLAB.

Reactive Programming with RxJava (Paperback): Tomasz Nurkiewicz, Ben Christiansen, Erik Meijer Reactive Programming with RxJava (Paperback)
Tomasz Nurkiewicz, Ben Christiansen, Erik Meijer
R1,021 R850 Discovery Miles 8 500 Save R171 (17%) Ships in 9 - 17 working days

In today's app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that's more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm. Authors Tomasz Nurkiewicz and Ben Christensen include concrete examples that use the RxJava library to solve real-world performance issues on Android devices as well as the server. You'll learn how RxJava leverages parallelism and concurrency to help you solve today's problems. This book also provides a preview of the upcoming 2.0 release. Write programs that react to multiple asynchronous sources of input without descending into "callback hell" Get to that aha! moment when you understand how to solve problems in the reactive way Cope with Observables that produce data too quickly to be consumed Explore strategies to debug and to test programs written in the reactive style Efficiently exploit parallelism and concurrency in your programs Learn about the transition to RxJava version 2

Object-Oriented Analysis and Design - Understanding System Development with UML 2.0 (Paperback): M O'Docherty Object-Oriented Analysis and Design - Understanding System Development with UML 2.0 (Paperback)
M O'Docherty
R2,613 Discovery Miles 26 130 Ships in 18 - 22 working days

Covering the breadth of a large topic, this book provides a thorough grounding in object-oriented concepts, the software development process, UML and multi-tier technologies. After covering some basic ground work underpinning OO software projects, the book follows the steps of a typical development project (Requirements Capture - Design - Specification & Test), showing how an abstract problem is taken through to a concrete solution. The book is programming language agnostic - so code is kept to a minimum to avoid detail and deviation into implementation minutiae.

A single case study running through the text provides a realistic example showing development from an initial proposal through to a finished system. Key artifacts such as the requirements document and detailed designs are included. For each aspect of the case study, there is an exercise for the reader to produce similar documents for a different system.

Introduction to JavaScript Object Notation (Paperback): Lindsay Bassett Introduction to JavaScript Object Notation (Paperback)
Lindsay Bassett
R647 R576 Discovery Miles 5 760 Save R71 (11%) Ships in 18 - 22 working days

What is JavaScript Object Notation (JSON) and how can you put it to work? This concise guide helps busy IT professionals get up and running quickly with this popular data interchange format, and provides a deep understanding of how JSON works. Author Lindsay Bassett begins with an overview of JSON syntax, data types, formatting, and security concerns before exploring the many ways you can apply JSON today. From Web APIs and server-side language libraries to NoSQL databases and client-side frameworks, JSON has emerged as a viable alternative to XML for exchanging data between different platforms. If you have some programming experience and understand HTML and JavaScript, this is your book. Learn why JSON syntax represents data in name-value pairs Explore JSON data types, including object, string, number, and array Find out how you can combat common security concerns Learn how the JSON schema verifies that data is formatted correctly Examine the relationship between browsers, web APIs, and JSON Understand how web servers can both request and create data Discover how jQuery and other client-side frameworks use JSON Learn why the CouchDB NoSQL database uses JSON to store dat

Valuepack: Design Patterns:Elements of Reusable Object-Oriented Software with Applying UML and Patterns:An Introduction to... Valuepack: Design Patterns:Elements of Reusable Object-Oriented Software with Applying UML and Patterns:An Introduction to Object-Oriented Analysis and Design and Iterative Development (Hardcover)
Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides, Craig Larman
R1,905 Discovery Miles 19 050 Ships in 10 - 15 working days

Design Patterns: Elements of Reusable Object-Oriented Software, 1/e Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a catalog of simple and succinct solutions to commonly occurring design problems. Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves. The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently. Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development, 3/e Craig Larman again delivers a clear path for students to learn object-oriented analysis and design through his clear and precise writing style. Larman teaches newcomers to OOA/D learn how to "think in objects" by presenting three iterations of a single, cohesive case study, incrementally introducing the requirements and OOA/D activities, principles, and patterns that are most critical to success.

UML 2.0 Pocket Reference (Paperback, Revised edition): Dan Pilone UML 2.0 Pocket Reference (Paperback, Revised edition)
Dan Pilone
R326 R301 Discovery Miles 3 010 Save R25 (8%) Ships in 18 - 22 working days

Globe-trotting travelers have long resorted to handy, pocket-size dictionaries as an aid to communicating across the language barrier. Dan Pilone's "UML 2.0 Pocket Reference" is just such an aid for on-the-go developers who need to converse in the Unified Modeling Language (UML). Use this book to decipher the many UML diagrams you'll encounter on the path to delivering a modern software system.

Updated to cover the very latest in UML, you'll find coverage of the following UML 2.0 diagram types:

Class diagrams

Component diagrams*

Sequence diagrams*

Communication diagrams*

Timing diagrams*

Interaction Overview diagrams*

Package diagrams*

Deployment diagrams*

Use case diagrams

Composite structure diagrams*

Activity diagrams*

Statechart diagrams*

* New or expanded coverage in this edition

Also new in this edition is coverage of UML's Object Constraint Language (OCL). Using OCL, you can specify more narrowly the functionality described in a given diagram by recording limits that are the result of business rules and other factors.

The "UML 2.0 Pocket Reference" travels well to meetings and fits nicely into your laptop bag. It's near impossible to memorize all aspects of UML, and with this book along, you won't have to.

C++ Software Design - Design Principles and Patterns for High-Quality Software (Paperback): Klaus Iglberger C++ Software Design - Design Principles and Patterns for High-Quality Software (Paperback)
Klaus Iglberger
R1,786 R1,420 Discovery Miles 14 200 Save R366 (20%) Ships in 9 - 17 working days

Good software design is essential for the success of your project, but designing software is hard to do. You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, practical, and unparalleled overview of software design with this modern language. C++ trainer and consultant Klaus Iglberger explains how you can manage dependencies and abstractions, improve changeability and extensibility of software entities, and apply and implement modern design patterns to help you take advantage of today's possibilities. Design is the most essential aspect of a software project because it impacts the software's most important properties: maintainability, changeability, and extensibility. Learn how to evaluate your code with respect to software design Understand what software design is, including design goals such as changeability and extensibility Explore the advantages and disadvantages of each design approach Learn how design patterns help solve problems and express intent Choose the right form of a design pattern to gain most of its advantages

Java Pocket Guide, 4e - Instant Help for Java Programmers (Paperback, 4th New edition): Robert Liguori, Patricia Liguori Java Pocket Guide, 4e - Instant Help for Java Programmers (Paperback, 4th New edition)
Robert Liguori, Patricia Liguori
R557 R498 Discovery Miles 4 980 Save R59 (11%) Ships in 9 - 17 working days

Any time you need quick answers for developing or debugging Java programs, this pocket guide is the ideal reference to standard features of the Java programming language and its platform. You'll find helpful programming examples, tables, figures, and lists fast-including Java 9 features such as modular source code and the new JShell interactive command-line REPL. It's a handy companion, whether you're in the office, in the lab, or on the road. This book also provides material to help you prepare for the Oracle Certified Associate Java Programmer exam. Quickly find Java language details, such as naming conventions, types, statements and blocks, and object-oriented programming Get details on the Java SE platform, including development basics, memory management, concurrency, and generics Use new features in Java 9, including modular source code and JShell Browse through information on basic input/output, NIO 2.0, the Java collections framework, and the Java Scripting API Get supplemental references to fluent APIs, third-party tools, and basics of the Unified Modeling Language (UML)

Object-Orientation, Abstraction, and Data Structures Using Scala (Paperback, 2nd edition): Mark C. Lewis, Lisa Lacher Object-Orientation, Abstraction, and Data Structures Using Scala (Paperback, 2nd edition)
Mark C. Lewis, Lisa Lacher
R3,133 Discovery Miles 31 330 Ships in 10 - 15 working days

Praise for the first edition: "The well-written, comprehensive book...[is] aiming to become a de facto reference for the language and its features and capabilities. The pace is appropriate for beginners; programming concepts are introduced progressively through a range of examples and then used as tools for building applications in various domains, including sophisticated data structures and algorithms...Highly recommended. Students of all levels, faculty, and professionals/practitioners. -D. Papamichail, University of Miami in CHOICE Magazine Mark Lewis' Introduction to the Art of Programming Using Scala was the first textbook to use Scala for introductory CS courses. Fully revised and expanded, the new edition of this popular text has been divided into two books. Object-Orientation, Abstraction, and Data Structures Using Scala, Second Edition is intended to be used as a textbook for a second or third semester course in Computer Science. The Scala programming language provides powerful constructs for expressing both object orientation and abstraction. This book provides students with these tools of object orientation to help them structure solutions to larger, more complex problems, and to expand on their knowledge of abstraction so that they can make their code more powerful and flexible. The book also illustrates key concepts through the creation of data structures, showing how data structures can be written, and the strengths and weaknesses of each one. Libraries that provide the functionality needed to do real programming are also explored in the text, including GUIs, multithreading, and networking. The book is filled with end-of-chapter projects and exercises, and the authors have also posted a number of different supplements on the book website. Video lectures for each chapter in the book are also available on YouTube. The videos show construction of code from the ground up and this type of "live coding" is invaluable for learning to program, as it allows students into the mind of a more experienced programmer, where they can see the thought processes associated with the development of the code. About the Authors Mark Lewis is an Associate Professor at Trinity University. He teaches a number of different courses, spanning from first semester introductory courses to advanced seminars. His research interests included simulations and modeling, programming languages, and numerical modeling of rings around planets with nearby moons. Lisa Lacher is an Assistant Professor at the University of Houston, Clear Lake with over 25 years of professional software development experience. She teaches a number of different courses spanning from first semester introductory courses to graduate level courses. Her research interests include Computer Science Education, Agile Software Development, Human Computer Interaction and Usability Engineering, as well as Measurement and Empirical Software Engineering.

Design Patterns (Paperback): Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides Design Patterns (Paperback)
Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides
R941 Discovery Miles 9 410 Ships in 10 - 15 working days
Harnessing Hibernate (Paperback): James Elliott Harnessing Hibernate (Paperback)
James Elliott
R915 R794 Discovery Miles 7 940 Save R121 (13%) Ships in 18 - 22 working days

Harnessing Hibernate is an ideal introduction to the popular framework that lets Java developers work with information from a relational database easily and efficiently. Databases are a very different world than Java objects, and they often involve people with different skills and specializations. With Hibernate, bridging these two worlds is significantly easier, and with this book, you can get up to speed with Hibernate quickly. Rather than present you with another reference, Harnessing Hibernate lets you explore the system, from download and configuration through a series of projects that demonstrate how to accomplish a variety of practical goals. The new edition of this concise guide walks you through Hibernate's primary features, which include mapping from Java classes to database tables, and from Java data types to SQL data types. You will also learn about Hibernate's data query and retrieval facilities, and much more. By reading and following along with the examples, you can get your own Hibernate environment set up quickly and start using it for real-world tasks right away. Harnessing Hibernate teaches you how to: * Perform Object/Relational mapping * Work with persistent data from Java code * Work with groups and relationships between objects * Extend Hibernate's rich type support for your own needs * Simplify query creation using criteria and examples * Use the Hibernate Query Language (HQL) and understand how it differs from SQL * Use Hibernate in conjunction with Spring * Use Hibernate in conjunction with other packages, such as the Stripes web framework and the Eclipse IDE Once you're past the first few chapters, you can jump to topics that you find particularly interesting or relevant. All background material and explanations of how Hibernate works and why is in the service of a focused task. Source code can be downloaded from the book's website. If using SQL is an uncomfortable chore, Harnessing Hibernate offers you an effective and trouble-free method for working with the information you store in your applications.

Visual Basic 2015 Unleashed (Paperback): Alessandro Del Sole Visual Basic 2015 Unleashed (Paperback)
Alessandro Del Sole
R685 Discovery Miles 6 850 Ships in 4 - 6 working days

Using Visual Basic 2015, developers can build cutting-edge applications that run practically anywhere: on Windows desktops, new Windows 10 devices, in mobile and cloud environments, and beyond. Visual Basic 2015 Unleashed is the most comprehensive, practical reference to modern programming with VB 2015. Long-time Visual Basic MVP Alessandro Del Sole walks you through the latest version of the language, helping you thoroughly master its most valuable features, most powerful programming techniques, and most effective development patterns. Next, he shows how to use Visual Basic 2015 to build robust, effective software in a wide range of environments. Extensively updated for Visual Basic 2015's major improvements, this guide covers both Visual Basic 2015 Professional Edition for professional developers and the free Community Edition for hobbyists, novices, and students. Del Sole has added detailed coverage of building new universal Windows apps for Windows 10 and using new Visual Studio 2015 capabilities to supercharge your productivity as a developer. If you want to leverage all of VB 2015's power, this is the book you need. Detailed information on how to... Understand the Visual Studio 2015 IDE, .NET Framework 4.6 and the new .NET Core 5, and the anatomy of a VB 2015 application Debug VB applications and implement error handling and exceptions Keep your code clean and well-organized with VB 2015's new refactoring tools Master modern VB object development: namespaces, modules, structures, enums, inheritance, interfaces, generics, delegates, events, collections, iterators, and more Share Visual Basic code with Portable Class Libraries and Shared Projects Access data with LINQ and ADO.NET Entity Framework Manipulate XML documents with LINQ and XML Literals Build and deploy applications to run in the Microsoft Azure cloud Develop universal Windows apps that run on any Windows 10 device Use advanced .NET 4.6 platform capabilities, including async and parallel programming, multithreading, assemblies, reflection, and coding attributes Leverage new compiler APIs to write custom domain-specific live code analysis rules Test code with unit tests and TDD Deploy apps efficiently with InstallShield for Visual Studio and ClickOnce

Java How To Program (Early Objects), Global Edition (Paperback, 10th edition): Harvey Deitel, Paul Deitel Java How To Program (Early Objects), Global Edition (Paperback, 10th edition)
Harvey Deitel, Paul Deitel
R1,063 Discovery Miles 10 630 Ships in 4 - 6 working days

Intended for use in the Java programming course The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Java How to Program (Early Objects), Tenth Edition, teaches programming by presenting the concepts in the context of full working programs and takes an early-objects approach MyProgrammingLab for Java How to Program (Early Objects) is a total learning package. MyProgrammingLab is an online homework, tutorial, and assessment program that truly engages students in learning. It helps students better prepare for class, quizzes, and exams-resulting in better performance in the course-and provides educators a dynamic set of tools for gauging individual and class progress. Teaching and Learning Experience This program presents a better teaching and learning experience-for you and your students. *Personalize Learning with MyProgrammingLab: Through the power of practice and immediate personalized feedback, MyProgrammingLab helps students fully grasp the logic, semantics, and syntax of programming.*Teach Programming with the Deitels' Signature Live Code Approach: Java language features are introduced with thousands of lines of code in hundreds of complete working programs. *Introduce Objects Early: Presenting objects and classes early gets students thinking about objects immediately and mastering these concepts more thoroughly. *Keep Your Course Current: This edition can be used with Java SE 7 or Java SE 8, and is up-to-date with the latest technologies and advancements. *Facilitate Learning with Outstanding Applied Pedagogy: Making a Difference exercise sets, projects, and hundreds of valuable programming tips help students apply concepts. *Support Instructors and Students: Student and instructor resources are available to expand on the topics presented in the text.

Learn Python in One Hour - Programming by Example, 2nd Edition (Paperback): Victor R Volkman Learn Python in One Hour - Programming by Example, 2nd Edition (Paperback)
Victor R Volkman
R199 R184 Discovery Miles 1 840 Save R15 (8%) Ships in 18 - 22 working days

You're already a smart person, you don't need a 1000+ page book to get you started on the web's fastest growing programming platform. Instead, "Learn Python in One Hour" delivers on the promise of code literacy while saving your most precious commodity - time itself. Volkman's innovative programming-by-example approach means you focus on usage, not mindless detail. Based on the author's sold-out live seminars, you'll see Python's flexible coding technique in action as we refactor from script to procedural to object-oriented during actual problem solving.
In a seven-lesson progression, you'll be exposed to this and more: Basic file input and output operations Exception handling with try/except Using functions to compute and return multiple values Basic elements of a class definition and how to call methods Lists, dictionaries, sets, and other collections Iteration through collections, files, sorted sets Converting lists to strings and vice-versa Six most common Python pitfalls
Take the One Hour challenge and see if you too can pick up 90% of syntax and semantics in less time than you probably spend commuting each day.
About the Author Victor R. Volkman graduated "cum laude" from Michigan Technological University with a BS in Computer Science in 1986. Since then, he has written for numerous publications, including "The C Gazette, C++ Users Journal, Windows Developers Journal, " and many others. He has taught college-level programming courses at Washtenaw Community College and has served on its Computer Information Science (CIS) Faculty Advisory Board for more than a decade. Volkman says Python helped him "rediscover the joy of programming again."
www.volkman.org
From Modern Software Press

Java - The Good Parts (Paperback): Jim Waldo Java - The Good Parts (Paperback)
Jim Waldo
R669 R598 Discovery Miles 5 980 Save R71 (11%) Ships in 18 - 22 working days

What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available.

Every language eventually builds up crud, Java included. The core language has become increasingly large and complex, and the libraries associated with it have grown even more. Learn how to take advantage of Java's best features by working with an example application throughout the book. You may not like some of the features Jim Waldo considers good, but they'll actually help you write better code. Learn how the type system and packages help you build large-scale software Use exceptions to make code more reliable and easier to maintain Manage memory automatically with garbage collection Discover how the JVM provides portability, security, and nearly bug-free code Use Javadoc to embed documentation within the code Take advantage of reusable data structures in the collections library Use Java RMI to move code and data in a distributed network Learn how Java concurrency constructs let you exploit multicore processors

A Programmer's Guide to C# 5.0 (Paperback, 4th ed.): Eric Gunnerson, Nick Wienholt A Programmer's Guide to C# 5.0 (Paperback, 4th ed.)
Eric Gunnerson, Nick Wienholt
R1,164 R993 Discovery Miles 9 930 Save R171 (15%) Ships in 18 - 22 working days

A Programmer's Guide to C# 5.0 is a book for software developers who want to truly understand C#. Whether you've worked with C# before or with another general-purpose programming language, each fast-paced, focused chapter will take you straight to the heart of a feature of C# and show you why it works the way it does. Written by one-time C# Test Lead, Program Manager, and member of the original C# language design team, this book is an ideal companion to the C# Language Specification, and works both as a tutorial and as a reference guide. Now in its fourth edition, you will find up-to-date coverage of all the latest C# features, including Linq, covariance and contravariance, and async support. You'll learn how to: * Use C# features effectively, in the way they were intended * Apply the newest C# features to your coding problems * Streamline your database code using LINQ * Use async support and the task parallel library to improve performance. * Program more efficiently, effectively, and with real insight into this mature and exciting language, with A Programmer's Guide to C# 5.0. What you'll learn * Learn the why behind C# features.* Learn how to use C# features effectively, in the way they were designed. * Apply the newest C# features to your coding problems. * Streamline your database code using Linq. * Use Async support to simplify your code. Who this book is for A Programmer's Guide to C# is aimed at software developers who want to improve their proficiency at using the C# language. No prior knowledge of .NET is required, but the book does assume experience with a general-purpose programming language.

Visual Basic 2012 Unleashed (Paperback, 2nd edition): Alessandro Del Sole Visual Basic 2012 Unleashed (Paperback, 2nd edition)
Alessandro Del Sole
R41 Discovery Miles 410 Ships in 4 - 6 working days

Fully updated for Windows 8 support, .NET 4.5, and Windows Phone development, this is the most comprehensive, practical reference to modern programming with Visual Basic 2012. Written by Visual Basic MVP Alessandro Del Sole, a long-time leader of the global VB community, this book illuminates the core of the VB language and demonstrates its effective use in many current programming scenarios. Del Sole covers both Visual Basic 2012 Professional Edition for professional developers and the Express Edition for hobbyists, novices, and students. Writing for VB programmers at all levels of experience, he walks through using VB 2012 for data access, Windows desktop/Windows Phone user interface development, networking, communication, and much more. For those moving from structured languages-including VB 6-Del Sole offers detailed guidance on building effective object-oriented code. He also demonstrates how to make the most of Microsoft's updated .NET 4.5 platform to write more robust and powerful software. Detailed information on how to... ? Understand the Visual Studio 2012 IDE, .NET Framework 4.5, and the anatomy of a VB 2012 application ? Debug VB applications and implement error handling and exceptions ? Build efficient object-oriented software with classes, objects, namespaces, and inheritance ? Work with advanced object-oriented features, including interfaces, generics, delegates, events, and collections ? Access data with LINQ-including LINQ to Objects, SQL, DataSets, Entities, XML, and Parallel LINQ ? Build modern Windows applications with WPF ? Develop web-centric applications using ASP.NET, Silverlight 5, and Windows Azure Services cloud computing ? Use advanced .NET 4.5 platform capabilities, including asynchronous programming, multithreading, parallel programming ? Build apps for Windows Phone ? Test code with unit tests, TDD, and code contracts ? Deploy apps efficiently with InstallShield for Visual Studio and ClickOnce

The Definitive Guide to NetBeans Platform (Paperback, 1st ed.): Heiko Bock The Definitive Guide to NetBeans Platform (Paperback, 1st ed.)
Heiko Bock
R1,444 Discovery Miles 14 440 Ships in 18 - 22 working days

The Definitive Guide to NetBeans Platform is a thorough and definitive introduction to the NetBeans Platform, covering all its major application programming interfaces (APIs) in detail, with relevant code examples used throughout.

The original German book on which this title is based was well received. The NetBeans platform community has put together this English translation, which author Heiko Bock updated to cover NetBeans platform 6.5 APIs. With an introduction by known NetBeans platform experts Jaroslav Tulach, Tim Boudreau, and Geertjan Wielenga, this is the most up-to-date book on this topic.

All NetBeans platform developers will be interested in purchasing it, because several topics in the book have not been documented anywhere else. Table of Contents Introduction Structure of the NetBeans Platform The Module System Actions User Interface Design Lookup File Access and Display Graphical Components Reusable NetBeans Platform Components Internationalization and Localization Real-World Application Development Updating a NetBeans Platform Application Persistence Web Services Extending the NetBeansIDE From Eclipse RCP to the NetBeans Platform Tips and Tricks Example: MP3 Manager

Learning OpenCV (Paperback): Gary Bradski Learning OpenCV (Paperback)
Gary Bradski
R1,317 Discovery Miles 13 170 Ships in 18 - 22 working days

"This library is useful for practitioners, and is an excellent tool for those entering the field: it is a set of computer vision algorithms that work as advertised." -William T. Freeman, Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology Learning OpenCV puts you in the middle of the rapidly expanding field of computer vision. Written by the creators of the free open source OpenCV library, this book introduces you to computer vision and demonstrates how you can quickly build applications that enable computers to "see" and make decisions based on that data. Computer vision is everywhere-in security systems, manufacturing inspection systems, medical image analysis, Unmanned Aerial Vehicles, and more. It stitches Google maps and Google Earth together, checks the pixels on LCD screens, and makes sure the stitches in your shirt are sewn properly. OpenCV provides an easy-to-use computer vision framework and a comprehensive library with more than 500 functions that can run vision code in real time. Learning OpenCV will teach any developer or hobbyist to use the framework quickly with the help of hands-on exercises in each chapter. This book includes: * A thorough introduction to OpenCV * Getting input from cameras * Transforming images * Segmenting images and shape matching * Pattern recognition, including face detection * Tracking and motion in 2 and 3 dimensions *3D reconstruction from stereo vision * Machine learning algorithms Getting machines to see is a challenging but entertaining goal. Whether you want to build simple or sophisticated vision applications, Learning OpenCV is the book you need to get started.

Object-oriented Programming Using C++ (Paperback, 4th): Joyce Farrell Object-oriented Programming Using C++ (Paperback, 4th)
Joyce Farrell
R1,333 R1,240 Discovery Miles 12 400 Save R93 (7%) Ships in 10 - 15 working days

Using object-oriented terminology from the start, "Object-Oriented Programming Using C++, Fourth Edition" will provide readers with a solid foundation in C++ programming. Like its predecessors, the fourth edition uses clear, straightforward examples to teach both the syntax of the C++ language and sound programming principles. It begins with an overview of object-oriented programming and C++, and then builds upon this knowledge to teach increasingly complex concepts, such as inheritance, templates, handling exceptions, and advanced input and output. Aimed at providing readers with the most current programming knowledge, this edition has been updated to reflect the latest software, Visual C++ 2008.

Design Optimization using MATLAB and SOLIDWORKS (Hardcover): Krishnan Suresh Design Optimization using MATLAB and SOLIDWORKS (Hardcover)
Krishnan Suresh
R2,457 Discovery Miles 24 570 Ships in 10 - 15 working days

A unique text integrating numerics, mathematics and applications to provide a hands-on approach to using optimization techniques, this mathematically accessible textbook emphasises conceptual understanding and importance of theorems rather than elaborate proofs. It allows students to develop fundamental optimization methods before delving into MATLAB (R)'s optimization toolbox, and to link MATLAB's results with the results from their own code. Following a practical approach, the text demonstrates several applications, from error-free analytic examples to truss (size) optimization, and 2D and 3D shape optimization, where numerical errors are inevitable. The principle of minimum potential energy is discussed to highlight the deep relationship between engineering and optimization. MATLAB code in every chapter illustrates key concepts and the text demonstrates the coupling between MATLAB and SOLIDWORKS (R) for design optimization. A wide variety of optimization problems are covered including constrained non-linear, linear-programming, least-squares, multi-objective, and global optimization problems.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
C# From Beginner to Pro - With…
Rick Phillips Hardcover R1,244 Discovery Miles 12 440
ISE Object-Oriented Software…
David Kung Paperback R1,796 Discovery Miles 17 960
JDBC - Practical Guide for Java…
Gregory D Speegle Paperback R1,259 Discovery Miles 12 590
Programming Games with Java - 11th…
Philip Conrod, Lou Tylee Paperback R2,405 Discovery Miles 24 050
Matrix Calculus And Kronecker Product…
Willi-Hans Steeb Hardcover R1,584 Discovery Miles 15 840
Python Programming For Beginners In 2021…
James Tudor Hardcover R673 Discovery Miles 6 730
Learn Java GUI Applications - 11th…
Philip Conrod, Lou Tylee Paperback R2,844 Discovery Miles 28 440
Java - The ultimate beginners guide to…
Mark Reed Hardcover R564 R519 Discovery Miles 5 190
Python Programming For Beginners In 2020…
James Tudor Hardcover R701 Discovery Miles 7 010
UML 2 Certification Guide - Fundamental…
Tim Weilkiens, Bernd Oestereich Paperback R1,260 Discovery Miles 12 600

 

Partners