0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (281)
  • R250 - R500 (3,490)
  • R500+ (11,353)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Programming languages

Logic Program Synthesis from Incomplete Information (Hardcover, 1995 ed.): Pierre Flener Logic Program Synthesis from Incomplete Information (Hardcover, 1995 ed.)
Pierre Flener
R4,524 Discovery Miles 45 240 Ships in 12 - 17 working days

Program synthesis is a solution to the software crisis. If we had a program that develops correct programs from specifications, then program validation and maintenance would disappear from the software life-cycle, and one could focus on the more creative tasks of specification elaboration, validation, and maintenance, because replay of program development would be less costly. This monograph describes a novel approach to Inductive Logic Programming (ILP), which cross-fertilizes logic programming and machine learning. Aiming at the synthesis of recursive logic programs only, and this from incomplete information, we take a software engineering approach that is more appropriate than a pure artificial intelligence approach. This book is suitable as a secondary text for graduate level courses in software engineering and artificial intelligence, and as a reference for practitioners of program synthesis.

Introduction to the Tools of Scientific Computing (Hardcover, 2nd ed. 2022): Einar Smith Introduction to the Tools of Scientific Computing (Hardcover, 2nd ed. 2022)
Einar Smith
R1,973 Discovery Miles 19 730 Ships in 12 - 17 working days

The book provides an introduction to common programming tools and methods in numerical mathematics and scientific computing. Unlike standard approaches, it does not focus on any specific language, but aims to explain the underlying ideas. Typically, new concepts are first introduced in the particularly user-friendly Python language and then transferred and extended in various programming environments from C/C++, Julia and MATLAB to Maple and Mathematica. This includes various approaches to distributed computing. By examining and comparing different languages, the book is also helpful for mathematicians and practitioners in deciding which programming language to use for which purposes. At a more advanced level, special tools for the automated solution of partial differential equations using the finite element method are discussed. On a more experimental level, the basic methods of scientific machine learning in artificial neural networks are explained and illustrated.

Writing Testbenches using SystemVerilog (Hardcover, 2006 ed.): Janick Bergeron Writing Testbenches using SystemVerilog (Hardcover, 2006 ed.)
Janick Bergeron
R5,573 Discovery Miles 55 730 Ships in 12 - 17 working days

Verification is too often approached in an ad hoc fashion. Visually inspecting simulation results is no longer feasible and the directed test-case methodology is reaching its limit. Moore's Law demands a productivity revolution in functional verification methodology.

Writing Testbenches Using SystemVerilog offers a clear blueprint of a verification process that aims for first-time success using the SystemVerilog language. From simulators to source management tools, from specification to functional coverage, from I's and O's to high-level abstractions, from interfaces to bus-functional models, from transactions to self-checking testbenches, from directed testcases to constrained random generators, from behavioral models to regression suites, this book covers it all.

Writing Testbenches Using SystemVerilog presents many of the functional verification features that were added to the Verilog language as part of SystemVerilog. Interfaces, virtual modports, classes, program blocks, clocking blocks and others SystemVerilog features are introduced within a coherent verification methodology and usage model.

Writing Testbenches Using SystemVerilog introduces the reader to all elements of a modern, scalable verification methodology. It is an introduction and prelude to the verification methodology detailed in the Verification Methodology Manual for SystemVerilog. It is a SystemVerilog version of the author's bestselling book Writing Testbenches: Functional Verification of HDL Models.

LOTOSphere: Software Development with LOTOS (Hardcover, 1995 ed.): Tommaso Bolognesi, Jeroen Van De Lagemaat, Chris Vissers LOTOSphere: Software Development with LOTOS (Hardcover, 1995 ed.)
Tommaso Bolognesi, Jeroen Van De Lagemaat, Chris Vissers
R4,582 Discovery Miles 45 820 Ships in 12 - 17 working days

LOTOS (Language Of Temporal Ordering Specification) became an international standard in 1989, although application of preliminary versions of the language to communication services and protocols of the ISO/OSI family dates back to 1984. This history of the use of LOTOS made it apparent that more advantages than the pure production of standard reference documents were to be expected from the use of such formal description techniques. LOTOSphere: Software Development with LOTOS describes in depth a five year project that moved LOTOS out of the ISO tower into software engineering practice. LOTOS became a vehicle for efficient, yet formally based industrial software specification, design, verification, implementation and testing. LOTOSphere: Software Development with LOTOS is divided into six parts. The first introduces the reader to LOTOS and the project LOTOSphere. The five remaining each treat an important part of the software development life cycle using LOTOS. This is the first book to give a comprehensive treatment of the use of these formal description techniques in a software engineering environment. It will thus be a valuable reference for researchers and software developers and can also be used as a text for an advanced course on the subject.

Comparative Metric Semantics of Programming Languages - Nondeterminism and Recursion (Hardcover, 1998 ed.): Franck van Breughel Comparative Metric Semantics of Programming Languages - Nondeterminism and Recursion (Hardcover, 1998 ed.)
Franck van Breughel
R3,067 Discovery Miles 30 670 Ships in 10 - 15 working days

During the last three decades several different styles of semantics for program ming languages have been developed. This book compares two of them: the operational and the denotational approach. On the basis of several exam ples we show how to define operational and denotational semantic models for programming languages. Furthermore, we introduce a general technique for comparing various semantic models for a given language. We focus on different degrees of nondeterminism in programming lan guages. Nondeterminism arises naturally in concurrent languages. It is also an important concept in specification languages. In the examples discussed, the degree of non determinism ranges from a choice between two alternatives to a choice between a collection of alternatives indexed by a closed interval of the real numbers. The former arises in a language with nondeterministic choices. A real time language with dense choices gives rise to the latter. We also consider the nondeterministic random assignment and parallel composition, both couched in a simple language. Besides non determinism our four example languages contain some form of recursion, a key ingredient of programming languages."

Computational Framework for the Finite Element Method in MATLAB (R) and Python (Hardcover): Pavel Sumets Computational Framework for the Finite Element Method in MATLAB (R) and Python (Hardcover)
Pavel Sumets
R3,127 Discovery Miles 31 270 Ships in 9 - 15 working days

Features Contains ready-to-use coding recipes allowing fast prototyping and solving of mathematical problems using FEM. Suitable for upper-level undergraduates and graduates in applied mathematics, science, or engineering. Both MATLAB and Python programming codes are provided to give readers more flexibility in the practical framework implementation.

Oracle Database Programming with Java - Ideas, Designs, and Implementations (Hardcover): Ying Bai Oracle Database Programming with Java - Ideas, Designs, and Implementations (Hardcover)
Ying Bai
R2,320 Discovery Miles 23 200 Ships in 9 - 15 working days

Databases have become an integral part of modern life. Today's society is an information-driven society, and database technology has a direct impact on all aspects of daily life. Decisions are routinely made by organizations based on the information collected and stored in databases. Database management systems such as Oracle are crucial to apply data in industrial or commercial systems. Equally crucial is a graphical user interface (GUI) to enable users to access and manipulate data in databases. The Apache NetBeans IDE with Java is an ideal candidate for developing a GUI with programming functionality. Oracle Database Programming with Java: Ideas, Designs, and Implementations is written for college students and software programmers who want to develop practical and commercial database programming with Java and relational databases such as Oracle Database XE 18c. The book details practical considerations and applications of database programming with Java and is filled with authentic examples as well as detailed explanations. Advanced topics in Java Web, like Java Web Applications and Java Web Services, are covered in real project examples to show how to handle the database programming issues in the Apache NetBeans IDE environment. This book features: A real sample database, CSE _ DEPT, which is built with Oracle SQL Developer, provided and used throughout the book Step by step, detailed illustrations and descriptions of how to design and build a practical relational database Fundamental and advanced Java database programming techniques practical to both beginning students and experienced programmers Updated Java desktop and Web database programming techniques, such as Java Enterprise Edition 7, JavaServer Pages, JavaServer Faces, Enterprise Java Beans, Web applications and Web services, including GlassFish and Tomcat Web servers More than 30 real database programming projects with detailed illustrations Actual JDBC APIs and JDBC drivers, along with code explanations Homework and selected solutions for each chapter to strengthen and improve students' learning and understanding of the topics they have studied

Practical OCaml (Hardcover, 1st ed.): Joshua B. Smith Practical OCaml (Hardcover, 1st ed.)
Joshua B. Smith
R1,661 Discovery Miles 16 610 Ships in 10 - 15 working days

Objective Caml (OCaml) is an open source programming language that allows you to utilize both functional and object-oriented programming. A very fast and efficient language, OCaml's speed is on par with the likes of C/C++, and Practical OCaml is the only book available that covers OCaml. The compiler is available for a variety of platforms, including Windows, Unix, Linux, and Apple. OCaml can be found in a variety of scientific applications and is used as a teaching language in universities. Practical OCaml teaches Objective Caml in a straightforward and practical manner. All the features of this functional programming language are taught by example. You will learn how to utilize OCaml to create a simple database, perform reporting, and create a spam filter. You will also learn how to scan complex log files, create your own network servers by creating a shoutcast server, and create a web crawler. By this book's conclusion, you'll be able to decipher when and why OCaml should be used, and be prepared to create your own applications with OCaml.

Languages for Digital Embedded Systems (Hardcover, 2000 ed.): Stephen A. Edwards Languages for Digital Embedded Systems (Hardcover, 2000 ed.)
Stephen A. Edwards
R4,538 Discovery Miles 45 380 Ships in 12 - 17 working days

Appropriate for use as a graduate text or a professional reference, Languages for Digital Embedded Systems is the first detailed, broad survey of hardware and software description languages for embedded system design. Instead of promoting the one language that will solve all design problems (which does not and will not ever exist), this book takes the view that different problems demand different languages, and a designer who knows the spectrum of available languages has the advantage over one who is trapped using the wrong language. Languages for Digital Embedded Systems concentrates on successful, widely-used design languages, with a secondary emphasis on those with significant theoretical value. The syntax, semantics, and implementation of each language is discussed, since although hardware synthesis and software compilation technology have steadily improved, coding style still matters, and a thorough understanding of how a language is synthesized or compiled is generally necessary to take full advantage of a language. Practicing designers, graduate students, and advanced undergraduates will all benefit from this book. It assumes familiarity with some hardware or software languages, but takes a practical, descriptive view that avoids formalism.

Starting Out with C++ from Control Structures through Objects, Global Edition (Paperback, 9th edition): Tony Gaddis Starting Out with C++ from Control Structures through Objects, Global Edition (Paperback, 9th edition)
Tony Gaddis
R2,381 Discovery Miles 23 810 Ships in 12 - 17 working days

A clear and student-friendly way to teach the fundamentals of C++ Starting Out with C++: From Control Structures through Objects covers control structures, functions, arrays, and pointers before objects and classes in Tony Gaddis's hallmark accessible, step-by-step presentation. His books help 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 C++ 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. 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 9th Edition include revised, improved problems throughout and a new chapter featuring completely rewritten and expanded material on the Standard Template Library (STL).

Software Testing - A Craftsman's Approach, Fifth Edition (Paperback, 5th edition): Paul C. Jorgensen, Byron DeVries Software Testing - A Craftsman's Approach, Fifth Edition (Paperback, 5th edition)
Paul C. Jorgensen, Byron DeVries
R1,291 Discovery Miles 12 910 Ships in 9 - 15 working days

This updated and reorganized Fifth edition of Software Testing: A Craftsman's Approach continues to be a valuable reference for software testers, developers, and engineers, by applying the strong mathematics content of previous editions to a coherent treatment of software testing. Responding to instructor and student survey input, the authors have streamlined chapters and examples. The Fifth Edition: Has a new chapter on feature interaction testing that explores the feature interaction problem and explains how to reduce tests Uses Java instead of pseudo-code for all examples including structured and object-oriented ones Presents model-based development and provides an explanation of how to conduct testing within model-based development environments Explains testing in waterfall, iterative, and agile software development projects Explores test-driven development, reexamines all-pairs testing, and explains the four contexts of software testing Thoroughly revised and updated, Software Testing: A Craftsman's Approach, Fifth Edition is sure to become a standard reference for those who need to stay up to date with evolving technologies in software testing.

Building Java Programs: A Back to Basics Approach, Global Edition (Paperback, 4th edition): Stuart Reges, Marty Stepp Building Java Programs: A Back to Basics Approach, Global Edition (Paperback, 4th edition)
Stuart Reges, Marty Stepp
R2,264 Discovery Miles 22 640 Ships in 12 - 17 working days

For courses in Java Programming Layered, Back-to-Basics Approach to Java Programming This edition of Building Java Programs: A Back to Basics Approach uses a layered strategy to introduce Java programming and overcome the high failure rates that are common in introductory computer science courses. The authors' proven and class-tested "back to basics" approach introduces programming fundamentals first, with new syntax and concepts added over multiple chapters. Object-oriented programming is discussed only once students have developed a basic understanding of Java programming. Previous editions have established the text's reputation as an excellent choice for two-course sequences in introductory computer science, and new material in the 4th Edition incorporates concepts related to Java 8, functional programming, and image manipulation.

Machine Learning for Decision Sciences with Case Studies in Python (Hardcover): S. Sumathi, Suresh Rajappa, L Ashok Kumar,... Machine Learning for Decision Sciences with Case Studies in Python (Hardcover)
S. Sumathi, Suresh Rajappa, L Ashok Kumar, Surekha Paneerselvam
R4,900 Discovery Miles 49 000 Ships in 9 - 15 working days

Explains the basic concepts of Python and its role in machine learning Provides comprehensive coverage of feature-engineering including real-time case studies Perceive the structural patterns with reference to data science and statistics and analytics Includes machine learning based structured exercises Appreciates different algorithmic concepts of machine learning including unsupervised, supervised and reinforcement learning

JDBC Recipes - A Problem-Solution Approach (Hardcover, 1st ed.): Mahmoud Parsian JDBC Recipes - A Problem-Solution Approach (Hardcover, 1st ed.)
Mahmoud Parsian
R2,491 Discovery Miles 24 910 Ships in 10 - 15 working days

"JDBC Recipes" provides easy-to-implement, usable solutions to problems in relational databases that use JDBC. You will be able to integrate these solutions into your web-based applications, such as Java servlets, JavaServer Pages, and Java server-side frameworks. This handy book allows you to cut and paste the solutions without any code changes.

This book focuses on topics that have been ignored in most other JDBC books, such as database and result set metadata. It will help you develop database solutions, like adapters, connectors, and frameworks using Java/JDBC. The insightful solutions will enable you to handle all data types, including large binary objects. A unique feature of the book is that it presents JDBC solutions (result sets) in XML.

Learning with Fractional Orthogonal Kernel Classifiers in Support Vector Machines - Theory, Algorithms and Applications... Learning with Fractional Orthogonal Kernel Classifiers in Support Vector Machines - Theory, Algorithms and Applications (Hardcover, 1st ed. 2023)
Jamal Amani Rad, Kourosh Parand, Snehashish Chakraverty
R3,797 Discovery Miles 37 970 Ships in 12 - 17 working days

This book contains select chapters on support vector algorithms from different perspectives, including mathematical background, properties of various kernel functions, and several applications. The main focus of this book is on orthogonal kernel functions, and the properties of the classical kernel functions-Chebyshev, Legendre, Gegenbauer, and Jacobi-are reviewed in some chapters. Moreover, the fractional form of these kernel functions is introduced in the same chapters, and for ease of use for these kernel functions, a tutorial on a Python package named ORSVM is presented. The book also exhibits a variety of applications for support vector algorithms, and in addition to the classification, these algorithms along with the introduced kernel functions are utilized for solving ordinary, partial, integro, and fractional differential equations. On the other hand, nowadays, the real-time and big data applications of support vector algorithms are growing. Consequently, the Compute Unified Device Architecture (CUDA) parallelizing the procedure of support vector algorithms based on orthogonal kernel functions is presented. The book sheds light on how to use support vector algorithms based on orthogonal kernel functions in different situations and gives a significant perspective to all machine learning and scientific machine learning researchers all around the world to utilize fractional orthogonal kernel functions in their pattern recognition or scientific computing problems.

Introduction to Computational Economics Using Fortran (Hardcover): Hans Fehr, Fabian Kindermann Introduction to Computational Economics Using Fortran (Hardcover)
Hans Fehr, Fabian Kindermann
R4,205 Discovery Miles 42 050 Ships in 12 - 17 working days

Introduction to Computational Economics Using Fortran is the essential guide to conducting economic research on a computer. Aimed at students of all levels of education as well as advanced economic researchers, it facilitates the first steps into writing programs using Fortran. Introduction to Computational Economics Using Fortran assumes no prior experience as it introduces the reader to this programming language. It shows the reader how to apply the most important numerical methods conducted by computational economists using the toolbox that accompanies this text. It offers various examples from economics and finance organized in self-contained chapters that speak to a diverse range of levels and academic backgrounds. Each topic is supported by an explanation of the theoretical background, a demonstration of how to implement the problem on the computer, and a discussion of simulation results. Readers can work through various exercises that promote practical experience and deepen their economic and technical insights. This textbook is accompanied by a website from which readers can download all program codes as well as a numerical toolbox, and receive technical information on how to install Fortran on their computer.

C++ Programming Fundamentals (Paperback): D. Malhotra, N Malhotra C++ Programming Fundamentals (Paperback)
D. Malhotra, N Malhotra
R1,355 R1,107 Discovery Miles 11 070 Save R248 (18%) Ships in 10 - 15 working days

This book is designed to cover the basics of C++, the powerful programming language used by developers all over the world. Its readily understandable concepts and easy syntax are used in video games, embedded systems, IoT devices, and resource-heavy AI applications. Using a "self-teaching" method with numerous examples and figures, the book covers all of the major C++ concepts, including pointers, classes, strings, arrays, polymorphism, inheritance, file handling, and more. Various types of the end of chapter exercises include theoretical, practical, and multiple choice (with answers) to enhance comprehension of the topics covered.

SQL Database Programming - The Ultimate Guide to Learning SQL Database Programming Fast! (Hardcover): Tim Warren SQL Database Programming - The Ultimate Guide to Learning SQL Database Programming Fast! (Hardcover)
Tim Warren
R614 R521 Discovery Miles 5 210 Save R93 (15%) Ships in 10 - 15 working days
Quests - Design, Theory, and History in Games and Narratives (Paperback, 2nd edition): Jeff Howard Quests - Design, Theory, and History in Games and Narratives (Paperback, 2nd edition)
Jeff Howard
R1,351 Discovery Miles 13 510 Ships in 9 - 15 working days

Combining theory and practice, this updated new edition provides a complete overview of how to create deep and meaningful quests for games. It uses the Unity game engine in conjunction with Fungus and other free plugins to provide an accessible entry into quest design. The book begins with an introduction to the theory and history of quests in games, before covering four theoretical components of quests: their spaces, objects, actors, and challenges. Each chapter also includes a practical section, with accompanying exercises and suggestions for the use of specific technologies for four crucial aspects of quest design: * level design * quest item creation * NPC and dialogue construction * scripting This book will be of great interest to all game designers looking to create new, innovative quests in their games. It will also appeal to new media researchers, as well as humanities scholars in the fields of mythology and depth-psychology that want to bring computer-assisted instruction into their classroom in an innovative way. The companion website includes lecture and workshop slides, and can be accessed at: www.designingquests.com

Value-Range Analysis of C Programs - Towards Proving the Absence of Buffer Overflow Vulnerabilities (Hardcover, 2008 ed.): Axel... Value-Range Analysis of C Programs - Towards Proving the Absence of Buffer Overflow Vulnerabilities (Hardcover, 2008 ed.)
Axel Simon
R4,537 Discovery Miles 45 370 Ships in 12 - 17 working days

Abu?erover?owoccurswheninputiswrittenintoamemorybu?erthatisnot large enough to hold the input. Bu?er over?ows may allow a malicious person to gain control over a computer system in that a crafted input can trick the defectiveprogramintoexecutingcodethatisencodedintheinputitself.They are recognised as one of the most widespread forms of security vulnerability, and many workarounds, including new processor features, have been proposed to contain the threat. This book describes a static analysis that aims to prove the absence of bu?er over?ows in C programs. The analysis is conservative in the sense that it locates every possible over?ow. Furthermore, it is fully automatic in that it requires no user annotations in the input program. Thekeyideaoftheanalysisistoinferasymbolicstateforeachp- gram point that describes the possible variable valuations that can arise at that point. The program is correct if the inferred values for array indices and pointer o?sets lie within the bounds of the accessed bu?er. The symbolic state consists of a ?nite set of linear inequalities whose feasible points induce a convex polyhedron that represents an approximation to possible variable valuations. The book formally describes how program operations are mapped to operations on polyhedra and details how to limit the analysis to those p- tionsofstructuresandarraysthatarerelevantforveri?cation.Withrespectto operations on string bu?ers, we demonstrate how to analyse C strings whose length is determined by anul character within the string.

Captain Code - Unleash Your Coding Superpower With Python (Paperback): Ben Forta, Shmuel Forta Captain Code - Unleash Your Coding Superpower With Python (Paperback)
Ben Forta, Shmuel Forta
R896 R572 Discovery Miles 5 720 Save R324 (36%) Ships in 12 - 17 working days

Everyone should learn to code. Much like drawing and sketching, playing an instrument, cooking, or taking pictures and shooting videos, coding is a creative endeavor, which means it's a way to actually create stuff, and creating stuff is incredibly rewarding and satisfying. Sure, it's fun to spend hours on your phone looking at what other people have created; but that's nothing compared to the joy and satisfaction of creating things that other people consume and use. Yep, coding is fun!

And if that weren't enough, when you learn to code you develop all sorts of invaluable skills and traits beyond just coding. These include planning, problem solving, communication, logic, empathy, attention to detail, patience, resilience, persistence, and creativity. And it turns out that these skills (especially creativity and creative problem solving) are some of the most in-demand out there. So, coding will help your future career, too, regardless of what that career may be. But, where to start?

Captain Code is a welcoming, engaging, and fun introduction to becoming a coder, designed for the young (ages 10-17) and young-at-heart. Experienced educators and coders Ben & Shmuel Forta will guide you using Python, one of the most popular programming languages in the world. You'll learn by creating games, yes, games, from simple projects to retro text-based adventures to complete graphical arcade style games.

Murach's C# 2008 (Paperback, Revised edition): Joel Murach Murach's C# 2008 (Paperback, Revised edition)
Joel Murach
R1,532 R1,318 Discovery Miles 13 180 Save R214 (14%) Ships in 12 - 17 working days

This is a self-paced professional book that shows how to use Visual Studio 2008, C# 2008, and the .NET 3.5 classes to develop Windows Forms applications. It's an object-oriented book that shows how to use business classes, inheritance, and interfaces the way they're used in the real world. It's a database programming book that shows how to prototype professional database applications using RAD features like data sources and the DataGridView control. And it's a book that shows you how to take advantage of 2008 features like object and collection initialisers, automatically implemented properties, and LINQ. When you're done, you'll be able to develop three-tiered, object-oriented applications the way the best professionals develop them. That's why we say: No other book teaches you so much, so fast, or so thoroughly.

Foundations of Jini 2 Programming (Hardcover, 1st ed.): Jan Newmarch Foundations of Jini 2 Programming (Hardcover, 1st ed.)
Jan Newmarch
R1,740 Discovery Miles 17 400 Ships in 12 - 17 working days

To understand Jini, imagine that you could move to a new office across the world or check into any hotel--and could simply plug your notebook or Palm directly into the local network. Your device would immediately be recognized, and you would have access to the services at that location--transparently. Jini is Sun's Java-based technology, with potential to make transparent universal plug and play a reality. Foundations of Jini 2 Programming, based on Jini 2.0, is an expanded, updated version of the most popular online tutorial for Jini. This is the perfect book for any Java programmer interested in learning and applying Jini toward their respective network applications (any Java-enabled device interoperable with another Java-enabled device).

An Introduction to Python and Computer Programming (Hardcover, 1st ed. 2015): Yue Zhang An Introduction to Python and Computer Programming (Hardcover, 1st ed. 2015)
Yue Zhang
R4,877 Discovery Miles 48 770 Ships in 12 - 17 working days

This book introduces Python programming language and fundamental concepts in algorithms and computing. Its target audience includes students and engineers with little or no background in programming, who need to master a practical programming language and learn the basic thinking in computer science/programming. The main contents come from lecture notes for engineering students from all disciplines, and has received high ratings. Its materials and ordering have been adjusted repeatedly according to classroom reception. Compared to alternative textbooks in the market, this book introduces the underlying Python implementation of number, string, list, tuple, dict, function, class, instance and module objects in a consistent and easy-to-understand way, making assignment, function definition, function call, mutability and binding environments understandable inside-out. By giving the abstraction of implementation mechanisms, this book builds a solid understanding of the Python programming language.

Devil of Hemlock Trail (Hardcover): Jeremy D. Fulmore Devil of Hemlock Trail (Hardcover)
Jeremy D. Fulmore
R870 Discovery Miles 8 700 Ships in 10 - 15 working days

Renowned expert of the occult, Dr. Walter Prine, is summoned to a town in West Virginia to interview nine survivors of an unimaginable holocaust. They claimed that an angel had killed all but nine for failure to deliver a man named Jericho Black. As the sessions intensify, Dr. Prine learns that he is the true target of the vengeful angel, for hiding one of the most precious possessions in existence: An apple from the Garden of Eden taken from a world without sin.

But Prine suffers from amnesia at the hand of God as punishment for his treachery and does not remember anything about the apple. Prine soon finds himself in the middle of a search between Heaven and Hell to find the omnipotent fruit that might end the war between good and evil forever.

But the cost may be the end of life itself.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Python Machine Learning For Beginners…
Finn Sanders Hardcover R679 R580 Discovery Miles 5 800
A Day in Code - An illustrated story…
Shari Eskenas Hardcover R585 Discovery Miles 5 850
Language Technologies for the Challenges…
Georg Rehm, Thierry Declerck Hardcover R1,632 Discovery Miles 16 320
Coding for Kids in Python - Python…
Bob Mather Hardcover R919 Discovery Miles 9 190
FORTRAN 90 for Scientists and Engineers
Brian Hahn Paperback R1,393 Discovery Miles 13 930
C++ How to Program: Horizon Edition
Harvey Deitel, Paul Deitel Paperback R1,861 Discovery Miles 18 610
Dark Silicon and Future On-chip Systems…
Suyel Namasudra, Hamid Sarbazi-Azad Hardcover R4,084 Discovery Miles 40 840
C++ Programming - Program Design…
D. Malik Paperback R1,660 R1,485 Discovery Miles 14 850
A Day in Code- Python - Learn to Code in…
Shari Eskenas Hardcover R662 Discovery Miles 6 620
Advanced Visual Basic 6 - Power…
Matthew Curland, Gary Clarke Paperback R1,304 Discovery Miles 13 040

 

Partners