0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (3)
  • R100 - R250 (246)
  • R250 - R500 (3,203)
  • R500+ (11,512)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Programming languages

Starting Out with Java - Early Objects (Paperback, 6th edition): Tony Gaddis Starting Out with Java - Early Objects (Paperback, 6th edition)
Tony Gaddis
R4,667 Discovery Miles 46 670 Ships in 10 - 15 working days

For courses in Java programming A clear and student-friendly way to teach the fundamentals of Java Starting Out with Java: Early Objects, 6th Edition features Tony Gaddis's accessible, step-by-step presentation which helps beginning students understand the important details necessary to become skilled programmers at an introductory level. Gaddis motivates the study of both programming skills and the Java programming language by presenting all the details needed to understand the "how" and the "why"-but never losing sight of the fact that most beginners struggle with this material. His approach is gradual and highly accessible, ensuring that students understand the logic behind developing high-quality programs. In Starting Out with Java: Early Objects, Gaddis looks at objects-the fundamentals of classes and methods-before covering procedural programming. As with all Gaddis texts, clear and easy-to-read code listings, concise and practical real world examples, and an abundance of exercises appear in every chapter. Updates to the 6th Edition include revised, improved problems throughout and three new chapters on JavaFX. Also Available with MyLab Programming. MyLab (TM) Programming is an online learning system designed to engage students and improve results. MyLab Programming consists of programming exercises correlated to the concepts and objectives in this book. Through practice exercises and immediate, personalized feedback, MyLab Programming improves the programming competence of beginning students who often struggle with the basic concepts of programming languages. Note: You are purchasing a standalone product; MyLab (TM) Programming does not come packaged with this content. Students, if interested in purchasing this title with MyLab (TM) Programming, ask your instructor for the correct package ISBN and Course ID. Instructors, contact your Pearson representative for more information. If you would like to purchase both the physical text and MyLab (TM) Programming, search for: 0134543653 / 9780134543659 Starting Out with Java: Early Objects Plus MyProgrammingLab with Pearson eText -- Access Card Package, 6/e Package consists of: 0134447174 / 9780134447179 MyProgrammingLab with Pearson eText -- Access Card -- for Starting Out with Java: Early Objects 0134462017 / 9780134462011 Starting Out with Java: Early Objects Students can use the URL and phone number below to help answer their questions: http://247pearsoned.custhelp.com/app/home 800-677-6337

Programming in Ada 2012 with a Preview of Ada 2022 (Paperback, 2nd Revised edition): John Barnes Programming in Ada 2012 with a Preview of Ada 2022 (Paperback, 2nd Revised edition)
John Barnes
R2,630 Discovery Miles 26 300 Ships in 10 - 15 working days

The latest edition of the definitive guide to the Ada language covers the full details of the core language Ada 2012 as updated by the 2016 ISO Corrigendum and introduces the key new features in Ada 2022. The book is in four parts. It begins by introducing the fundamental concepts for newcomers, before moving onto algorithmic aspects and then structural features such as OOP and multitasking. The fourth part gives details of the standard library and interaction with the external environment. Six complete executable programs illustrate the core features of the language in action. The book concludes with an appendix focussing on the new features in Ada 2022. These new features aid program proof and the efficient use of multicore architectures.

Pointers on C (Paperback, Reissue): Kenneth Reek Pointers on C (Paperback, Reissue)
Kenneth Reek
R4,861 Discovery Miles 48 610 Ships in 10 - 15 working days

Designed for professionals and advanced students, Pointers On C provides a comprehensive resource for those needing in-depth coverage of the C programming language. An extensive explanation of pointer basics and a thorough exploration of their advanced features allows programmers to incorporate the power of pointers into their C programs. Complete coverage, detailed explanations of C programming idioms, and thorough discussion of advanced topics makes Pointers On C a valuable tutorial and reference for students and professionals alike.

CUDA for Engineers - An Introduction to High-Performance Parallel Computing (Paperback): Duane Storti, Mete Yurtoglu CUDA for Engineers - An Introduction to High-Performance Parallel Computing (Paperback)
Duane Storti, Mete Yurtoglu
R1,072 R908 Discovery Miles 9 080 Save R164 (15%) Ships in 10 - 15 working days

CUDA for Engineers gives you direct, hands-on engagement with personal, high-performance parallel computing, enabling you to do computations on a gaming-level PC that would have required a supercomputer just a few years ago. The authors introduce the essentials of CUDA C programming clearly and concisely, quickly guiding you from running sample programs to building your own code. Throughout, you'll learn from complete examples you can build, run, and modify, complemented by additional projects that deepen your understanding. All projects are fully developed, with detailed building instructions for all major platforms. Ideal for any scientist, engineer, or student with at least introductory programming experience, this guide assumes no specialized background in GPU-based or parallel computing. In an appendix, the authors also present a refresher on C programming for those who need it. Coverage includes Preparing your computer to run CUDA programs Understanding CUDA's parallelism model and C extensions Transferring data between CPU and GPU Managing timing, profiling, error handling, and debugging Creating 2D grids Interoperating with OpenGL to provide real-time user interactivity Performing basic simulations with differential equations Using stencils to manage related computations across threads Exploiting CUDA's shared memory capability to enhance performance Interacting with 3D data: slicing, volume rendering, and ray casting Using CUDA libraries Finding more CUDA resources and code Realistic example applications include Visualizing functions in 2D and 3D Solving differential equations while changing initial or boundary conditions Viewing/processing images or image stacks Computing inner products and centroids Solving systems of linear algebraic equations Monte-Carlo computations

Pro Android with Kotlin - Developing Modern Mobile Apps with Kotlin and Jetpack (Paperback, 2nd ed.): Peter Spath Pro Android with Kotlin - Developing Modern Mobile Apps with Kotlin and Jetpack (Paperback, 2nd ed.)
Peter Spath
R1,509 R1,287 Discovery Miles 12 870 Save R222 (15%) Ships in 18 - 22 working days

Develop Android apps with Kotlin to create more elegant programs than the Java equivalent. This revised book covers the various aspects of a modern Android app that professionals are expected to encounter. You'll use the latest Kotlin APIs as made available in most recent versions of the Android SDK. There are chapters dealing with all the important aspects of the Android platform, including GUI design, file- and data-handling, coping with phone calls, multimedia apps, interaction with location and mapping services, monetizing apps, and much more. Jetpack will also be covered. It is a suite of libraries to help developers follow best practices, reduce boilerplate code, and write code that works consistently across Android versions and devices. Pro Android with Kotlin, Second Edition is an invaluable source for developers wanting to build real-world, state-of-the-art Android apps for modern Android devices using the Kotlin programming language and its APIs as available in the modern Android SDK. After reading this book, you'll come away with the skills and techniques to build modern Android apps that you can sell on Google Play. Free source code is available on this book's Github page as well. What You Will Learn Integrate activities, such as intents, services, notifications and more, into your Android apps Build UIs in Android using layouts, widgets, lists, menus, and action bars Deal with data in your Android apps using data persistence and cloud access Design for different Android devices Create multimedia apps in Android Secure, deploy, and monetize your Android apps Who This Book Is ForProfessional Android app developers.

Practical Spring Cloud Function - Developing Cloud-Native Functions for Multi-Cloud and Hybrid-Cloud Environments (Paperback,... Practical Spring Cloud Function - Developing Cloud-Native Functions for Multi-Cloud and Hybrid-Cloud Environments (Paperback, 1st ed.)
Banu Parasuraman
R866 R755 Discovery Miles 7 550 Save R111 (13%) Ships in 18 - 22 working days

Unlike other resources that target only programming communities, this book targets both programming and business communities. With programming models shifting more towards no-code and low-code, citizen programmers from the business side will welcome this book as a guide for how to design and optimize their information pipeline while lowering costs for infrastructure. Programmers, on the other hand, will welcome this book's business-centric programming view, which will get them a step closer to fulfilling real business requirements. Practical Spring Cloud Function touches on the themes of portability, scalability, high performance and high availability. Each theme is explored via a real enterprise use case and code. The use cases target industries including energy (oil pipeline sensors), automotive (event-driven connected vehicles), and retail (conversational AI). After reading this book, you'll come away with the know-how to build and deploy cloud-native Java applications effectively and efficiently. What You Will Learn Write functions and deploy to Amazon Web Services, Microsoft Azure, Google Cloud, IBM Cloud, and on-prem clouds such as VMWare Tanzu and RedHat OpenShift Set up locally with KNative on Kubernetes, as well as on AWS, Azure, GCP, Tanzu, and others Build, test, and deploy a simple example with Spring Cloud Function Develop an event-driven data pipeline with Spring Cloud Function Integrate with AI and machine learning models Apply Spring Cloud Function to the Internet of Things (IoT) Get industry-specific examples of Spring Cloud Function in action Who This Book Is For Software and cloud-native application developers with prior programming experience in the cloud and/or Spring Framework. DevOps professionals may find this book beneficial as well.

Concepts of Programming Languages (Hardcover): Gracie McKenzie Concepts of Programming Languages (Hardcover)
Gracie McKenzie
R3,283 R2,970 Discovery Miles 29 700 Save R313 (10%) Ships in 18 - 22 working days
A Comprehensive Study of SQL - Practice and Implementation (Hardcover): Jagdish Chandra Patni A Comprehensive Study of SQL - Practice and Implementation (Hardcover)
Jagdish Chandra Patni
R2,297 Discovery Miles 22 970 Ships in 10 - 15 working days

A Comprehensive Study of SQL - Practice and Implementation is designed as a textbook and provides a comprehensive approach to SQL (Structured Query Language), the standard programming language for defining, organizing, and exploring data in relational databases. It demonstrates how to leverage the two most vital tools for data query and analysis - SQL and Excel - to perform comprehensive data analysis without the need for a sophisticated and expensive data mining tool or application. Features The book provides a complete collection of modeling techniques, beginning with fundamentals and gradually progressing through increasingly complex real-world case studies It explains how to build, populate, and administer high-performance databases and develop robust SQL-based applications It also gives a solid foundation in best practices and relational theory The book offers self-contained lessons on key SQL concepts or techniques at the end of each chapter using numerous illustrations and annotated examples This book is aimed primarily at advanced undergraduates and graduates with a background in computer science and information technology. Researchers and professionals will also find this book useful.

STEM Problems with Mathcad and Python (Hardcover): Alan Stevens, Anton Tikhonov, Valery Ochkov STEM Problems with Mathcad and Python (Hardcover)
Alan Stevens, Anton Tikhonov, Valery Ochkov
R3,678 Discovery Miles 36 780 Ships in 10 - 15 working days

Features Suitable for undergraduates and early postgraduates who need simple and accessible guidance for solving practical interdisciplinary technical problems Can be used as an additional textbook in a variety of topics, including Calculus, Linear Algebra, Analytical Geometry, Discrete Mathematics, Computer Science, Computational Mathematics, Scientific Visualization, Computer Graphics Gives computer users access to an exciting new hobby - solving complex problems described in fiction.

Advanced Data Science and Analytics with Python (Hardcover): Jesus Rogel-Salazar Advanced Data Science and Analytics with Python (Hardcover)
Jesus Rogel-Salazar
R3,397 Discovery Miles 33 970 Ships in 10 - 15 working days

Advanced Data Science and Analytics with Python enables data scientists to continue developing their skills and apply them in business as well as academic settings. The subjects discussed in this book are complementary and a follow-up to the topics discussed in Data Science and Analytics with Python. The aim is to cover important advanced areas in data science using tools developed in Python such as SciKit-learn, Pandas, Numpy, Beautiful Soup, NLTK, NetworkX and others. The model development is supported by the use of frameworks such as Keras, TensorFlow and Core ML, as well as Swift for the development of iOS and MacOS applications. Features: Targets readers with a background in programming, who are interested in the tools used in data analytics and data science Uses Python throughout Presents tools, alongside solved examples, with steps that the reader can easily reproduce and adapt to their needs Focuses on the practical use of the tools rather than on lengthy explanations Provides the reader with the opportunity to use the book whenever needed rather than following a sequential path The book can be read independently from the previous volume and each of the chapters in this volume is sufficiently independent from the others, providing flexibility for the reader. Each of the topics addressed in the book tackles the data science workflow from a practical perspective, concentrating on the process and results obtained. The implementation and deployment of trained models are central to the book. Time series analysis, natural language processing, topic modelling, social network analysis, neural networks and deep learning are comprehensively covered. The book discusses the need to develop data products and addresses the subject of bringing models to their intended audiences - in this case, literally to the users' fingertips in the form of an iPhone app. About the Author Dr. Jesus Rogel-Salazar is a lead data scientist in the field, working for companies such as Tympa Health Technologies, Barclays, AKQA, IBM Data Science Studio and Dow Jones. He is a visiting researcher at the Department of Physics at Imperial College London, UK and a member of the School of Physics, Astronomy and Mathematics at the University of Hertfordshire, UK.

C++ Programming (Hardcover): Emily Jones C++ Programming (Hardcover)
Emily Jones
R3,222 R2,918 Discovery Miles 29 180 Save R304 (9%) Ships in 18 - 22 working days
Java EE to Jakarta EE 10 Recipes - A Problem-Solution Approach for Enterprise Java (Paperback, 3rd ed.): Josh Juneau, Tarun... Java EE to Jakarta EE 10 Recipes - A Problem-Solution Approach for Enterprise Java (Paperback, 3rd ed.)
Josh Juneau, Tarun Telang
R1,557 R1,310 Discovery Miles 13 100 Save R247 (16%) Ships in 18 - 22 working days

Take a problem-solution approach for programming enterprise Java or Java EE applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. Java EE to Jakarta EE 10 Recipes provides effective, practical, and proven code snippets that you can immediately use to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment. Java EE was made open source under the Eclipse Foundation, and Jakarta EE is the new name for what used to be termed the Java Platform, Enterprise Edition. This book helps you rejuvenate your Java expertise and put the platform's latest capabilities to use for quickly developing robust applications. If you are new to Jakarta EE, this book will help you learn the features of the platform and benefit from one of the most widely used and powerful technologies available for cloud-native enterprise application development today. Examples in this book highlight Jakarta EE's capabilities, helping you to build streamlined and reliable applications using the latest in Java technologies. The book takes a problem-solution approach in which each section introduces a common programming problem, showing you how to solve that problem in the best possible way using the latest features in Jakarta EE. Solutions in the form of working code examples are presented that you can download and use immediately in your own projects. Clear descriptions are provided to help you understand and learn to build further on the solutions provided. This is the ideal book for the code-focused programmer interested in keeping up with the future of enterprise development on the Java Platform. What You Will Learn Develop enterprise java applications using the latest open-source Jakarta EE platform Create great-looking user interfaces using Jakarta Servlets, Jakarta Server Pages, Jakarta Server Faces and the Eclipse Krazo framework (an implementation of Jakarta MVC) Build database applications using Jakarta NoSQL, Jakarta Persistence, and Jakarta Enterprise Beans. Develop enterprise grade applications using Context & Dependency Injection, and Jakarta RESTFul web services Automate testing through cohesive test suites built on Arquillian for Jakarta EE applications Build loosely coupled distributed applications using Jakarta Messaging Deploy microservices applications in cloud environments using Docker Secure applications utilizing the Jakarta EE Security API Who This Book Is For Java developers interested in quickly finding effective and proven solutions without reading through a lengthy manual and scrubbing for techniques.

Programming Languages: C and C++ (Hardcover): Gracie McKenzie Programming Languages: C and C++ (Hardcover)
Gracie McKenzie
R3,253 R2,941 Discovery Miles 29 410 Save R312 (10%) Ships in 18 - 22 working days
Programming Languages: The Complete Guide (Hardcover): Bruce Goodwin Programming Languages: The Complete Guide (Hardcover)
Bruce Goodwin
R3,285 R2,973 Discovery Miles 29 730 Save R312 (9%) Ships in 18 - 22 working days
If the Buddha Got Stuck - A Handbook for Change on a Spiritual Path (Paperback): Charlotte Kasl If the Buddha Got Stuck - A Handbook for Change on a Spiritual Path (Paperback)
Charlotte Kasl
R375 R347 Discovery Miles 3 470 Save R28 (7%) Ships in 18 - 22 working days

Perennial favorites, Charlotte Kaslas "If the Buddha Dated and If the Buddha Married" have inspired readers with their empowering blend of spiritual and psychological insights. Her latest, "If the Buddha Got Stuck," is a wise yet lighthearted book that will speak to anyone who's ever experienced being stuck in life and wanted to break free. With her signature clarity, wisdom, and warm heart, Kasl presents readers with seven steps that tap into lifeas bigger picture: Notice Where Youare Stuck; Show Up; Pay Attention; Live in Reality; Connect with Others; Move From Thought to Action; and Let Go. Full of insight from Buddhist and other teachings that emphasize the joy that comes with letting go of attachments to events and things, "If the Buddha Got Stuck" is an inspirational and practical roadmap to a more joyful, peaceful, and fulfilling life.

Languages for Developing User Interfaces (Hardcover): Brad A. Myers Languages for Developing User Interfaces (Hardcover)
Brad A. Myers
R4,205 Discovery Miles 42 050 Ships in 10 - 15 working days

This book brings together a number of researchers and developers from industry and academia who report on their work. It is of interest to language designers and the creators of toolkits, UIMSs, and other user interface tools.

JavaScript for Data Science (Hardcover): Maya Gans, Toby Hodges, Greg Wilson JavaScript for Data Science (Hardcover)
Maya Gans, Toby Hodges, Greg Wilson
R4,217 Discovery Miles 42 170 Ships in 10 - 15 working days

Written by two very experienced instructors, with more than thirty years of teaching experience between them; Presents material that is grounded in practical applications that are representative of the problems researchers encounter in real life; Teaches readers the core features of modern JavaScript; Covers programming with callbacks and promises; Describes how to build data services and data visualization;

Python for Scientific Computing and Artificial Intelligence (Paperback): Stephen Lynch Python for Scientific Computing and Artificial Intelligence (Paperback)
Stephen Lynch
R1,817 Discovery Miles 18 170 Ships in 9 - 17 working days

Python for Scientific Computation and Artificial Intelligence is split into 3 parts: in Section 1, the reader is introduced to the Python programming language and shown how Python can aid in the understanding of advanced High School Mathematics. In Section 2, the reader is shown how Python can be used to solve real-world problems from a broad range of scientific disciplines. Finally, in Section 3, the reader is introduced to neural networks and shown how TensorFlow (written in Python) can be used to solve a large array of problems in Artificial Intelligence (AI). This book was developed from a series of national and international workshops that the author has been delivering for over twenty years. The book is beginner friendly and has a strong practical emphasis on programming and computational modelling. Features: No prior experience of programming is required. Online GitHub repository available with codes for readers to practice. Covers applications and examples from biology, chemistry, computer science, data science, electrical and mechanical engineering, economics, mathematics, physics, statistics and binary oscillator computing. Full solutions to exercises are available as Jupyter notebooks on the Web.

Agile Systems Engineering (Paperback): Bruce Powel Douglass Agile Systems Engineering (Paperback)
Bruce Powel Douglass
R1,630 R1,522 Discovery Miles 15 220 Save R108 (7%) Ships in 10 - 15 working days

Agile Systems Engineering presents a vision of systems engineering where precise specification of requirements, structure, and behavior meet larger concerns as such as safety, security, reliability, and performance in an agile engineering context. World-renown author and speaker Dr. Bruce Powel Douglass incorporates agile methods and model-based systems engineering (MBSE) to define the properties of entire systems while avoiding errors that can occur when using traditional textual specifications. Dr. Douglass covers the lifecycle of systems development, including requirements, analysis, design, and the handoff to specific engineering disciplines. Throughout, Dr. Douglass couples agile methods with SysML and MBSE to arm system engineers with the conceptual and methodological tools they need to avoid specification defects and improve system quality while simultaneously reducing the effort and cost of systems engineering.

Introduction to C++ (Paperback): George S. Tselikis Introduction to C++ (Paperback)
George S. Tselikis
R1,485 Discovery Miles 14 850 Ships in 10 - 15 working days

It is a textbook that provides a thorough introduction to the C++ programming language. Introduction to the C++ language in a substantial, non-tiring way, including hints and advices for writing clear, reliable, and efficient code. Numerous programming exercises of progressive difficulty and non-obvious short questions.

Go Programming Language, The (Paperback): Alan Donovan, Brian Kernighan Go Programming Language, The (Paperback)
Alan Donovan, Brian Kernighan
R910 R779 Discovery Miles 7 790 Save R131 (14%) Ships in 5 - 10 working days

The authoritative resource to writing clear and idiomatic Go to solve real-world problems Google's Go team member Alan A. A. Donovan and Brian Kernighan, co-author of The C Programming Language, provide hundreds of interesting and practical examples of well-written Go code to help programmers learn this flexible, and fast, language. It is designed to get you started programming with Go right away and then to progress on to more advanced topics. Basic components: an opening tutorial provides information and examples to get you off the ground and doing useful things as quickly as possible. This includes: command-line arguments gifs URLs web servers Program structure: simple examples cover the basic structural elements of a Go program without getting sidetracked by complicated algorithms or data structures. Data types: Go offers a variety of ways to organize data, with a spectrum of data types that at one end match the features of the hardware and at the other end provide what programmers need to conveniently represent complicated data structures. Composite types: arrays slices maps structs JSON test and HTML templates Functions: break a big job into smaller pieces that might well be written by different people separated by both time and space. Methods: declarations with a pointer receiver struct embedding values and expressions Interfaces: write functions that are more flexible and adaptable because they are not tied to the details of one particular implementation. Concurrent programming: Goroutines, channels, and with shared variables. Packages: use existing packages and create new ones. Automated testing: write small programs that check the code. Reflection features: update variables and inspect their values at run time. Low-level programming: step outside the usual rules to achieve the highest possible performance, interoperate with libraries written in other languages, or implement a function that cannot be expressed in pure Go. Each chapter has exercises to test your understanding and explore extensions and alternatives. Source code is freely available for download and may be conveniently fetched, built, and installed using the go get command.

Classic Computer Science Problems in Java (Paperback): David Kopec Classic Computer Science Problems in Java (Paperback)
David Kopec
R1,052 Discovery Miles 10 520 Ships in 10 - 15 working days

Sharpen your coding skills by exploring established computer science problems! Classic Computer Science Problems in Java challenges you with time-tested scenarios and algorithms. You'll work through a series of exercises based in computer science fundamentals that are designed to improve your software development abilities, improve your understanding of artificial intelligence, and even prepare you to ace an interview. Classic Computer Science Problems in Java will teach you techniques to solve common-but-tricky programming issues. You'll explore foundational coding methods, fundamental algorithms, and artificial intelligence topics, all through code-centric Java tutorials and computer science exercises. As you work through examples in search, clustering, graphs, and more, you'll remember important things you've forgotten and discover classic solutions to your "new" problems! Key Features * Recursion, memorization, bit manipulation * Search algorithms * Constraint-satisfaction problems * Graph algorithms * K-means clustering For intermediate Java programmers. About the technology In any computer science classroom you'll find a set of tried-and-true algorithms, techniques, and coding exercises. These techniques have stood the test of time as some of the best ways to solve problems when writing code, and expanding your Java skill set with these classic computer science methods will make you a better Java programmer. David Kopec is an assistant professor of computer science and innovation at Champlain College in Burlington, Vermont. He is the author of Dart for Absolute Beginners (Apress, 2014), Classic Computer Science Problems in Swift (Manning, 2018), and Classic Computer Science Problems in Python (Manning, 2019).

Introduction to Programming Using Visual Basic (Paperback, 11th edition): David Schneider Introduction to Programming Using Visual Basic (Paperback, 11th edition)
David Schneider
R4,607 Discovery Miles 46 070 Ships in 10 - 15 working days

For courses in Visual Basic Programming. A Current and Comprehensive Introduction to Visual Basic Programming Schneider's Introduction to Programming Using Visual Basic has been consistently praised in the industry since 1991 and is a favorite of instructors and students. The 11th Edition is updated for Visual Basic 2017, providing an ideal tool for students learning their first programming language. The text keeps pace with modern programming methodology while incorporating current content and good programming practices. Schneider emphasizes problem solving by discussing problem-solving techniques early and using them throughout the book. He also ensures each chapter is rich yet concise by developing chapters around crucial subjects rather than covering too many topics superficially. The new edition provides a broad range of real-world examples, section-ending exercises, case studies, and programming projects that provide students with the most current and hands-on experience of any Visual Basic book on the market. The number and range of projects give instructors the flexibility to adapt the course according to the interests and abilities of students. Some programming projects in later chapters can be assigned as end-of-the-semester projects. Also available with MyLab Programming MyLab (TM) is the teaching and learning platform that empowers you to reach every student. By combining trusted author content with digital tools and a flexible platform, MyLab personalizes the learning experience and improves results for each student.With MyLab Programming, students work through hundreds of short, auto-graded coding exercises and receive immediate and helpful feedback based on their work. Note: You are purchasing a standalone product; MyLab Programming does not come packaged with this content. Students, if interested in purchasing this title with MyLab Programming, ask your instructor for the correct package ISBN and Course ID. Instructors, contact your Pearson representative for more information. If you would like to purchase both the physical text and MyLab Programming, search for: 0135862167 / 9780135862162 Introduction to Programming Using Visual Basic Plus MyLab Programming - Access Card Package, 11e Package consists of: 0135416116 / 9780135416112 MyLab Programming Standalone Access Card 0135416035 / 9780135416037 Introduction to Programming Using Visual Basic

Computer Programming Languages (Hardcover): Gordon Hurley Computer Programming Languages (Hardcover)
Gordon Hurley
R3,273 R2,963 Discovery Miles 29 630 Save R310 (9%) Ships in 18 - 22 working days
Handbook of Programming Languages (Hardcover): Samuel Green Handbook of Programming Languages (Hardcover)
Samuel Green
R3,172 R2,875 Discovery Miles 28 750 Save R297 (9%) Ships in 18 - 22 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Machine Learning in Python - Hands on…
Bob Mather Hardcover R799 Discovery Miles 7 990
Introducing Delphi Programming - Theory…
John Barrow, Linda Miller, … Paperback  (1)
R785 Discovery Miles 7 850
A Day in Code - An illustrated story…
Shari Eskenas Hardcover R569 Discovery Miles 5 690
FORTRAN 90 for Scientists and Engineers
Brian Hahn Paperback R1,359 Discovery Miles 13 590
Dark Silicon and Future On-chip Systems…
Suyel Namasudra, Hamid Sarbazi-Azad Hardcover R3,940 Discovery Miles 39 400
Introduction to Computational Economics…
Hans Fehr, Fabian Kindermann Hardcover R4,258 Discovery Miles 42 580
Microcontroller Projects in C for the…
Dogan Ibrahim Paperback R1,455 Discovery Miles 14 550
Coding for Kids in Python - Python…
Bob Mather Hardcover R851 Discovery Miles 8 510
Advanced SQL with SAS
Christian F. G. Schendera Hardcover R2,458 Discovery Miles 24 580
C++ Programming - Program Design…
D. Malik Paperback R1,646 R1,523 Discovery Miles 15 230

 

Partners