Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Series TitleSeries Title
-
Reading LevelReading Level
-
YearFrom:-To:
-
More FiltersMore FiltersContent TypeItem TypeIs Full-Text AvailableSubjectCountry Of PublicationPublisherSourceTarget AudienceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
38,500
result(s) for
"Programming languages (Computers)"
Sort by:
Awesome algorithms and creative coding
by
Gifford, Clive, author
,
Gifford, Clive. Get connected to digital literacy
in
Computer programming Juvenile literature.
,
Programming languages (Electronic computers) Juvenile literature.
,
Computers Juvenile literature.
2015
\"Awesome Algorithms and Creative Coding explores how computers work and explains how to think in a logical way. The bright and engaging design guides readers through clear explanations of binary code, simple algorithms, and computer language. With real-life examples, students learn about the development of coding using simple decision-making processes. Programming languages that readers can use themselves, including Scratch and LOGO, are reviewed. \"Stretch Yourself\" features give practical activities to help readers explore and test key principles to help reinforce learning and are not linked to specific software or operating systems. \"True Story\" features give real-world anecdotes from the world of information technology. \"Computer Hero\" features look at the groundbreaking scientists that paved the way for digital technology today.\"-- Provided by publisher.
Practical Foundations for Programming Languages
by
Harper, Robert
in
COMPUTERS / Programming Languages / General. bisacsh
,
Programming languages (Electronic computers)
2012,2013
Types are the central organizing principle of the theory of programming languages. In this innovative book, Professor Robert Harper offers a fresh perspective on the fundamentals of these languages through the use of type theory. Whereas most textbooks on the subject emphasize taxonomy, Harper instead emphasizes genetics, examining the building blocks from which all programming languages are constructed. Language features are manifestations of type structure. The syntax of a language is governed by the constructs that define its types, and its semantics is determined by the interactions among those constructs. The soundness of a language design – the absence of ill-defined programs – follows naturally. Professor Harper's presentation is simultaneously rigorous and intuitive, relying on elementary mathematics. The framework he outlines scales easily to a rich variety of language concepts and is directly applicable to their implementation. The result is a lucid introduction to programming theory that is both accessible and practical.
Nominal Sets
by
Pitts, Andrew M.
in
Programming languages (Electronic computers)
,
Programming languages (Electronic computers) -- Semantics
,
Programming languages (Electronic computers) -- Syntax
2013
Nominal sets provide a promising new mathematical analysis of names in formal languages based upon symmetry, with many applications to the syntax and semantics of programming language constructs that involve binding, or localising names. Part I provides an introduction to the basic theory of nominal sets. In Part II, the author surveys some of the applications that have developed in programming language semantics (both operational and denotational), functional programming and logic programming. As the first book to give a detailed account of the theory of nominal sets, it will be welcomed by researchers and graduate students in theoretical computer science.
Learn to program
by
Lyons, Heather (Heather K.), author
,
Tweedale, Elizabeth, author
,
Westgate, Alex, illustrator
in
Computer programming Juvenile literature.
,
Programming languages (Electronic computers) Juvenile literature.
,
Computer programming.
2017
\"Learn programming basics in this kid-friendly, easy-to-follow book. It covers computer languages, writing programs, bugs, and loops using real-world examples and fun illustrations. Online and offline activities also boost learning and skills.\"-- Provided by publisher.
The Pythonic Way
by
Raj, Sonal
in
Computer programming
,
COMPUTERS / Computer Science
,
COMPUTERS / Programming / General
2021
Learn to build and manage better software with clean, intuitive, scalable, maintainable, and high-performance Python code.
Key Features
? Comparative analysis of regular and Pythonic coding constructs.
? Illustrates application design paradigms for Python projects.
? Detailed pointers on optimal data processing and application design.
? Highlights accepted conventions for testing and managing production code.
Description
'The Pythonic Way' acquaints you with Python's capabilities beyond basic syntax. This book will help you understand widely accepted Pythonic constructs and procedures, thus enabling you to write reliable, optimized, and modular applications.You'll learn about Pythonic data structures, class and object creation, and more. The book then delves into some of Python's lesser-known but incredibly powerful functionalities such as meta-programming, decorators, context managers, generators, and iterators. Additionally, you'll learn how to accelerate computations by using Pandas Series and Dataframes. You will be introduced to various design patterns that work well with Python applications. Finally, we'll discuss testing frameworks and best practices for testing, packaging, launching, and publishing applications in production environments.This book will empower you as you transition from beginner or competitive Python coding to industry-standard Python software development. Intermediate Python developers will gain a deeper understanding of the language's nuances, enabling them to create better software.
What you will learn
? Understand common practices for writing scalable and legible Python code.
? Create robust and maintainable production codebases for time and space performant applications.
? Master effective data processing practices and features like generators and decorators to improve complex computations on large datasets.
? Get familiar with Pythonic design patterns for secure, large-scale applications.
Who this book is for
This book is a valuable reference manual for novice and intermediate programmers and data scientists to learn about Pythonic standards and conventions. For beginners, this book will get you started with Pythonic thinking. This book will serve as a guide to fine-tune your skills beyond syntax and help build robust Python applications for intermediate Python coders.
Table of Contents
1. Introduction to Pythonic Code
2. Pythonic Data Structures
3. Classes and OOP Conventions
4. Python Modules and Metaprogramming
5. Pythonic Décorators and Context Managers
6. Data Processing Done Right
7. Iterators, Generators, and Coroutines
8. Python Descriptors
9. Pythonic Application Design and Architecture
10. Effective Testing for Python Code
11. Production Code Management
About the Authors
Sonal Raj is an engineer, mathematician, data scientist, and Python evangelist from India, who has carved a niche in the financial services domain. He is a Goldman Sachs and D.E. Shaw alumnus who currently heads the data analytics and research efforts for a high-frequency trading firm.He holds a dual master's degree in Computer Science and Business Management and is a former research fellow of the Indian Institute of Science. His areas of research range from image processing, real-time graph computations to electronic trading algorithms and data science. He is a doctoral candidate at the Swiss School of Business Management, Geneva. Over the years, he has implemented low latency platforms, trading strategies, and market signal models. With more than a decade of hands-on experience, he is a community speaker and a Python and data science mentor to newcomers in the field. LinkedIn Profile: https://www.linkedin.com/in/sonalraj/
Blog Link: https://www.sonalraj.com/
Learn to code : a brain-friendly guide
It's no secret the world around you is becoming more connected, more configurable, more programmable, more computational. You can remain a passive participant, or you can learn to code. With Head First Learn to Code you'll learn how to think computationally and how to write code to make your computer, mobile device, or anything with a CPU do things for you. Using the Python programming language, you'll learn step by step the core concepts of programming as well as many fundamental topics from computer science, such as data structures, storage, abstraction, recursion, and modularity.
Using OpenCL
by
Kowalik, Janusz S
,
Puzniakowski, Tadeusz
in
OpenCL (Computer program language)
,
Parallel computers
,
Parallel programming (Computer science)
2012
In 2011 many computer users were exploring the opportunities and the benefits of the massive parallelism offered by heterogeneous computing. In 2000 the Khronos Group, a not-for-profit industry consortium, was founded to create standard open APIs for parallel computing, graphics and dynamic media. Among them has been OpenCL, an open system for programming heterogeneous computers with components made by multiple manufacturers. This publication explains how heterogeneous computers work and how to program them using OpenCL. It also describes how to combine OpenCL with OpenGL for displaying graphical effects in real time. Chapter 1 describes briefly two older de facto standard and highly successful parallel programming systems: MPI and OpenMP. Collectively, the MPI, OpenMP, and OpenCL systems cover programming of all major parallel architectures: clusters, shared-memory computers, and the newest heterogeneous computers. Chapter 2, the technical core of the book, deals with OpenCL fundamentals: programming, hardware, and the interaction between them. Chapter 3 adds important information about such advanced issues as double-versus-single arithmetic precision, efficiency, memory use, and debugging. Chapters 2 and 3 contain several examples of code and one case study on genetic algorithms. These examples are related to linear algebra operations, which are very common in scientific, industrial, and business applications. Most of the book's examples can be found on the enclosed CD, which also contains basic projects for Visual Studio, MinGW, and GCC. This supplementary material will assist the reader in getting a quick start on OpenCL projects.
Interaction Flow Modeling Language
by
Fraternali, Piero
,
Brambilla, Marco
in
Programming languages (Electronic computers)
,
User interfaces (Computer systems)
2014,2015
Interaction Flow Modeling Language describes how to apply model-driven techniques to the problem of designing the front end of software applications, i.e., the user interaction. The book introduces the reader to the novel OMG standard Interaction Flow Modeling Language (IFML). Authors Marco Brambilla and Piero Fraternali are authors of the IFML standard and wrote this book to explain the main concepts of the language. They effectively illustrate how IFML can be applied in practice to the specification and implementation of complex web and mobile applications, featuring rich interactive interfaces, both browser based and native, client side components and widgets, and connections to data sources, business logic components and services. Interaction Flow Modeling Language provides you with unique insight into the benefits of engineering web and mobile applications with an agile model driven approach. Concepts are explained through intuitive examples, drawn from real-world applications. The authors accompany you in the voyage from visual specifications of requirements to design and code production. The book distills more than twenty years of practice and provides a mix of methodological principles and concrete and immediately applicable techniques.
Learn OMG's new IFML standard from the authors of the standard with this approachable referenceIntroduces IFML concepts step-by-step, with many practical examples and an end-to-end case exampleShows how to integrate IFML with other OMG standards including UML, BPMN, CWM, SoaML and SysMLDiscusses how to map models into code for a variety of web and mobile platforms and includes many useful interface modeling patterns and best practices